Jump to content

Coding: User Lookup Layout Request / Image aligning problem?


Guest

Recommended Posts

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. ^^

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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 ^^

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Actually, HTML and CSS go together really well. :yes: Although of course, learning HTML first is a good way to do things.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...