Log in

View Full Version : Why isnt this link working?


imk
09-18-2007, 09:54 PM
<!-- Adverts: -->
<table width="100%" height="50" border="0" align="center" cellpadding="6" cellspacing="1" class="tborder">
<thead>
<tr>
<td height="20" colspan="2" align="center" class="thead">Free Myspace Advertisement
</tr>
</thead>

<tbody>
<tr>
<td colspan="2" align="center" class="alt2">
<A HREF="www.myspace.com/newliferecordsnlr ">Bilistic Myspace.</A>
<br>
<br>
</br>
<A HREF="http://www.micforum.com/forum/showthread.php?t=108">
<IMG SRC="/images/myspacead.gif">
</A>

</td>
</tr>
</tbody>


</table>
<br />
<!-- Adverts: -->


why tho when you click the Bilistic Myspace link in my forumhome it goes to

http://www.micforum.com/forum/www.myspace.com/newliferecordsnlr?

i just want it to go to www.myspace.com/newliferecordsnlr

aycan555
09-18-2007, 09:58 PM
Change this code <A HREF="www.myspace.com/newliferecordsnlr ">Bilistic Myspace.</A>
with
<A HREF="http://www.myspace.com/newliferecordsnlr">Bilistic Myspace.</A>

imk
09-18-2007, 10:01 PM
htttp right?

tipoboy
09-18-2007, 10:24 PM
no just http://

aycan555
09-18-2007, 10:24 PM
yes you have missed the http://

imk
09-19-2007, 01:55 PM
thanks