943,571 Members | Top Members by Rank

Ad:
Nov 16th, 2008
0

Html Align question

Expand Post »
Hello, how can I do this ?

http://img528.imageshack.us/img528/1996/ggg1mh2.jpg

The table is simple table, you can imagine that as a picture. But my point is, how to make the writing like that ?
Last edited by CasTex; Nov 16th, 2008 at 6:06 am.
Similar Threads
Reputation Points: 3
Solved Threads: 0
Light Poster
CasTex is offline Offline
45 posts
since Mar 2008
Nov 16th, 2008
0

Re: Html Align question

I think there are several ways to do it using css. e.g. perhaps you have a larger table with the other table nested. Then the text would occupy other cells within the parent table.
Reputation Points: 85
Solved Threads: 64
Practically a Master Poster
sillyboy is offline Offline
686 posts
since Mar 2007
Nov 22nd, 2008
0

Re: Html Align question

Click to Expand / Collapse  Quote originally posted by CasTex ...
Hello, how can I do this ?

http://img528.imageshack.us/img528/1996/ggg1mh2.jpg

The table is simple table, you can imagine that as a picture. But my point is, how to make the writing like that ?
Is this what you want?
HTML and CSS Syntax (Toggle Plain Text)
  1. <html>
  2. <head>
  3. <title>Untitled Document</title>
  4. </head>
  5. <body>
  6.  
  7. <table width="305" height="252" border="0" cellpadding="0" cellspacing="1" style="border:1px solid red">
  8. <tr>
  9. <td width="182" height="190" align="left" valign="top">
  10. <table width="69%" height="100%" border="1" cellpadding="0" cellspacing="1">
  11. <tr>
  12. <td>&nbsp;</td>
  13. <td>&nbsp;</td>
  14. <td>&nbsp;</td>
  15. </tr>
  16. <tr>
  17. <td>&nbsp;</td>
  18. <td>&nbsp;</td>
  19. <td>&nbsp;</td>
  20. </tr>
  21. </table>
  22.  
  23. &nbsp; </td>
  24. <td width="118" colspan="-2" style="text-align:justify">This is the text of
  25. the outer table This is the text of the outer tableThis is the text of the
  26. outer table This is the text of the outer tableThis is the text of the outer
  27. table This is the text of the outer table This</td>
  28. </tr>
  29. <tr>
  30. <td colspan="2" align="left" valign="top">is the text of the outer table This
  31. is the text of the outer table This is the text of the outer table </td>
  32. </tr>
  33. </table>
  34. </body>
  35. </html>

Let viewers view what you want to show

Regards ...
Reputation Points: 10
Solved Threads: 3
Newbie Poster
sasankasekhar is offline Offline
24 posts
since Jan 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: weird problem with position and tabs
Next Thread in HTML and CSS Forum Timeline: Mysterious FTP Issues on Mac





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC