Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

Jan

1 total

Tables - with nested + transparent bg on nested

// description of your code here



<!-- BANNER TEXT BOX -->

<!-- first table begin, basic set up -->
<table border="1" width="400"background="http://i32.tinypic.com/s45c8k.jpg">

<!-- First Row and Column as normal -->
<tr><td>

<BR><BR>
<center>


<!-- Begin second table -->
<table border="1" width="200" height="100">

<!-- make it have transparent background -->
<tbody background="http://i3.tinypic.com/54edgts.gif" bgproperties="fixed">

<!-- First Row and Column of second table -->
<tr><td><font color="ffff66" size="7"><center><B>.............TEXT <BR>.............HERE</B>

<!-- END Row and Columns for second table -->
</tr></td></body></font size>

<!-- END second table -->
</table>

<BR><BR>

<font color="ffff66">
TEXT TEXT TEXT TEXT TEXT <BR>
TEXT TEXT TEXT TEXT TEXT <BR>
TEXT TEXT TEXT TEXT TEXT <BR>
TEXT TEXT TEXT TEXT TEXT <BR>
TEXT TEXT TEXT TEXT TEXT <BR>
TEXT TEXT TEXT TEXT TEXT <BR>
<BR>
<!-- END Row and Columns for first table -->
</tr></td>

<!-- END First table -->
</table>


1 total