Results 1 to 11 of 11

Thread: Text link problem
      
   

  1. #1
    Anonymous is offline Members
    Join Date
    Mar 2005
    Posts
    440

    Default Text link problem

    Hello,everyone.i would appreciate it if you answer me this question.
    I can make a text link in bluevoda,but after that,the text gets underlined.
    Please tell me how to de-underline it.

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    You will need to tweak the HTML a little to be able to do this:

    1. Select the text box and click Edit->HTML (Ctrl + H)
    2. Select the Before Tag tab and enter this code:

    Code:
    <STYLE> 
    <!-- 
    a:link 
    { 
    color: #0000FF; 
    text-decoration:none;
    } 
    a:active 
    { 
    color: #0000FF; 
    text-decoration:none;
    } 
    a:visited 
    { 
    color: #0000FF; 
    text-decoration:none;
    } 
    a:hover 
    { 
    color: #00FF00; 
    text-decoration:none;
    } 
    -->
    </STYLE>
    3. Now if you publish of preview the page the underline is gone!

    You can change the color values to anything you like.

    Pablo
    Last edited by Pablo; 07-25-2005 at 09:25 AM.

  3. #3
    fzarda is offline Members
    Join Date
    Jun 2005
    Location
    Singapore
    Posts
    10

    Default Re: text link in bluevoda,the text gets underlined

    I'm facing the same problem. However I tried to insert your code into the "After Tag" box.
    Result: For some pages it works perfectly, but some pages when opening in the browser half of the text or the pix disappear.
    Can you please help me!
    Franz

  4. #4
    George's Avatar
    George is offline Customer Support
    Join Date
    May 2005
    Location
    Wilmington, Delaware
    Posts
    76

    Default

    Refresh your browser. It might be caching.
    George Fountakos
    VodaHost
    www.VodaHost.com
    Your Website People
    +1-302-283-3777 USA / Canada / International
    (0044) 020 8816 8319 / United Kingdom

  5. #5
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    Also... Make sure you browser settings are configured for Medium (= default) text size. If you set this option to a larger font the text will not fit into the allocated screen space (text box)

  6. #6
    fzarda is offline Members
    Join Date
    Jun 2005
    Location
    Singapore
    Posts
    10

    Default de-underline

    Guys,
    I did every thing you suggested, ut still when I copy your code into the html box only that object stays and you can see it in the preview, the rest of the pix and text is gone?
    Out my appr. 12 pages only about 3 work properly when I apply the code.
    What to do?
    Thanks,
    Franz

  7. #7
    xdigimaster's Avatar
    xdigimaster is offline SEO,Designer,Coder, +
    Join Date
    May 2005
    Location
    Cyprus
    Posts
    163

    Default SOLUTION

    HEY EVERYONE,I FOUND THE SOLUTION.GO TO INTERNET PROPERTIES (RIGHT CLICK INTERNET EXPLORER) THEN GO TO ''ADVANCED'' AND IN THE ''UNDERLINE LINK'' FIELD CHOOSE NEVER.

  8. #8
    Darrell's Avatar
    Darrell is offline Members
    Join Date
    Jun 2005
    Posts
    66

    Default this is what i get

    Maryland Colleges <STYLE> <!-- a:link { color: #0000FF; text-decoration
    when i follow directions and publish it this is whats showing up
    instead of just maryland colleges
    <STYLE> <!-- a:link
    its more like this

  9. #9
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    Then didn't you copy the code to the correct place.
    Please double check the location of the code (After Tag!)
    Forum Moderator
    BlueVoda Specialist

  10. #10
    Howgold is offline Private
    Join Date
    Jul 2005
    Posts
    3

    Default Removing link underline

    Quote Originally Posted by Pablo
    Then didn't you copy the code to the correct place.
    Please double check the location of the code (After Tag!)
    I'm also trying to remove the underline from a link. I copied and pasted your text box HTML edit into the "After Tag" tab as you instructed. However, the underlines still appear--in preview and published views. And, at the end of the text box, the following appears:
    <STYLE> <!-- a:link { color: #0000FF; text-decoration:none; } a:active { color:

    HELP!

  11. #11
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    Once again the correct code, please copy this in the Before Tag of the textbox:

    <STYLE>
    <!--
    a:link
    {
    color: #0000FF;
    text-decoration:none;
    }
    a:active
    {
    color: #0000FF;
    text-decoration:none;
    }
    a:visited
    {
    color: #0000FF;
    text-decoration:none;
    }
    a:hover
    {
    color: #00FF00;
    text-decoration:none;
    }
    -->
    </STYLE>


    BlueVoda Version 7.0 has an intergrated hyperlink style editor, so it will be much easier to adjust the hyperlink styles.
    Coming soon...
    Forum Moderator
    BlueVoda Specialist

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. How to run a successful link exchange program
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 12
    Last Post: 08-24-2006, 04:51 PM
  2. 4 Things to Look for in a Link Building Service
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 2
    Last Post: 07-07-2006, 09:44 AM
  3. Link Building - The Waiting Game
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 3
    Last Post: 06-30-2006, 09:06 AM
  4. LSI and Link Popularity
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 0
    Last Post: 11-17-2005, 09:00 PM
  5. Link Building in Light of VIsion-based Page Segmentation
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 0
    Last Post: 11-17-2005, 08:57 PM

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