Adding an image to the top left corner |
![]() ![]() |
Adding an image to the top left corner |
Jan 28 2006, 08:54 PM
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 :/
|
|
|
|
Jan 28 2006, 09:00 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
hmm. Try this:
HTML <div align='left'>
<img src='insert url to image here'> </div> |
|
|
|
| *Libertie* |
Jan 28 2006, 11:34 PM
Post
#3
|
|
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. |
|
|
|
Feb 5 2006, 12:15 AM
Post
#4
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Jan 2006 Member No: 354,700 |
Hmm...for some reason, when I put a Webpage URL in my profile edit, images seem to appear. I just read it as one of the requirements off another layout.
Thanks for you help :) |
|
|
|
| *Libertie* |
Feb 5 2006, 08:37 PM
Post
#5
|
|
Guest |
Aha, so that was the problem. A very common one.
|
|
|
|
![]() ![]() |