Jump to content

Recommended Posts

Posted

Hello TDN! So, do the same names that apply to a UL in CSS apply when using HTML? Like, can I say <div align="left>#habitarium</div>? (And that was most likely the WORST syntax in america [and everywhere else] XD)

Posted

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

Posted

Youre not a moron :P I was just forgetting only CSS can edit existing stuff :) I knew that, just forgot :P

 

Since I'm the moron here, this topic can be locked unless somebody dicovers HTML can edit existing stuff...

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