Tweaking Table Parameters

D

Daniel

Good morning,

I’ve having a hard time adjusting my table parameters and would like so
guidance.

I created a simple table as illustrated below.

*******************************************
* *
*
* ***************************
* * *
*******************************************

I then made the border = 0 (so there would be no border). In Row 1, Col 2
I entered text and then added a border below. I would like the Text to be
just above the border. Currently there is a significant gap between the text
and the border. How can I make it appear that the text is underlined using
the border?

Thank you,

Daniel
 
T

Thomas A. Rowe

Why not just underline the text using the toolbar underline button or via CSS?

However, underlining text that is not a hyperlink will confuse your site visitors.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
R

Rob Giordano \(Crash\)

you could try setting cell padding to 0 in table properties...dunno if that
will work for you or not



| Good morning,
|
| I've having a hard time adjusting my table parameters and would like so
| guidance.
|
| I created a simple table as illustrated below.
|
| *******************************************
| * *
| *
| * ***************************
| * * *
| *******************************************
|
| I then made the border = 0 (so there would be no border). In Row 1, Col
2
| I entered text and then added a border below. I would like the Text to be
| just above the border. Currently there is a significant gap between the
text
| and the border. How can I make it appear that the text is underlined
using
| the border?
|
| Thank you,
|
| Daniel
|
 
Top