angel_02 Posted December 16, 2008 Share Posted December 16, 2008 Hi, I've been re-editing my user lookup because the old one wouldn't work and I was hoping someone could help me because I am trying to use a blinkie in place of my name but it won't work. At the moment they are floating at the top of the page (username: bellossom_rulz_1) does anyone know how I could fix this? Thanks Angel_02 Quote Link to comment Share on other sites More sharing options...
jun Posted December 16, 2008 Share Posted December 16, 2008 Hi, I've been re-editing my user lookup because the old one wouldn't work and I was hoping someone could help me because I am trying to use a blinkie in place of my name but it won't work. At the moment they are floating at the top of the page (username: bellossom_rulz_1) does anyone know how I could fix this? Thanks Angel_02 Though it will not be much help from me, all i can say is measure the distance you need and set the coordinates to that area for that blinkie Quote Link to comment Share on other sites More sharing options...
FYcookie Posted December 23, 2008 Share Posted December 23, 2008 To position your pictures: <img src="something.jpg" style="position: absolute; top: #PIXELSFROMTHETOPpx; left: #PIXELSFROMTHELEFTpx"> For example, if you wanted it to be 800 pixels from the top and 200 pixels from the left, you would have: <img src="something.jpg" style="position: absolute; top: #800px; left: #200px"> Just experiment with the numbers until you're satisfied with its position. Of course, this will mean your image will be on top of your text, so you won't have the picture fit snuggly inside of the line. I tried setting the margin and padding for the main userlookup information and the header, but none of that worked. So what you might want to try is putting in: #userlookup { line-spacing: 3px } again, of course, adjusting the number until you're satisfied. It'll make all of your lines in that box spaced, though, so I don't know if you want that. Hope that helps! >_<; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.