Results 1 to 15 of 15

Thread: Crazy Links
      
   

  1. #1
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Crazy Links

    Hey Folks:

    For some reason on one of my pages there's a linking issue. A link to the same page appears on diffrent parts of page. The link is for the same page. It started on the bottom of the page. The entire paragraph was underlined. I removed the paragraph and now the link appears somewhere else. It's hard to explain. If you visit the page: http://www.capitaltrace.com/loanaudits.html and look to the left. Below the navigation menu I have a Live Agent box and below that you will see the section called Links please notice how the Links is underlined (I didn't do that) and also the description of the link is also underlined. If you put your cursor on it an click, the page will reload. HELP

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Crazy Links

    Here is the link that keeps loading your Loans Page(note the hash sign at the end)

    http://www.capitaltrace.com/loanaudits.html#

    search your loan page for that link and delete it(it is probable a text link)

    then add the proper link to another page.................

  3. #3
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Re: Crazy Links

    I checked and there's no link there.

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Crazy Links

    Its there, believe me.
    I can see the link when I look at your source code.

    If (in BV) you select all

    you may be able to find it that way....its being hidden by another object or its one of your text links........

  5. #5
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Crazy Links

    heres the code:
    <DIV style="position:absolute;left:102px;top:404px;widt h:149px;height:19px;background-color:#000000;z-index:13" align="center">
    <FONT style="font-size:16px" color="#FFFFFF" face="Arial"><B>LINKS</B></FONT>
    </DIV>

  6. #6
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Re: Crazy Links

    I realized what it was. It happens when I try to place an html code with an image and an "href" into the html box. I'm getting the same issue now with my Paypal Button. I copied the code that was created by Paypal, I placed an html box in the location where I want the button to be, then I pasted the code in the box. I don't get it. Here's the link:
    www.capitaltrace.com/cashout.html

  7. #7
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Crazy Links

    Where are you pasting the code? It should be placed inside the "Properties" section of the html box, not in the "html" section.

  8. #8
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Re: Crazy Links

    In the Blue Voda on the left they have several features. The top one is to for html. When you click on that, a box similar to the shapes appears...it says html on it. You double click on it and you can paste html codes and then move the square whereever you want. It works, that's how I have my Business center page set up. Each banner is a separate html "Box".
    To see what I'm talking about: www.capitaltrace.com/businesscenter.html
    I don't have that kind of problem there.

  9. #9
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Crazy Links

    Daniel,
    I understand the html box, - what I'm asking is where you are putting the code - if you double click on the box you have choices. One of them is properties, one is html - if you go into html you have to select where to put the code. Where you really want to go is into the properties and place your code there.

    If you do it the other way it can work, but then the code might not be entered where you want/need it to be.

  10. #10
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Re: Crazy Links

    I know exactly what you are talking about. You're referring to the box wher you can place the html in the body tag or whereever. That's not the box. The box that I'm talking about, when you double click on it, it opens up like a notepad. On top it'll say custom html. At the bottom of the box on the left it says import, on the right OK or cancel. It's the top selection on the left side bar where you have options to install java scripts, flash and others.

  11. #11
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Crazy Links

    OK - Sorry to have asked to be so specific - but that's been something I've found people doing.

    Now, can you tell me if you remove the paypal html you placed on the page - does the underlining go away?

  12. #12
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Crazy Links

    OK, I played and played with your source code and the underlining is being caused by this element -

    <DIV style="position:absolute;left:102px;top:569px;widt h:150px;height:244px;z-index:16" align="left">
    <center><a href="#"><IMG src="live.jpg" alt="" align="top" border="0" width="150" height="240" onClick="window.open('http://www.ureach.com/cgi-bin/click2call?t=MGpNZgA0gAFXeV8HXnBbB1Z/UgBRdhpZAnBbB1Z/UgBRdjINBChfCw8pVwFdPQRFC3BTAV97WwRXfFoG&n=Capital Trace', 'Click2Call', 'height=261,width=415,status=no'); return false;"</a></center>
    </DIV>

  13. #13
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Re: Crazy Links

    When I remove this code <a href="#"> the underlining goes away, and the link still works. You know when you put the mouse cursor on a live link it turns into a finger? Well, I put the cursor on the Live agent image and it does not depict it as a live link however when you click on on the image, it goes live. Weird

  14. #14
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Crazy Links

    At least we found the real culprit! I didn't take the element apart to find the error - but that strange a href statement makes sense - although why it caused underlining is beyond me :)

  15. #15
    captrac's Avatar
    captrac is offline Master Sergeant
    Join Date
    Dec 2006
    Location
    Raleigh, NC
    Posts
    64

    Default Re: Crazy Links

    I got in contact with the company that provides that service, they basically said I would need to contact a web programmer since they don't offer that type of support. I told them what's the sense of offering a product if they can't provide assistance.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49