image backround, in entries |
image backround, in entries |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 ![]() |
how can i make an image as backround in entries?
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
Yeeeah you're suppose to put the code in style tags.
CODE <style type="text/css">
table.blogbody { background-image: url('http://sabian.org/Alice/lg12.gif'); /* image url */ background-position: bottom right; /* display image where you want it to be */ background-repeat: no-repeat; /* repeat or not */ background-color: #ffffff; width:280px; } </style> |
|
|
![]() ![]() |