Piticent Posted July 29, 2011 Share Posted July 29, 2011 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) Quote Link to comment Share on other sites More sharing options...
Cornflakes Posted July 29, 2011 Share Posted July 29, 2011 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. :) Quote Link to comment Share on other sites More sharing options...
Piticent Posted July 29, 2011 Author Share Posted July 29, 2011 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... 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.