Forums

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

Home Forums CSS Help styling a table on my site

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28461
    theplastickid
    Participant

    I am having trouble styling sections of a table on my Joomla based site. The table is from a component I have installed and I want to just make some simple changes to the fonts and link.

    The page I am struggling with is:

    http://www.pole2polemagazine.com/pole-dancing-competition

    I am trying to change the font of the dates in the table and also I would like to reset the link styles for the title and venue names. Not the th cells but the td cells.

    I do not know what selectors to use to target these cells. I don’t want to target all th or td cells on the whole site I would like to make my styles specific to this table. I can see in the HTML the following code:

    Code:

    16.10.2009

    But just don’t know how to hook onto it with CSS. I’d appreciate any help anyone can give.

    Many Thanks.

    #72616
    theplastickid
    Participant
    "jamy_za" wrote:
    What you can do it give the table and ID.
    If you change your table to this:

    Code:

    16.10.2009

    Then you could use css to only select that table by using the selector:

    Code:
    #dancing td { }

    Yeah I know this is possible however, the table is created dynamically I think with the component, I wouldn’t know where to find the HTML file for the table.

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