Aligning to top?

Alright, I’m trying for making my page among the list of 100% vertical grow sites centered down the middle of the screen that contain gotten so popular. Problem is, I can’t learn how to do it. After i put a stand in Dreamweaver intended for my images, it won’t okay get anywhere near the top of the particular screen so there’s a major gap between my table/image as well as URL bar. What gives WE see everyone else practice it fine…

Whenever you click in the table cell thinking that text cursor appears, look at the actual properties bar. About the bottom-right there really should be 2 words:

Horz:
Vert:

And then to them really should be a drop-down menu while using possible selections:

Default
Top
Bottom
Middle

Beside the ‘Vert’ phrase, go to the actual drop-down box plus select ‘Top’. This should work fine along with your problem should become solved.

Sorry for the long post and With regards to I was of some help to you!

There is a number of margin usually explained by most browsers to the body element which will not permit you to reach the pretty top or sides of your respective browser. You can correct this one of two ways.. The first being my preferred.

Using css redefine our body element’s properties

HTML:
shape
margin: 0px;

or if you wish to put the css directly inside body tag you should utilize,

HTML:
< shape style=" margin: 0px; " >

The other way involves the same idea, only it redefines our body tag’s margin features.

HTML:
< shape leftmargin=" 0" topmargin=" 0" marginwidth=" 0" marginheight=" 0" >

Or in dreamweaver check out modify> page properties(or Ctrl+’J’). And change each of the margin fields to be able to ‘0’.

Oh yeah lol. I just re-read her post and MY SPOUSE AND I helped him for no reason whatsoever. Yes Gylakk is correct:

Customize Page Properties, type 0 in most margin fields. Hello there for my pointless post!

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *