Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

I need help making my pet site...

Mon Jul 12, 2004 3:19 pm

can someone please give me some codes to make one? :)

Tue Jul 13, 2004 11:42 am

Neopets has a small html guide that may be of some assistance: http://www.neopets.com/help/html1.phtml

Other than that...

<b>text</b>


Using the b tags will make the text within them bold the same can be done to get italics (change the b's to i's) and underlines (change the b's to u's).

<img src="URL of your image" border="0">


Placing the URL of an image where this tag specifies will make the picture show-up on your page (as long as the image is on a server that allows offsite linking).

<a href="URL">text</a>


Placing the URL of a page where this tag specifies will make the "text" show-up as a link to the other page.

<br> and <p>


The br tag can be used to make a break in the line, for example:
Hello, how (break)
are you today?

The p tag can be used to skip onto the next line, for example:
Hello, how (next line)

are you today?

Thu Jul 22, 2004 1:34 pm

I NEED PHP NOT HTML!!!

Thu Jul 22, 2004 3:16 pm

dracon wrote:I NEED PHP NOT HTML!!!


No need to "yell/scream" at me, I was only trying to help. If you wanted PHP then you should have specified that in your original post.

Thu Jul 22, 2004 3:48 pm

dracon wrote:I NEED PHP NOT HTML!!!

If you're using ALL CAPS, IT LOOKS LIKE YOU'RE SHOUTING AT THE READER. STOP IT! NOW! People don't like being shouted at. People tend to avoid things they don't like.

First of all, it looks like you have no clue what you're looking for. That's a bad idea inheritantly, since you can't just say "give me the code for a pet site" and expect someone to magically give you one.

Go read the manuals. You can find a PHP one at http://www.php.net/, and HTML one at http://www.w3schools.com/html/

Wed Jul 28, 2004 11:33 pm

Or you could buy one for 20 bucks. I did. its awesome. my site is http://www.megapets.tk. but you can buy it from http://www.myvirtualpetsite.com(they make monopets)

.....

Thu Jul 29, 2004 12:28 am

Dagger_v2 wrote:Or you could buy one for 20 bucks. I did. its awesome. my site is http://www.megapets.tk. but you can buy it from http://www.myvirtualpetsite.com(they make monopets)

is the My Virtual Pat site free?im just wondering, because it looks like something i would like

Thu Jul 29, 2004 1:31 am

yeah its safe. they say within 24 hours but i got mine after a few days. but its safe. You can get pets... you can have shops... its awesome! Give it a few days before you get the welcome email. mine took... 5 days i think.

Thu Jul 29, 2004 9:11 pm

Hunter Lupe wrote:
dracon wrote:I NEED PHP NOT HTML!!!

If you're using ALL CAPS, IT LOOKS LIKE YOU'RE SHOUTING AT THE READER. STOP IT! NOW! People don't like being shouted at. People tend to avoid things they don't like.


For some reason that amused me quite a bit.
Topic locked