Kuroida Posted December 1, 2010 Share Posted December 1, 2010 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 Quote Link to comment Share on other sites More sharing options...
Spritzie Posted December 1, 2010 Share Posted December 1, 2010 Have you changed the coding at all? I have quite a few pet lookups from Sunnyneo and none of them are having issues. Quote Link to comment Share on other sites More sharing options...
Kuroida Posted December 1, 2010 Author Share Posted December 1, 2010 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... Quote Link to comment Share on other sites More sharing options...
Spritzie Posted December 1, 2010 Share Posted December 1, 2010 Are you trying to use pet PAGE layouts, or pet LOOKUP? There's a difference in the coding, so if you're using a page layout but pasting it in the look up, that could be causing it. Quote Link to comment Share on other sites More sharing options...
Kuroida Posted December 1, 2010 Author Share Posted December 1, 2010 ....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 Quote Link to comment Share on other sites More sharing options...
Batman Posted December 2, 2010 Share Posted December 2, 2010 *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"> Quote Link to comment Share on other sites More sharing options...
Kuroida Posted December 2, 2010 Author Share Posted December 2, 2010 sweet thanks. Worked like a charm. My adoption center is up :D Anyone know how to add a side bar for a list of dreamies while I'm at it? :S Quote Link to comment Share on other sites More sharing options...
antiaircraft Posted December 3, 2010 Share Posted December 3, 2010 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. 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.