Jump to content

A little coding help, please?


inkt

Recommended Posts

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...