Adding an image to the top left corner |
Adding an image to the top left corner |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Jan 2006 Member No: 354,700 ![]() |
How do you add an image tot he top left corner of a livejournal? I'm very familiar with the Xanga codings, but not livejournal :/
|
|
|
![]() |
*Libertie* |
![]()
Post
#2
|
Guest ![]() |
Well, if you just want a header image (no tiling background or anything), try this:
CODE GLOBAL HEAD<= <style type="text/css"> body { background-image: url(IMAGEURLHERE); background-position: top left; margin-top: 400px; </style> <=GLOBAL_HEAD 400px needs to be around the same as your image height. |
|
|
![]() ![]() |