• Resolved dfart

    (@dfart)


    Hello, I have the code `<td style=”font-size:10px; padding-left:30px; padding-right:40px; border-right-color:white; border-right-style:solid; border-right-width:1px;”>
    <span><a href=”https://localhost/proyecto/”>INICIO</a></span><br&gt;
    <span><a href=”https://localhost/proyecto/?page_id=66″>NUESTRA HISTORIA</a></span><br>
    </td>` to make the menus are in a certain way in the menu area and within a table.

    But I am not able to change the color of the links, they appear in blue and I want them to appear blank.

    I have tried to put in the CSS a rule for “spam” and for “table” but they do not change color.

    Could you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to show us the Webpage with the links that you want styled.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Or replicate the problem in a jsFiddle or CSSDesk page

    Thread Starter dfart

    (@dfart)

    After many tests I managed to change the color.

    I share the solution in case another problem like this arises.

    The problem has been solved by adding <font color=white> before the name.

    The code was left like this:

    <span><a href="https://localhost/proyect/?page_id=66"><font color=white>NAME OF MENU</a></span><br>

    • This reply was modified 6 years, 8 months ago by dfart.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can′t change color’ is closed to new replies.