Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Link inside of a table

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #42559
    joann7
    Participant

    I have table with a link in the second column

    . I have tried everything to get the link to be white and match the rest of the ‘s, but nothing is working.

    I am sure it is something so simple. But I can’t spend anymore time on this and it is driving me crazy.

    I would appreciate any help.

    Here is a link to the page: http://joannfitzpatrick.com/vol/internetleads_test.html

    #123742
    TylerNYC
    Member

    What link? What’s “rest of the ‘s”?

    #123743
    wolfcry911
    Participant

    It’s not content – it’s a background image. The only way to change it is to change the background. Or use text…

    #123745
    joann7
    Participant

    Sorry, I didn’t relieve it removed the code from the post. Here is what I meant to post:

    I have table with a link in the second column

    that says Date (see below)

    I have tried everything to get the link to be white and match the rest of the ‘s, but nothing is working.

    I am sure it is something so simple. But I can’t spend anymore time on this and it is driving me crazy.

    I would appreciate any help.

    Here is a link to the page: http://joannfitzpatrick.com/vol/internetleads_test.html

    Processed  Date Lead No. Name View
    #123746
    TylerNYC
    Member

    Find .ui-icon-carat-2-n-s in jquery-ui-1.8.16.custom.css

    Add: display: inline-block;

    Then:

    Date
    #123747
    TylerNYC
    Member

    Sorry, forgot to mention this. Add this to where you added inline-block:

    font-family: “Droid Serif”, Georgia, serif;
    font-weight: bold;

    #123748
    joann7
    Participant

    I added the display: inline-block; to the style sheet but it doesn’t seem to be doing anything.

    There is the word “Date” – after the ui-icon in the second table head column. It is not showing up as white like the words that aren’t links in the other table head columns. How can I get it to be white?

    #123749
    TylerNYC
    Member

    Date isn’t showing up because it’s inside where the icons are. Please do as I said,

    Date

    And add this where you put inline-block from before:

    font-family: “Droid Serif”, Georgia, serif; font-weight: bold;

    #123750
    joann7
    Participant

    That worked! You are Awesome!

    Thank you for your patience Tyler. I hope to be a css genius like you someday.

    #123751
    TylerNYC
    Member

    Farrrrr from genius! I’m a programmer but CSS is something I always hired someone for. Still learning it :)

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘CSS’ is closed to new topics and replies.