Jump to content

2nd CSS Template


rossp

Recommended Posts

First try remove horizontal scroller by puting your body, or div whatever with less than 1280pxFor this yellow, use darker color, so it can be viewable.I use centering page like this:

<body> // This has width 100%, height 100%, margin 0px  <div align="center"> // This is also body part div, with 100% width, and margin 0px, I must use it becouse of centering next div 'couse body can't help me in everything, align=center should center next <div>	<div>	  YOUR CONTENT HERE	</div>  <div></body>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...