Forum Moderators: open
But the Content box is half way down the page, even though I have specified vertical-align:top; in the css.
Please could anybody help me to correct this?
Am I allowed to post all of the code here or can I put a link to my test page?
Are you sure that the content is in the top <tr>? Sounds like it may not be. If it is, then try the W3C validators first. You'll make yourself crazy trying to fix rendering issues if there's an error in the mark-up.
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]
You'll make yourself crazy trying to fix rendering issues if there's an error in the mark-up.
I am using FP2002. In Normal mode (design mode) it shows a dotted line around all the different cells. Now there is one cell which shows the dotted line on the top, left and bottom, but not the right.
I know this isn't techno-language but I guess the problem must be related to this?
I thought it was to do with colspan but again I have changed with no success.
My tables are aligned but I have changed the setting but with no success.
Have you turned on the table borders temporarily so you can see what's happening? <table border="1">
This got me so frustrated that I have decided to recode the whole page again, being extra careful not to make any mistakes.