entry, background |
![]() ![]() |
entry, background |
Jul 25 2004, 09:15 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2004 Member No: 5,997 |
whats the code to get a background on ur entry? and to put a background on the title
|
|
|
|
Jul 25 2004, 09:17 PM
Post
#2
|
|
|
‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 |
CODE <!-- begin code provided by createblog.com --> blogbody { background-image: url("http://www.blah.com/blah.jpg"); } <!-- end code provided by createblog.com --> place that in your css under blogbody |
|
|
|
Jul 25 2004, 09:24 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2004 Member No: 5,997 |
Thats not the code, it didnt work....
Im looking for a code thats going to put a background behind my text on an entry..perhaps the same code in a different format, because that one didnt work |
|
|
|
Jul 25 2004, 09:25 PM
Post
#4
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
it should work did you add it to your style sheet
|
|
|
|
Jul 25 2004, 09:31 PM
Post
#5
|
|
|
‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 |
lol, that IS the code, place it in your css.. if you don't have a css, use:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> blogbody { background-image: url("http://www.blah.com/blah.jpg"); } </style> <!-- end code provided by createblog.com --> notice the "<style type="text/css">" that i added |
|
|
|
Jul 25 2004, 09:34 PM
Post
#6
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
QUOTE(synkro @ Jul 25 2004, 9:31 PM) lol, that IS the code, place it in your css.. if you don't have a css, use: CODE <!-- begin code provided by createblog.com --> <style type="text/css"> blogbody { background-image: url("http://www.blah.com/blah.jpg"); } </style> <!-- end code provided by createblog.com --> notice the "<style type="text/css">" that i added and the "</style>" |
|
|
|
Jul 28 2004, 04:21 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2004 Member No: 5,997 |
yeah I did all that, but thanks anyway
|
|
|
|
Jul 28 2004, 04:42 PM
Post
#8
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
i think there was a typo on the code above, here:
<style type="text/css"> .blogbody {background: url("URL HERE");} </style> |
|
|
|
Jul 28 2004, 05:57 PM
Post
#9
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
QUOTE(rnrn897 @ Jul 28 2004, 4:42 PM) i think there was a typo on the code above, here: <style type="text/css"> .blogbody {background: url("URL HERE");} </style> That's not it. itsallaboutkits probably just did it wrong because it works fine for me. |
|
|
|
Jul 28 2004, 06:14 PM
Post
#10
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
oh... well newayz - mine works to ><;
and btw is that dot mandatory? .blogbody i always put a dot |
|
|
|
![]() ![]() |