Is it possible, add a background pic for each entry? |
![]() ![]() |
Is it possible, add a background pic for each entry? |
Nov 19 2004, 01:05 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 |
I use boxed entry, but i want to know if can replace the color by a pic?
|
|
|
|
Nov 19 2004, 11:18 AM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
What you mean? Like having a background in the box entry?
|
|
|
|
Nov 21 2004, 12:53 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Apr 2004 Member No: 10,705 |
id like that too, i think someone shouldve made a html code like that, if i find it ill tell u
|
|
|
|
Nov 21 2004, 01:04 PM
Post
#4
|
|
|
#1 CreateBlog Membiez n Fan ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Oct 2004 Member No: 56,247 |
i dunno if u can..but i think there MIGHT BE.....i'll go check..^^ cuz i'd like that2!!!!!!!!!!!!!!!! lol..XD
|
|
|
|
Nov 21 2004, 01:56 PM
Post
#5
|
|
|
i <3 muH BaYbEe ![]() ![]() ![]() ![]() Group: Member Posts: 221 Joined: Nov 2004 Member No: 62,547 |
o0o0o okay i know what you mean now.. here is the code...
CODE <!-- begin code provided by createblog.com -->
background-image: url(URL HERE); background-repeat: no-repeat; background-position: LEFT; <!-- end code provided by createblog.com --> |
|
|
|
Nov 21 2004, 03:54 PM
Post
#6
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
edited from above |
|
|
|
Nov 21 2004, 06:24 PM
Post
#7
|
|
|
i <3 muH BaYbEe ![]() ![]() ![]() ![]() Group: Member Posts: 221 Joined: Nov 2004 Member No: 62,547 |
i dont think that yoh put the style tags you jus ad it in where is says "this is where your blog is" then put it under background color
|
|
|
|
Nov 21 2004, 06:44 PM
Post
#8
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
no you would put that in custom header above is a style sheet sort of you need the style tags to make it work
|
|
|
|
Nov 21 2004, 10:26 PM
Post
#9
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
You're giving out the wrong code..... >.o
You need to give the background-image: url(URL HERE); something to edit. So.... You need a code somewhat like..... CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ border: 1px dashed #008000; background-image: url(urlhere); background-repeat: no-repeat; background-position: LEFT; background-color: #Transparent; width: 400px; } </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |