Welcome to the Blackout Audio Techno Forums :: Underground Network.
Results 1 to 5 of 5
  1. #1
    Junior Freak
    Join Date
    Feb 2005
    Location
    leeds
    Posts
    248

    Default 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

  2. #2
    Junior Freak
    Join Date
    Feb 2005
    Location
    leeds
    Posts
    248

    Default

    ps i use dreamwevear and it works fine when i preview it in my browser before i upload it

  3. #3
    Junior Freak
    Join Date
    Feb 2005
    Location
    leeds
    Posts
    248

    Default

    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

  4. #4
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    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:

    Code:
    <a href="http://www.somewebsite.com/">Click here!</a>
    To make the website open up over your website, you need this...
    Code:
    <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...
    Code:
    <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.

  5. #5
    Junior Freak
    Join Date
    Feb 2005
    Location
    leeds
    Posts
    248

    Default

    nice one sorted
    used this line of code
    <div id="Layer3"><a href="www.somewebsite.com." TARGET="_blank"><img src=
    thanks for your help

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top