Tables question

  • Thread starter Thread starter Paul Harris
  • Start date Start date
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
 
<table cellpadding="0" cellspacing="0" border="0">

No dimensions, and other attributes set to zero. Your table will now
collapse around the contents.
 
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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top