Oshawott is awesome Posted December 24, 2013 Share Posted December 24, 2013 http://i39.tinypic.com/ezhac7.png I previewed it and it looked like that. I didn't update it yet though. Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted December 24, 2013 Share Posted December 24, 2013 A little more information on what you're trying to do and your lookup code would be quite helpful. :) From the picture I don't know what to suggest. My best guess is you have to play around with the positioning of the elements. Quote Link to comment Share on other sites More sharing options...
Oshawott is awesome Posted December 24, 2013 Author Share Posted December 24, 2013 http://www.neopets.com/~nekoterrestrial Okay. Here you go. The code is on there. Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted December 24, 2013 Share Posted December 24, 2013 Is it the images that you're having problems with? If so then you need to add an id to the images and then in your style tags you can position them. Something like this: <img id="NAME" src="URL"> Change the NAME to whatever you want to use to id your image. Change URL to the image's URL. Now to position them: #NAME { margin-left: 0px; margin-top: 0px; } NAME becomes the id of the image. Adjust the 0px to your desired positioning. Add values to move down, decrease values to move up. You can have negative values here as well. Additionally you may want to take a look at this page: http://www.neopets.com/~Sariyra#tuts-user That should help you get a better start. 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.