Sparky_San
06-19-2005, 06:20 PM
I need help with DIV Layers. On Neopets, I'm using this one code that is not allowing any links. Text links or image links. It's not allowing tables. And it's not allowing textareas. If anyone can provide me an alternate code or one they're positive works on Neo, I'd owe my life to you ;_; Thanks in advance ♥
Merike
06-19-2005, 07:36 PM
How exactly do you want to use div layers?
Sparky_San
06-19-2005, 08:08 PM
I want to use it as a blog.
Merike
06-19-2005, 08:19 PM
Hm, I still don't get what exactly is the problem.
If you can type html there you can just put every entry in a div and then design div the way you want.
It would be simply:
<div>
Entry here
</div>
For styling you would use starting tag with inline css like that:
<div style="">
You put your style between "".