Sammygdog_! Posted February 24, 2011 Share Posted February 24, 2011 Hello, I'm Samantha :) Well I have been wanting to make a page of premades on my petpage and I ran into an issue. Ok, when I preview the page, the text area looks fine and everything but as soon as I try to save it this comes up: "Invalid words or disallowed property names found in your style tags. position" Now is there a way to fix this? Because I need the parts that say "position". That part moves the userinfo, collections, neopets, and trophies where you want them to go. Quote Link to comment Share on other sites More sharing options...
Xepha Posted February 24, 2011 Share Posted February 24, 2011 You can get into the habit of using margin instead of position... Quote Link to comment Share on other sites More sharing options...
Sammygdog_! Posted February 24, 2011 Author Share Posted February 24, 2011 Margin? Thank you :). Ok how do you use that, could I see a little example? Something like this, but with using margin: #userinfo .contentModuleTable { position: absolute; left: 805px; top: 845px; width: 300px; height: 2px; } EDIT: Ok I was able to figure it out ^^ Thank you for telling me about margins :D *lol* I have a lot of code to change Quote Link to comment Share on other sites More sharing options...
antiaircraft Posted February 25, 2011 Share Posted February 25, 2011 I'm not sure how accurate this is (since my memory sucks), but I think I read somewhere that you can still use the position property as an inline style (using the style attribute). :yes: 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.