View Full Version : livejournal code


Moonlit
06-22-2005, 10:30 AM
I'm trying to get an lj user name and user picture in a profile...but it keeps putting a box around the user picture. How can I change that?

Code:

<span class='ljuser' style='white-space: nowrap;'><a href='http://www.livejournal.com/userinfo.bml?user=name'><img src='http://stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0;' /></a><a href='http://www.livejournal.com/users/name/'><b>name</b></a></span>

MaGiCSuN
06-22-2005, 11:25 AM
try just adding border="0" instead of the css way.
see if that makes a difference

love,
mirna

Moonlit
06-27-2005, 07:31 AM
Hmm...that didn't work. I got an invalid markup error. Any other ideas?