how do they do that?

Check out <!-- m --><a class="postlink" href="http://www.alxnet.com">http://www.alxnet.com</a><!-- m --> .... Can someone tell me how you get this 'page on background' effect?<!--content-->Its all about using tables. The page has the grey effect set as the background in the <body> tag but the actual content is done in a table where you can set all kinds of backgorund attributes.<br />
<br />
Take a look around for some table tutorials and once you've done a few you'll understand the concepts invlolved. ;)<!--content-->'Page on background'? What does that mean?<!--content-->I think he's classing the 'page' as the tables which have the content in. I think!!<!--content--><html><head></head><body bgcolor=#cccccc><br />
<table height=300 width=450 bgcolor=red><br />
<tr><br />
<td>&nbsp;</td><td bgcolor=blue>&nbsp;</td><br />
</tr><br />
</table><br />
</body></html><br />
<br />
<br />
change bgcolor to background="whatever.gif" if you have a picture.<br />
You can also set the background of a td, BUT Netscape does not like them too much.<!--content-->
 
Back
Top