Absolute position of text - how to do?

B

Brenda

I have used 3 DWT's in the website I am building.

I'm having a bit of a problem, in the fact that the center of a webpage that
uses a DWT is not absolutely positioned. The center moves up and down on
each page, depending upon the amount of text that is contained in the
modifiable portion of the page.

For example:

http://www.brickwallbuster.com/tsurname.htm

The above page shows where I would like to have the text positioned on the
page. It obviously contains more text in the center of the page than does
the "zsurname.htm" page below, which starts much too low.

http://www.brickwallbuster.com/zsurname.htm

I realize I could just add line breaks to the bottom of the zsurname.htm to
manually force the text to the top, but I'm guessing there is a better
method to do this.

Could someone please tell me how to do this?

Thank you again,
Brenda
 
R

Ronx

Try adding this to the stylesheet:


td {vertical-align: top;}


This will affect every table cell on the page, but I do not think that
will be a problem.
 

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