Table Border Graphic

liunx

Guest
Hi all,<br />
<br />
I've been tearing my hair out for the last few hours trying to find the correct syntax for this rarely-seen feature of HTML tables.<br />
<br />
The effect is that of a texture being used for a single-pixel-wide border around table cells. Commonly, developers would use a texture similar to the following, to achieve nice results:<br />
<!-- m --><a class="postlink" href="http://matrixcubed.cjb.net/band/images/border.png">http://matrixcubed.cjb.net/band/images/border.png</a><!-- m --><br />
<br />
I'm not sure what terminology I should be using to describe this; searches for "html table border texture" and the like have resulted in dead-end goose chases. :(<br />
<br />
If anyone can point me in the correct direction, a website, URL, or another post on this forum, I would be appreciative! :)<!--content-->Put a div witht hat as the background image, tile that image and then put another clock element inside of it that is inside of it with a 1px margin on each side<br />
<br />
style="margin:1px;"<!--content-->
 
Back
Top