how to get blog and left modules together?, can't find the answer - example included |
how to get blog and left modules together?, can't find the answer - example included |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Nov 2004 Member No: 64,978 ![]() |
I can't seem to find a tutorial on how to do this (click here for an example) where her blog and left modules are all in one big white box. Does anyone know of the code to make that work? Thanks in advance!
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
that just a background. She has two different colors background.
i'm doing a coding from her page. CODE </div><div style="position:static; background-color:#000000;"></div> put that at the beginning of your header. then put this in your css. CODE <style type="text/css"> body { background-color:#FFFFFF; } </style> the second one is what you want. |
|
|
![]() ![]() |