module headers |
module headers |
Sep 23 2004, 08:31 PM
Post
#1
|
|
![]() Don't wake ghostie. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,546 Joined: Jan 2004 Member No: 2,405 |
I know this code exists...
does any know the code to change the module headers into little pictures (as in having a background on them...?) |
|
|
|
![]() |
Sep 23 2004, 08:35 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
You use stylesheets right?
Well, insert this into it :: CODE <!-- begin code provided by createblog.com --> table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FCEBFF; font: bold 11px arial; text-transform: uppercase; color: #C991AE; border: none; } <!-- end code provided by createblog.com --> ~* Edit *~ Standard stuff here. Change the variables, EX :: URL spot. And stick in your stylesheet. |
|
|
|
Sep 23 2004, 08:40 PM
Post
#3
|
|
![]() Don't wake ghostie. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,546 Joined: Jan 2004 Member No: 2,405 |
what of you don't have a style sheet???
EE! |
|
|
|
Sep 23 2004, 08:42 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Okay then.... Use this ::
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FCEBFF; font: bold 11px arial; text-transform: uppercase; color: #C991AE; border: none; } </style> <!-- end code provided by createblog.com --> (Many welcomes.) |
|
|
|
Sep 23 2004, 08:49 PM
Post
#5
|
|
![]() Don't wake ghostie. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,546 Joined: Jan 2004 Member No: 2,405 |
thank you!! :D
|
|
|
|
Sep 23 2004, 09:50 PM
Post
#6
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
topic closed.
|
|
|
|
![]() ![]() |