Scartic Posted July 14, 2011 Share Posted July 14, 2011 I'm trying to learn basic html and CSS while editing my user-lookup, I managed to remove habitarium, the nc mall and my neohome from the lookup. And now I'd like to place them at the top or bottom of my lookup(in a row or something like that). I have no idea how to do this, I've removed them with this code: #habitarium, #userneohome, #ncmall { display: none; } I haven't saved it as my lookup yet, because I just used random colours/images and it looks really ugly right now. Can anybody help me? Quote Link to comment Share on other sites More sharing options...
Cornflakes Posted July 14, 2011 Share Posted July 14, 2011 That's something I always struggle with for some reason. I find it helpful to look at the UL Spotlight winners and go through their codes to see how they did it. ;) Actually that's a great way to learn CSS/HTML, by looking at the codes of things that you like and want to learn how to do. That's pretty much how I learned. (To look at people's codes, just right-click and hit "View Source") Quote Link to comment Share on other sites More sharing options...
Piticent Posted July 24, 2011 Share Posted July 24, 2011 I'm not sure that I'm correct, however, Im gonna take a guess Im thinking you might be able to [a] start a table or use <div align> Quote Link to comment Share on other sites More sharing options...
cokiza Posted August 5, 2011 Share Posted August 5, 2011 If you need help with coding, send a PM along my way! But yea I agree with the above in that by looking at how other people code you can learn yourself! Quote Link to comment Share on other sites More sharing options...
Samaroo Posted September 1, 2011 Share Posted September 1, 2011 This is a great guide- http://www.neopets.com/~demioxy It is what I used to code my UL, which is pretty plain, but the guide is really in-depth! :) Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted September 16, 2011 Share Posted September 16, 2011 Here's basically what you need to do. Play around with the px values until you get them where you want. Some might suggest using the position: absolute code but I would try to avoid it if possible. If you take a look at my lookup you can see that I moved my modules around. Note: my lookup is still under construction. Anyways here's the code I used to move my modules around: #userneopets { width: 650px; margin-top: -898px; margin-left: 170px; } If you need more help please send me a PM or neomail me. I'm online everyday and would be happy to help! :D 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.