Try this [code:1:f5813ccc6b]<HTML> <HEAD> <TITLE>furniture catalogue</TITLE> </HEAD> <BODY> <A HREF="page3.html"><IMG SRC="Cream_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Vinylroom_large.jpg"><IMG SRC="Vinylroom_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Smallshowroom_large.jpg"><IMG SRC="Smallshowroom_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Table_large.jpg"><IMG SRC="Table_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Vinylright_large.jpg"><IMG SRC="Vinylright_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Bright_large.jpg"><IMG SRC="Bright_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Dull_large.jpg"><IMG SRC="Dull_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Gold820_large.jpg"><IMG SRC="Gold820_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Busan682_large.jpg"><IMG SRC="Busan682_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Bigcream943_large.jpg"><IMG SRC="Bigcream943_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Red_large.jpg"><IMG SRC="Red_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Chairs_large.jpg"><IMG SRC="Chairs_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Giraffe_large.jpg"><IMG SRC="Giraffe_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Swatch_large.jpg"><IMG SRC="Swatch_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Awkward_large.jpg"><IMG SRC="Awkward_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Rugrear_large.jpg"><IMG SRC="Rugrear_thumb.jpg" WIDTH=90 HEIGHT=67></A> <A HREF="Rugfront_large.jpg"><IMG SRC="Rugfront_thumb.jpg" WIDTH=90 HEIGHT=67></A> <HR> <table width="100%"><tr><td width="50%" align="left"> <a href="Page1.html">Back to the homepage</a> </td><td width="50%" align="right"> <a href="Page3.html" align="right">Next</a></td></tr></table> </BODY> </HTML> [/code:1:f5813ccc6b]
Sorry, I didn't notice the reply until today, thanyou for taking the time to help, it works absolutly perfect. I almost understand the way that you've done it. I vaguely recognise, the Table start and finish tags, table row and table data, I can see where you have specified 100%browser width for the table row, I'm not sure where the 50% comes in ? Thankyou so much for helping, I've now been able to incorporate the same it of script into my other pages, they work great. If you have the time, please explain how aspects of the code work, here it is again :- <HR> <table width="100%"><tr><td width="50%" align="left"> <a href="index.html">Back to the homepage</a> </td><td width="50%" align="right"> <a href="Page3.html" align="right">Next</a></td></tr></table> </BODY> </HTML>
Set it like this to view the table. <table width="100%" [b:1ec249cb4c]Border="1"[/b:1ec249cb4c] >
If you do not specify a border value, does the table draw without the outline by default ? - I would have expected it to be the other way around, with the default setting drawing the box/s and having to put border=0 to remove ?
The default is no border.
