Cell Border Problem

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I have FP 2003 but I have also experienced this with FP
2002. I add a cell border to the cell. But later I decide
that I do not want the border and I try to set the width
back to 0. But no matter how many times I try and the
border appears to be 0 but the cell border is still there
when I look at preview and I have saved the changes.

Any suggestions please.

Susan
 
I tried it and had no problem. However, setting the width back to zero does
not remove all the table formatting from the HTML.

In FrontPage, from the Design tab, if you click on the cell and then click
on the Code tab you'll see the HTML for the cell. If you remove
'border="0"' from the HTML your border will go away.

example:
<td valign="top" height="100%" width="100%" border="0">
becomes: <td valign="top" height="100%" width="100%">
 
dirk:

<td valign="top" height="100%" width="100%" border="0">

This is invalid code. There is no border attribute for the <td> tag.
 

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