Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: How do I make a line that is 100% long in a table cell.


Message #1 by cw.cell@c... on Wed, 28 Aug 2002 13:54:47
You could also try making your picture into a background with CSS and 
repeat it Vertically.

<body style="background-image: url('../images/whitepix.gif');background-
repeat: repeat-y">

You can also put this into a table tag or a div tag.

Hope it works,
Donald

  Return to Index