Forum Moderators: open

Message Too Old, No Replies

Raising The Page

         

Magpie

5:40 pm on Sep 3, 2004 (gmt 0)

10+ Year Member



This problem is rather petty, but it annoys me a little... It is also a little hard to explain... On my website's main page I have my design... When the page loads up it is a little low down for my liking... So to view it like I desire, I have to scroll down a little to have everything in view.

I dont seem to be able to manualy change this in my design packages either

Is there any way around this?

All help is much appreciated

Kind regards

Martin

tedster

10:55 pm on Sep 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The thing to discover is what element in the HTML (or CSS) mark-up is dictating where your design begins.

If the difference in positioning is a narrow slit, you might be seeing a browser's default margin on the body element. Try putting this style attribute style="margin:0;" into your <body> tag and see if that takes care of it.

If that's not a fix, then something more specific is causing the position of your design to appear where it does - I'd suggest looking at margins in the main container elements.

Does anything appear in the area that displaces your design downwards?

I dont seem to be able to manualy change this in my design packages either

If you aren't adept at directly dealing with the HTML and CSS, you might want to check out the WYSIWYG Editors [webmasterworld.com] forum as well.