inkt Posted July 22, 2011 Share Posted July 22, 2011 I'm not quite sure if I've posted this in the correct area, but graphics and computer & programming didn't seem quite right, so I apologize if I got it wrong. I'm working on Ainen's lookup and I'd really like to move all his stat information from where it says Owner: Kolya to the neomail owner, visit petpage and rating part to underneath his display picture, so that I can make the display picture bigger and stretch the page down a bit as his artwork extends. Also, I would like to more center the text at the bottom but I would have to manually position it and don't really know the code for it. Could anyone help me out a bit? Please and thank you! Quote Link to comment Share on other sites More sharing options...
mikeperetz Posted July 22, 2011 Share Posted July 22, 2011 I don't believe I can offer any help but in my moniter, the right side is cut off unless I scroll out :P It looks wonderful though :) Quote Link to comment Share on other sites More sharing options...
inkt Posted July 22, 2011 Author Share Posted July 22, 2011 Yeah, I know. :( I have a HUGE screen resolution on my desktop and didn't realize that until I viewed the layout on my laptop. But honestly, I'm too lazy to open the darn thing back up in Photoshop and mess around with it anymore. But thank you! Quote Link to comment Share on other sites More sharing options...
Duckyz Posted July 23, 2011 Share Posted July 23, 2011 If you know the id you can use position:absolute; #id { position:absolute; left: 100px; top: 100px; width: 100px; height: 100px !important; } Change #id to the name of the box and adjust the values. Quote Link to comment Share on other sites More sharing options...
inkt Posted July 23, 2011 Author Share Posted July 23, 2011 If you know the id you can use position:absolute; #id { position:absolute; left: 100px; top: 100px; width: 100px; height: 100px !important; } Change #id to the name of the box and adjust the values. Name of the box? Sorry, I don't quite understand. D: Quote Link to comment Share on other sites More sharing options...
Duckyz Posted July 23, 2011 Share Posted July 23, 2011 Wow ignore my suggestion petpages are different from user lookups, like the habitarium module's id is #habitarium Quote Link to comment Share on other sites More sharing options...
inkt Posted July 23, 2011 Author Share Posted July 23, 2011 Wow ignore my suggestion petpages are different from user lookups, like the habitarium module's id is #habitarium Ah, okay. Thanks for the suggestion, though. Hopefully I can get it figured out. Quote Link to comment Share on other sites More sharing options...
Piticent Posted July 23, 2011 Share Posted July 23, 2011 Well, Im not sure about moving stats and such, but to center text, you could try either of these: <div align="center">TEXT HERE</div> <center>TEXT HERE</center> :D Quote Link to comment Share on other sites More sharing options...
inkt Posted July 23, 2011 Author Share Posted July 23, 2011 Well, Im not sure about moving stats and such, but to center text, you could try either of these: <div align="center">TEXT HERE</div> <center>TEXT HERE</center> :D Yeah, I already tried that, haha. It didn't budge. XD EDIT: Nevermind! Did get the text to center! Thanks! 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.