Forum Moderators: phranque

Message Too Old, No Replies

Need a keen eye for my code error please

         

TerriN

8:41 pm on Aug 20, 2005 (gmt 0)

10+ Year Member



I have this extra white space at the top of my page and cannot figure out for the life of me how to get rid of it. Will someone please take a look and see what it is. I'm lost.
I hope it's ok for me to post my web address on these boards. I can't remember if it's ok or not.
<snip>
Thank you!
Terri

[edited by: trillianjedi at 11:53 pm (utc) on Aug. 20, 2005]
[edit reason] TOS [/edit]

tbear

9:20 pm on Aug 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Actually, it's not. Better to remove it and explain the problem.

TerriN

9:45 pm on Aug 20, 2005 (gmt 0)

10+ Year Member



Oh goodness, how do I remove it?
How can I get help without posting the url?

tbear

12:20 am on Aug 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Not to worry for now.
I just looked over your html and found a whole heap of errors, largely font tags not in the right places.
i.e.
<li>
<font>
text
</li>
</font>
Seems there is a div tag being misplaced too, couldn't be sure though.....

Best to run through it all yourself and fix it before going ahead. These things have a habit of causing odd problems.

Personally, I'd suggest you check out using style sheets and you can get rid of at least 2/3 of the code on your page, which may make it easier to check and easier to identify your space problem.
Good luck!