broken borders in table cells

G

Guest

Anyone know of a fix when using FP2003 border for cells in a table that seem
to be broken at each cell line? Eg. picture a 6x6 table and around the
outside at the connection point of each border there is a gap in colour -
border is not continuous.
 
G

Guest

Just further to that explanation, since it's not clear...the connection point
I'm talking about is at each cell.
 
S

Stefan B Rusynko

Post a URL to a page showing it

--




| Just further to that explanation, since it's not clear...the connection point
| I'm talking about is at each cell.
|
| "DreamFollower" wrote:
|
| > Anyone know of a fix when using FP2003 border for cells in a table that seem
| > to be broken at each cell line? Eg. picture a 6x6 table and around the
| > outside at the connection point of each border there is a gap in colour -
| > border is not continuous.
 
R

Ronx

Is there an example on the internet we could look at?
Try setting cellpadding and cellspacing to 0
Right-click anywhere in the table, Table properties.
 
M

Murray

Your problem is that you are depending on code like this -

<td bgcolor="#009900" width="3">
<img alt="" width="2" height="1" src="images/MsSpacer.gif"></td>
<td bgcolor="#FFFFFF" valign="middle" colspan="2" height="100%">
<!-- MSCellFormattingType="content" -->
&nbsp;</td>

to fill in the gaps between rows in that table, and it just wont. A much
more traditional approach would be to use a tiling background image in an
outer table. Let the image tile vertically left and right, and horizontally
top and bottom, and use 4 radius images in the 4 corner cells.
 
G

Guest

This is the code that FP generated. I'm afraid I don't understand what you
are saying. Originally, I had all background images in the outer cells, but
it didn't look the way I wanted and if the cell size adjusted even slightly,
it changed the look. I'd prefer not to have to go back to that if that is
what you are suggesting. I'm hoping there is something else I can do so that
I can use the border feature and have it be seamless all around.

Any other ideas?
 
J

Jens Peter Karlsen[FP MVP]

In table properties place a checkmark in "Collapse table Border"

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

Guest

I did think of that, but the option is greyed out. Is there possibly
something I can write in the HTML somewhere to do the same thing, or a way to
turn that option on. I looked in the HELP files, but it didn't say how to
make it accessible. And I did try to play around with the border settings,
turning them up, etc. to make it accessible and that didn't affect it either.
More options?

Jens Peter Karlsen said:
In table properties place a checkmark in "Collapse table Border"

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: DreamFollower [mailto:D[email protected]]
Posted At: 10. marts 2005 10:35
Posted To: microsoft.public.frontpage.client
Conversation: broken borders in table cells
Subject: broken borders in table cells


Anyone know of a fix when using FP2003 border for cells in a
table that seem to be broken at each cell line? Eg. picture
a 6x6 table and around the outside at the connection point of
each border there is a gap in colour - border is not continuous
 
G

Guest

Hi, Jens Peter. I did want to try that, but the option is greyed out. When
I had checked the help files, there wasn't anything in there about activating
it. I tried playing around with the options in that section and it didn't
affect it. Is there some HTML I can type in to simulate that option? Or
another idea?

Jens Peter Karlsen said:
In table properties place a checkmark in "Collapse table Border"

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: DreamFollower [mailto:D[email protected]]
Posted At: 10. marts 2005 10:35
Posted To: microsoft.public.frontpage.client
Conversation: broken borders in table cells
Subject: broken borders in table cells


Anyone know of a fix when using FP2003 border for cells in a
table that seem to be broken at each cell line? Eg. picture
a 6x6 table and around the outside at the connection point of
each border there is a gap in colour - border is not continuous
 

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

Top