Inline Styles, a great fix for petpages:
(Please note that this is going to be the most help with petpages. I'm not overly familiar with userlookup, shop, gallery or guild coding, but I do know it at least won't be much use on userlookups. (Since we can only edit Neopet's modules through the stylesheet, there's nowhere to put the inline style.))
Inline styles are where, rather than putting your specifications in the stylesheet, you put them in the body.
So, say a div on your page is currently set up something like this:
...You can remove the position:absolute line from the style (position being the filtered word) and then go to mybox below and insert it there. Like so:
And you don't need to move any of the
allowed style words you have for mybox in your stylesheet. They can stay right where they are, since you still have id="mybox" in there.
* 'Mybox' is just an example so you can find the same sort of thing in your own codes and edit accordingly. This should work with any of the filtered words.
(Anyone for a history lesson? They used to use inline styles all the time, before they invented Cascading Style Sheets. Imagine the tedium.)