Forums

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

Home Forums CSS Table ID question

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

    I want to make changes to one table without effecting the other tables on my site, so I gave the table the id=”on-page-validate”

    Then I created these styles:

    #on-page-validate table {width: 60%; font-size: 18px;}
    #on-page-validate table caption {height: 25px; font-size: 18px;font-size: 1.8rem; /*font-family: “Droid etc.

    But this is not working the table is not using this css.

    What am I doing wrong?

    I appreciate any help.
    JoAnn

    Here is a link to the page I am talking about:
    http://joannfitzpatrick.com/rlv/quickvalidate-basic.html

    #142936
    joann7
    Participant

    I did have some commented out. But I was referring to the code starting at line 869.

    #142937
    sadunaresh
    Participant

    I dont have access to your page.. but are you sure you are using correct css select ors?

    try
    table#on-page-validate{ ….}
    table#on-page-validate caption{ ….}

    #142928
    Paulie_D
    Member

    Or even just

    #on-page-validate

    #142929
    Paulie_D
    Member

    Which CSS file have you added these too?

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