Jump to content

UL Help


Piticent

Recommended Posts

I'm not sure what you're asking.

 

I can tell you that you can't use HTML on a div that's already been set in the Neopets coding. That's why we use CSS to change how stuff looks on our lookups.

 

So this:

<td id="habitarium">

isn't going to do anything to the #habitarium td (it's actually not a div, btw) on your user lookup.

 

Furthermore, this

<div align="left>#habitarium</div>

is invalid. It won't do anything.

 

(Well actually it will create a div and just put the words "#habitarium" inside. But it won't accomplish what I think you're trying to accomplish.)

 

If none of that answered your question, please try to rephrase your question so morons like me can understand it. :)

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