Tables question

P

Paul Harris

I have sliced an image into 6 slices , each slice is in a cell . the 6
cells are in a table , how can i remove the white space between the cells so
the image appears as one

Regards

Paul
 
M

Murray

<table cellpadding="0" cellspacing="0" border="0">

No dimensions, and other attributes set to zero. Your table will now
collapse around the contents.
 
T

Thomas A. Rowe

Also make sure that </td> tag is on the same line as the image tag and that you use File Menu |
Preview in browser to check your page, not the Preview tab or Design View.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top