Spacing after adding a Push Button

M

martin weinberger

Hi all,

I created a two row table. The paragraph spacing in each of the cells is
such that there is no space before or after. I added a push button into the
first cell on the first row. I then placed some text on the second row. In
"Nornal" view you have something that looks like this.

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- <Push Button > -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- For Microsoft Windows XP -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

The text appears immediately below the push button. In "Preview" mode, as in
actual display in a browser, there is gap between the push button and the
text. Why is that and how do I get rid of it? I already said automatic on
the cell height and I checked the parameters that I can think of to no
avail.

Thanks in advance,
 
M

martin weinberger

Hi Thomas,

I'm not following what you are saying. (I'm still relatively a newbie.) How
do I insert the text (which I want formatted) inside the form tag. Am I
supposed to switch over to HTML view? If inside HTML, can you write a simple
example, so that I can see how? If inside, I don't see how the formatting of
the text carries.

Thanks in advance,
 
T

Thomas A. Rowe

Martin,

No, you don't really have to be in HTML View, but it can be helpful to get
rid of the extra <p></p> tags.

Place your cursor right next to the right side of the button, then hit
SHIFT+ENTER to go down a line, enter your text, then format it.

Example of what you should see in HTML View after doing the above:

<form method="POST" action="someaction">
<input type="button" value="Button"><br>
<font face="Verdana" size="2" color="#800000"><b>Test
Button</b></font></form>

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top