View Full Version : how do you do this?
Belgiumdude
March 23rd, 2003, 13:28
Hmm I want to center my design how do I do it?
(I tried <body valign="center" , just putting center tags , ...doesn't work).
Another question ; dreamweaver leaves big white spaces,for some reasen I can't delete them ...(there are no <br> or <p> tags on the places)
bloodyveins
March 23rd, 2003, 20:26
try this:
<body>
<div align=center>
//Your content is here
</div>
</body>
sharkbyte
March 26th, 2003, 15:41
try this:
<body>
<div align=center>
//Your content is here
</div>
</body>
ya...that should work
Belgiumdude
April 2nd, 2003, 11:20
Originally posted by sharkbyte
ya...that should work
for some reasen it doesn't seem to be working :confused:
sharkbyte
April 2nd, 2003, 14:59
just to make sure you are doing it right, this is how the code would look if your content was "Hello World!":
<div align=center>
Hello World!
</div>
just replace "Hello World!" with your REAL content.
bloodyveins
April 3rd, 2003, 09:38
what do you mean "by some reasons"?
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.