For Neopets ONLY discussion.
Topic locked

Linking to Giant Jelly thro petpage

Fri May 05, 2006 5:04 am

I am having trouble linking the giant jelly to my pet page, it wont accept it, is this maybe because jelly world is ''hidden''? Although I have seen it linked on other peoples pages, anyone have any ideas that could help me out? am trying to create a dailies list, thanks :)

Fri May 05, 2006 5:07 am

Code:
<a href='jelly/jelly.phtml'>Click here to visit the Giant Jelly</a>

Fri May 05, 2006 5:10 am

the_dog_god wrote:
Code:
<a href='jelly/jelly.phtml'>Click here to visit the Giant Jelly</a>


Oh ok thanks for that :) So do you not need to add the http://neopets.com/ when putting a neopets link on to an image? or just the jelly one? sorry for all the questions.. first time ive done a pet page hehe

Fri May 05, 2006 5:15 am

You can't put http://www.neopets.com/jelly in a petpage, it blocks the "www.neopets.com/jelly" section, instead you can bypass it by using the shortcut way like I posted. Unfortunately (depending on how others get to your pet page), it may load it on the petpages server, rather than the neopets server

Basically when linking to your petpage, use
Code:
http://www.neopets.com/~YOUR PET'S NAME
rather than
Code:
http://petpages.neopets.com/~YOUR PET'S NAME

Fri May 05, 2006 5:33 am

the_dog_god wrote:You can't put http://www.neopets.com/jelly in a petpage, it blocks the "www.neopets.com/jelly" section, instead you can bypass it by using the shortcut way like I posted. Unfortunately (depending on how others get to your pet page), it may load it on the petpages server, rather than the neopets server

Basically when linking to your petpage, use
Code:
http://www.neopets.com/~YOUR PET'S NAME
rather than
Code:
http://petpages.neopets.com/~YOUR PET'S NAME


Can I use the jelly shortcut you showed me with all neopet links on my petpage?

UPDATE - never mind just tried it and it works brilliantly, thanks for that =)

one more question.. how would i create a 1px black border around my table? is it something like

<table style="border-size:1px;">


I dont think it is that cos its not showing up in dreamweaver or when i preview it, yep im kinda useless at this lol

Fri May 05, 2006 7:24 am

the_dog_god wrote:You can't put http://www.neopets.com/jelly in a petpage, it blocks the "www.neopets.com/jelly" section, instead you can bypass it by using the shortcut way like I posted. Unfortunately (depending on how others get to your pet page), it may load it on the petpages server, rather than the neopets server

Basically when linking to your petpage, use
Code:
http://www.neopets.com/~YOUR PET'S NAME
rather than
Code:
http://petpages.neopets.com/~YOUR PET'S NAME


That's pretty nifty I didn't know about that.

Fri May 05, 2006 8:25 am

the_dog_god wrote:
Code:
<a href='jelly/jelly.phtml'>Click here to visit the Giant Jelly</a>


Thank you! I had been getting around it by coding it as "www.neopets.com//jelly/jelly.phtml, which worked fine until the code checker came around. Hopefully this won't get blocked as well!

Fri May 05, 2006 7:52 pm

Best way to bypass Jelly World filter:

Code:
<a href="http://www.neopets.com/../jelly/index.phtml">Jelly World</a>

That will get past the HTML code checker as well and won't route the user to Jelly World via the petpages.neopets.com sub-domain, etc.

Fri May 05, 2006 11:22 pm

jrtman wrote:Best way to bypass Jelly World filter:

Code:
<a href="http://www.neopets.com/../jelly/index.phtml">Jelly World</a>

That will get past the HTML code checker as well and won't route the user to Jelly World via the petpages.neopets.com sub-domain, etc.


the other one is shorter.. but what is bad about it going through the pet pages sub domain?

Fri May 05, 2006 11:29 pm

Gondra wrote:
jrtman wrote:Best way to bypass Jelly World filter:

Code:
<a href="http://www.neopets.com/../jelly/index.phtml">Jelly World</a>

That will get past the HTML code checker as well and won't route the user to Jelly World via the petpages.neopets.com sub-domain, etc.


the other one is shorter.. but what is bad about it going through the pet pages sub domain?

There are some people that'll think it's a scam and report you, post message boards saying you're a scammer, block you, etc.

Sat May 06, 2006 2:27 am

Gondra wrote:one more question.. how would i create a 1px black border around my table? is it something like

<table style="border-size:1px;">


I dont think it is that cos its not showing up in dreamweaver or when i preview it, yep im kinda useless at this lol


Here's the coding:

Code:
<table style="border: 1px black solid">


:)
Topic locked