View Full Version : link in my site not working propa
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
ps i use dreamwevear and it works fine when i preview it in my browser before i upload it
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, 06: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.
nice one sorted
used this line of code
<div id="Layer3"><a href="www.somewebsite.com." TARGET="_blank"><img src=
thanks for your help
Powered by vBulletin® Version 4.1.11 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.