Cells increase in height - why?

A

Andrew

Hi - I am a relative novice to frontpage, so maybe this is something that
is
obvious...


I have a webpage I have used as a template for all other pages. It has
buttons down the left (made with Xara Webthingy) a space in the middle to
put the text in and then a column next to it ont the right which is divided
into 3 cells. Each cell has a small image/photo file in it.


Trouble is, when I fill the middle box with my text, as I add in another
hard retrun/new line, the cell that it's next to also gets a return inserted
and so that images are all out of alignment..... aaaaggggghhhh!


Anyone know where I am going wrong??


Cheers


Andrew
 
M

Murray

I believe the problem you are having can be simplified if you consider this
example -

Put a 2 row by 2 column table on the page. Merge the two right hand cells
into a single column. Put an image into each left cell, and you will see
that they merge vertically seamlessly. Now begin to add content to the
merged cell on the right and you will see that at some point you will have
forced the two left cells to begin to split apart vertically. The more
content you add to the right, the further apart the two left cells will get.
See what I mean?

To solve the problem, instead of making your page sit in a single table,
have it in several nested tables. You should be able to put a two column
table on the page with a nested table in each column. Put your navigation
in the left nested table, and the
content in the right nested table. Now, changes to either of the inner
table's
structure will not affect either of the inner nested tables.
 
T

Thomas A. Rowe

On the right, leave that as a single column then insert another table with 1 column and 3 rows.

--
==============================================
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.
==============================================
 
S

Sharon Gano

Andrew, I believe that your problem is arising from the "hard return". When
you press the return key, FrontPage inserts a paragraph tag <p>. Go into
your code and change the <p> to <br>, which means line break, and see if that
solves your problem.
 
A

Andrew

Thanks for that, but is there no way of doing this the non html route? Is it
a bug??

Cheers

Andrew
 
T

Tom Pepper Willett

It's not a bug, it's the way html works.
Use shift + enter instead of the hard return.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
===
| Thanks for that, but is there no way of doing this the non html route? Is
it
| a bug??
|
| Cheers
|
| Andrew
|
| | > Andrew, I believe that your problem is arising from the "hard return".
| > When
| > you press the return key, FrontPage inserts a paragraph tag <p>. Go
into
| > your code and change the <p> to <br>, which means line break, and see if
| > that
| > solves your problem.
| >
| > "Andrew" wrote:
| >
| >> Hi - I am a relative novice to frontpage, so maybe this is something
| >> that
| >> is
| >> obvious...
| >>
| >>
| >> I have a webpage I have used as a template for all other pages. It has
| >> buttons down the left (made with Xara Webthingy) a space in the middle
to
| >> put the text in and then a column next to it ont the right which is
| >> divided
| >> into 3 cells. Each cell has a small image/photo file in it.
| >>
| >>
| >> Trouble is, when I fill the middle box with my text, as I add in
another
| >> hard retrun/new line, the cell that it's next to also gets a return
| >> inserted
| >> and so that images are all out of alignment..... aaaaggggghhhh!
| >>
| >>
| >> Anyone know where I am going wrong??
| >>
| >>
| >> Cheers
| >>
| >>
| >> Andrew
| >>
| >>
| >>
| >>
|
|
 

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