Gaps in horizontal link bar

C

ChannelConnect

I have a horizontal custom link bar in a cell that displays gaps between the
button images. I want the images to appear end-to-end (without gaps). Any
suggestions? The images are 100X25 pixels. Text fits comfortably within
each image.
 
C

ChannelConnect

Site still in dev on local machine. Checked table properties... cell padding
set to 0. Are there typically gaps in link bars? It looks like it from
browsing different themes. If that's the case I'll need to take another
approach.
 
R

Rick Budde

To achieve the look you describe, you will have to forego
Front Page's link bars and all of their benefits.

You would use a graphics editor program (eg, Photoshop)
to create your own graphic & included text. Once you have
that graphic, place it where you want it on your web
pages and create hot spots (see Front Page Help) for the
actual links to other portions of your site.
 
C

ChannelConnect

Thanks.

Rick Budde said:
To achieve the look you describe, you will have to forego
Front Page's link bars and all of their benefits.

You would use a graphics editor program (eg, Photoshop)
to create your own graphic & included text. Once you have
that graphic, place it where you want it on your web
pages and create hot spots (see Front Page Help) for the
actual links to other portions of your site.
 
R

Ronx

Each image in a FrontPage linkbar is separated by a space. Place the
linkbar in a HTML container (<div>, <p>, <td> , <span> etc.) and set the
font for the container to a very small size. This will minimise the gap,
but will not eliminate it.
 
Top