Re: Table background images

From: Daniel Piechnick

Comments

Hi Stephen (I assume :) The best place to make a first website is in a WYSIWYG editor, such as FrontPage. Coding in HTML is not the best way to start. If you really want the code though, here it is :) <table width="100%" background="whatever.jpg"> <tr> <td width="100%">Photoshop Tutorials</td> </tr> </table>