Click to See Complete Forum and Search --> : 600px white block?


byte_eater
10-13-2006, 12:42 PM
Hey guys!
I just wanna to know what is the most intelligent way of creating white rectangle width:600px; height:1000px , on a black background?

Something like a page, and inside of this rectagle will be all the info of the web page.. simple stuff, but I wonder what are the most efficient ways of doing this? table? div? or is there smth else?

Thanks! Good luck!

Kravvitz
10-13-2006, 01:28 PM
A <div> would probably be the best choice.

Why does it need to have height:1000px;?

I suggest you learn how semantics apply to X/HTML. (http://www.dynamicsitesolutions.com/html/semantics/)

byte_eater
10-13-2006, 02:00 PM
Why does it need to have height:1000px;?


:) It was a random number..
Thanks for the answer!