Jump to content

petpage coding help


Kuroida

Recommended Posts

I wanted to start up my adoption agency yesterday but the coding is not working and it ends up looking like this:

 

http://www.neopets.com/petlookup.phtml?pet=_Kumquat_XD

 

The coding is a direct copy paste of the sunnyneo's adoption agency petpage (found here: http://www.sunnyneo.com/petpages.php)

 

Is this just for me? Does anyone else have a petpage from Sunnyneo that's not working? Anyone know how to fix it? :S

 

Oh and if anyone can spare the time. I'm stuck on part 13 of the Altador plot and posted a question in the pinned topic in the Altador Plot board. Could someone help me with that too? :S

Link to comment
Share on other sites

no. I changed it at first. It didn't work so I did it again. Literally all I did was copy, paste and save changes and it still doesn't work :( The same is happened for all the other petpage designs too for me too so it's not just the adoption agency one...

Link to comment
Share on other sites

....wait what??! You've got to be kidding me! >.< *goes to check* (in my defence. I've always gotten userlookups, petpages, petlookups and all that stuff confused) >_>

 

*edit: It works. I'm an idiot *bangs head against desk* Thanks though :P

 

*edit agian: Ok. New question. How do I get the URLs of images of other ppl's pets to put them on the page? o.0

Link to comment
Share on other sites

*edit agian: Ok. New question. How do I get the URLs of images of other ppl's pets to put them on the page? o.0

 

Woohoo something with coding that I can help with. If you go to the persons lookup and right click on their pet it should say copy image location. Just plug that into your coding and all will work. For instance my coding is

 

<img src="http://pets.neopets.com/cp/4hrd3gq4/1/2.png" width="150" height="150">

Link to comment
Share on other sites

Well I'm not too familiar with the most recent changes to TNT's code filters, so unfortunately I can't give you the exact code, but I assume you'd want to add another <div> and use CSS positioning to bump it about 750 px from the left of the page.

 

So add something like this:

<div id="sidebar">
   <h1>Dreamies</h1>

   <!-- Images, etc. -->
</div>

to your code.

 

Then add this CSS rule:

#sidebar{position:absolute;left:750px;width:250px;text-align:center;}

inside your <style> tags.

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...