Guest Posted March 8, 2011 Posted March 8, 2011 Olá, meepers. :) As you can see I really like Meepits and I think my lookup is a little... Hm... Too pink. Therefore, I'm here to request a user lookup layout that's meepit themed, but not extremely pink. I am a fan of darker colours and spookier things, but I don't have a specific thing in mind, so it's up to you. :) If you prefer, we can discuss a more specific theme. I just want at least one meepit. :D On the other hand, I can't align images properly! http://www.neopets.com/userlookup.phtml?user=nexinhah http://www.neopets.com/~anjel441995 Here are some examples of what's happening. I can't align images with the text. When I put the "align=right" code (or left or center) it stays just like that. If I click on "save" the "align" part disappears. What the Kau? Help?! :( EDIT - I have someone who will make me a layout. ^^ Quote
antiaircraft Posted March 15, 2011 Posted March 15, 2011 Glad to hear that things worked out. :) For future reference, you really shouldn't be using the deprecated align attribute. Instead, use CSS to lay out your images. The 'float' property seems to be what you're looking for, at least when it comes to left and right alignment. For centre alignment, try centring the containing paragraph using 'text-align: center;'. <img src="//images.weserv.nl/?url=http://example.com/path/image.ext" alt="An image aligned to the right" style="float: right;" /> <p style="text-align: center;"><img src="//images.weserv.nl/?url=http://example.com/path/image.ext" alt="A centred image" /></p> Quote
Guest Posted March 15, 2011 Posted March 15, 2011 Glad to hear that things worked out. :) For future reference, you really shouldn't be using the deprecated align attribute. Instead, use CSS to lay out your images. The 'float' property seems to be what you're looking for, at least when it comes to left and right alignment. For centre alignment, try centring the containing paragraph using 'text-align: center;'. <img src="//images.weserv.nl/?url=http://example.com/path/image.ext" alt="An image aligned to the right" style="float: right;" /> <p style="text-align: center;"><img src="//images.weserv.nl/?url=http://example.com/path/image.ext" alt="A centred image" /></p> I LOVE YOU! :D May the Meepit be with you! Thank you so much ^^ Quote
antiaircraft Posted March 16, 2011 Posted March 16, 2011 You're welcome! I'm glad I was of some help. xD You may want to take a look at this CSS tutorial if you have the time - CSS is a very powerful and generally awesome language, well worth learning. :yes: Quote
Guest Posted March 16, 2011 Posted March 16, 2011 You're welcome! I'm glad I was of some help. xD You may want to take a look at this CSS tutorial if you have the time - CSS is a very powerful and generally awesome language, well worth learning. :yes: I don't doubt it... :) I have just recently started learning HTML, and CSS sounds harder... I just didn't take the risk, yet. x) Quote
antiaircraft Posted March 17, 2011 Posted March 17, 2011 Actually, HTML and CSS go together really well. :yes: Although of course, learning HTML first is a good way to do things. Quote
Guest Posted March 17, 2011 Posted March 17, 2011 Actually, HTML and CSS go together really well. :yes: Although of course, learning HTML first is a good way to do things. So I've noticed! I hope I will be able to work with both soon! :D Quote
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.