PDA

View Full Version : A Quick CSS Question re PP Templates


washy21
07-16-2006, 01:12 PM
Hi

I'm trying to force myself to learn more about CSS.

Can someone explain to me what the function of the #wrapper style is in the pixelpost light and dark templates. Am I correct in thinking that it functions as a container in much the same way as a table used to -- 0r am I completely off the mark.

Thanks

John

Joe[y]
07-16-2006, 03:36 PM
#wrapper is indeed pretty much just a container. don't be fooled into thinking it has to be called #wrapper it could also be called #container or #whateveryouwant... wrappers normally have a 'width' attribute that's the most common reason for having one.

jimhere
07-16-2006, 07:46 PM
Yeah, I've seen it called #main or #container or #outer, etc. Best thing to do is take apart a css site you like out there, and put it back together again.

washy21
07-17-2006, 08:46 AM
Thanks all - appreciated