Html Align question

Reply

Join Date: Mar 2008
Posts: 39
Reputation: CasTex has a little shameless behaviour in the past 
Solved Threads: 0
CasTex CasTex is offline Offline
Light Poster

Html Align question

 
0
  #1
Nov 16th, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 686
Reputation: sillyboy is on a distinguished road 
Solved Threads: 61
sillyboy's Avatar
sillyboy sillyboy is offline Offline
Practically a Master Poster

Re: Html Align question

 
0
  #2
Nov 16th, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 24
Reputation: sasankasekhar is an unknown quantity at this point 
Solved Threads: 3
sasankasekhar's Avatar
sasankasekhar sasankasekhar is offline Offline
Newbie Poster

Re: Html Align question

 
0
  #3
Nov 22nd, 2008
Originally Posted by CasTex View 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 ?
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 ...
IF SOMEONE FEELS THAT THEY HAD NEVER MADE A MISTAKE IN THEIR LIFE, THEN  IT MEANS THEY HAD NEVER TRIED A NEW THING IN THEIR LIFE
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC