View Full Version : i cant create a graphics link to my site


dale456654
12-15-2005, 07:44 AM
whenever i try to create a html code that links to my site so that other people can just get the code and put it on there site but it wont work
heres what i do:
<a href=http://www.dna456654.741.com>
<img src=http://www.dna456654.741.com/picture/banner.gif
border=0></a>
that dosent work ive also heared that:
<a href=http://www.dna456654.741.com>
<img src=http://www.dna456654.741.com/picture/images/picture.jpg
border=0></a>
will work please help i cant get anything to work

Monkey Bizzle
12-15-2005, 08:14 AM
FYI... When I went to the site to see if it existed it totally crashed my browser and froze up my computer... That never happens so it has to be something with the site.

What are you trying to do? Have code that people can copy and paste? Or display a banner on your site?

dale456654
12-15-2005, 08:22 AM
what did you say about my site anyway what i am trying to do is get a html code that people can copy and paste but i cant do it i have tried everything

Monkey Bizzle
12-15-2005, 08:26 AM
what did you say about my site

When I went to the site to see if it existed it totally crashed my browser and froze up my computer...

to solve your problem

<textarea>
<a href="http://www.dna456654.741.com">
<img src="http://www.dna456654.741.com/picture/banner.gif" border="0">
</a>
</textarea>

make sure the picture actually exists on the site. that url that you have there, both of them actually, are not valid URLs...