View Full Version : what's wrong?


Jasper
06-03-2003, 06:59 PM
What's wrong with the following code?

<P>Allright, we've finally decided to start doing something with the
site, and since Jasper is away right now, I'll be providing you
with stuff to do for the next few days. Hopefully we'll be putting
the downloads section up soon, but first, I'll give you some stuff
to occupy yourselves with until that is up:</p>
<P><a href="http://www.newgrounds.com/portal/view.php?id=99117" target="_blank">Super
Ninja!</a><br>
<a href="http://www.newgrounds.com/portal/view.php?id=100353" target="_blank">3
Foot Ninja</a><br>
<a href="http://www.newgrounds.com/portal/view.php?id=98742" target="_blank">Mega
Man Next</a><br>
<a href="http://www.trevorvanmeter.com/flyguy/" target="_blank">Flyguy,
this is pretty cool.</a> <br>
<a href="http://www.chunkideas.com/popups/sps_popup.htm" target="_blank">Rock
Paper Sissors online!</a> <br>
<a href="http://www.azcentral.com/offbeat/articles/0529Nebraska-Iowa-ON.html" target="_blank">WWIII
coming!</a><br>
<a href="http://www.mutedfaith.com/quiz/q1.htm" target="_blank">Highschool
Stereotype</a> <br>
<a href="http://www.welovetheiraqiinformationminister.com/" target="_blank">We
certainly do!</a><br>
<a href="http://www.in-sense.com/music/cartman.mp3" target="_blank">Cartman
Quotes</a><strong></strong><br>
<a href="http://pleasedonotleech.funnyjunk.com/files/trip.swf" target="_blank">You
been drinking?<br>
</a><a href="http://www.dpso.net/Cryzalisis/Kung%20fu%20^^^^.mpg " target="_blank">Matrix
^^^^!</a><a href="http://pleasedonotleech.funnyjunk.com/files/trip.swf" target="_blank">
</a> <strong></strong> <br>
<a href="http://www.in-sense.com/images/funny/bush1.jpg" target="_blank">Bush
Windows Edition!</a> <br>
<a href="http://www.fabrica.it/gallery/interactive/item13.html" target="_blank">^^^^^
Slap!</a> <br>
<a href="http://www.in-sense.com/images/funny/owned.jpeg" target="_blank">Owned
^^^^^!</a> <br>
<a href="http://www.fabrica.it/gallery/interactive/item13.html" target="_blank">^^^^^
Slap!</a> <br>
<a href="http://y.20q.net:8095/btest" target="_blank">20 questions.</a>
<br>
<a href="http://dpso.net/Cryzalisis/BabyShirt.jpg" target="_blank">Here
is the proof!</a> <br>
<a href="http://www.rocketsnail.com/chat/penguin/" target="_blank">Penguin
chat! hahaha, stupid.</a> <br>
<a href="http://batman.is/leikur.php?id=72" target="_blank">Can
you juggle? I can...</a><br>
<a href="http://www.magazine-city.net/stuff/stuff.asp" target="_blank">Free
2 Year Subscription to Stuff</a><br>
<br>
The new PSX looks ^^^^ing nifty:<br>
<img src="http://www.in-sense.com/psx_screen001.jpg"> <br>
<br>
That's it for now. Be sure to signup for the <A
href="http://www.in-sense.com/forums" target=_blank>forums</a>, we
already have 90+ members!</p>


The reason why I'm asking is because of this:
http://www.in-sense.com/testarea/test.php

help?

BlackRose
06-03-2003, 08:32 PM
your using link tags for pictures etc to put a picture on ur site u need to put <img src="picturename.jpg>

pb&j
06-03-2003, 10:45 PM
you are doubling your link tags.
example, this part...

<a href="<a href="http://www.newgrounds.com/portal/view.php" target="_blank">http://www.newgrounds.com/portal/view.php</a>?id=99117" target="_blank">Super <BR> Ninja!</a>

should be like so...

<a href="http://www.newgrounds.com/portal/view.php" target="_blank">Super<BR>Ninja!</a>