Base for entries... |
![]() ![]() |
Base for entries... |
Nov 23 2004, 07:53 PM
Post
#1
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
I know how to move the blog to where ever I desire... but there's just one thing I need to know.
How do you put a base [an area of color] to put the blog on top, so I can actually see the text? I have a seperate background, but I don't wanna put the base on the background. So... exactly how do I do this? ~Thanks In Advance~ |
|
|
|
Nov 23 2004, 07:58 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
hmm... do you mean just a background for where you blog is? if so, then use this:
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color:#000000;} </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 23 2004, 07:59 PM
Post
#3
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
umm.. yeah, that's what i meant.
silly me... thxs! |
|
|
|
Nov 23 2004, 08:01 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
your welcome
|
|
|
|
Nov 23 2004, 08:06 PM
Post
#5
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
what do I do for custom modules?
CODE <!-- begin code provided by createblog.com --> <div style="margin-top: 50px; margin-left: 446px; width: 145px; height: 700; background: transparent; border: none; overflow: auto; overflow-x:hidden;"><p>BLAH, BLAH</P></div> <!-- end code provided by createblog.com --> ^ that be my div layer for modules. |
|
|
|
Nov 23 2004, 09:45 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
to put a background for your custom modules? where it says background: transparent put in the color you want like #000000 or whatever color you want
|
|
|
|
![]() ![]() |