View Full Version : Livejournal


laura189
06-24-2003, 07:49 PM
Hi :) does anyone know how to have the Live Journal entrys show in a small iframe? With a dotted border?

Thanks,
Laura.

MaGiCSuN
06-25-2003, 12:23 PM
dunno about the iframe but here's the dotted border:

add the following code into the <iframe> tag:

style="border: 1 dotted #COLOR"

and change #COLOR to the colour you would like to use for the border.


and now i am thinking isn't that 'iframe' you are talking about just a scrolling div? because i was thinking that if you have a livejournal you only have ONE page. So there's no way you can have two (in the iframe you should have one too) so try this instead:

<div style="height: #px; width: #px; overflow: auto; border: 1 dotted #COLOR;"> your entries in here</div>

the overflow: auto part makes it scroll. And just replace the # with the pixels from width and height.

Love,
Mirna

kittycat
06-25-2003, 03:52 PM
If you're still having trouble, check out the LiveJournal FAQ (http://www.livejournal.com/support/faq.bml) and see if there's anything there that can help you.

demented_doll
06-27-2003, 02:50 AM
why dont u join a community that helps people with layouts
they can do things for you

laura189
06-27-2003, 11:45 AM
I'm getting a paid account and I'll try that out soon :)
Thanks so much :)