PDA

View Full Version : link in my site not working propa



kev
17-06-2006, 03:12 AM
be building a site for my girl(i know it aint great but its a work in progress
www.imnotreallyawaitress.co.uk

the prob is the shop link does not lint to where it should.
it should link to http://katerosestern.etsy.com but instead it links to www.etsy.com any ideas why/how i can fix it??? cheers

kev
17-06-2006, 03:20 AM
ps i use dreamwevear and it works fine when i preview it in my browser before i upload it

kev
17-06-2006, 03:54 AM
its because im "using frames in your website, which is prohibited by Etsy. Insert code that will break the frame from the link. Research "link from frames," or "breaking frame link."
any idea how i sort this

TechMouse
19-06-2006, 05:44 PM
You need to make the link load the page into either the top window, or a new window.

e.g.

You will have something like this:


<a href="http://www.somewebsite.com/">Click here!</a>

To make the website open up over your website, you need this...

<a href="http://www.somewebsite.com/" target="_top">Click here!</a>

Or if you want it to open in a new window, you need this...

<a href="http://www.somewebsite.com/" target="mywindow">Click here!</a>

You can replace "mywindow" with any name you like.

Not sure how you do this in dreamweaver, but it can't be that hard.

kev
20-06-2006, 02:04 AM
nice one sorted
used this line of code
<div id="Layer3"><a href="www.somewebsite.com." TARGET="_blank"><img src=
thanks for your help

278d7e64a374de26f==