Help - Search - Members - Calendar
Full Version: Adding an image to the top left corner
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
WTFautumn
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 :/
YourSuperior
hmm. Try this:

HTML
<div align='left'>
<img src='insert url to image here'>
</div>
Libertie
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.
WTFautumn
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
Aha, so that was the problem. A very common one. _smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.