View Full Version : Livejournal layout help


BulbaGrrrl
04-14-2003, 09:31 AM
Not sure if someone from this forum is familiar with Livejournal, but just in case...

here's my livejournal: http://bulbagrrrl.livejournal.com

I'm trying to get it to look like this: http://www.kawaiikiwi.org/soulair/misc/purplesnow/index.html

On my journal the tables are all wrong or something. Can someone help me figure out what's the problem?

lefty
04-14-2003, 03:38 PM
I assume this is a custom style? That's the easiest way to do things. :)

You'll have to put all your content in a div and size it correctly. (Or however the other site is done, I assume it's yours?) If you're using a custom LJ style, a lot of the stuff can probably be taken out, but you have to be real sure that you know what you're doing. But yeah, your code would look something like this:

<div style="position:absolute; top:##px; left:##px; width:##px;">

And just plug in the numbers to whatever matches with the background. You'll have to put that right after the <BODY> tag.