CSS - Amazon Associate link formatting with CSS -
The links below were without black color, then with a line below black I wanted this Then I turned it into an Amazon Associate link, and now it's blue and amp; Underlined I'm still using the same CSS first (links2), so I do not understand why this format has changed.
How can I get links with no underlined below, then with black color when
link:
'
category = "books" category = "link 2" & gt; '. $ Line ['site']. ' & Lt; / A & gt; '
CSS:
a.links2: link {color: # 000000; Text-decoration: None; Text-align: left; Margin top: 6px; Margin-bottom: 2px; Margin-left: 2px; Padding: 0px; Font-family: aerial, helvetica, sense-serif; Font-size: 12px; Height: 12px; Vertical-align: medium; } A.links2: visited {color: # 000000; Text-decoration: None; Text-align: left; Margin top: 6px; Margin-bottom: 2px; Margin-left: 2px; Padding: 0px; Font-family: aerial, helvetica, sense-serif; Font-size: 12px; Height: 12px; Vertical-align: medium; } A.links2: Hover {Color: # 000000; Text-decoration: underlined; Text-align: left; Margin top: 6px; Margin-bottom: 2px; Margin-left: 2px; Padding: 0px; Font-family: aerial, helvetica, sense-serif; Font-size: 12px; Height: 12px; Vertical-align: medium; } A.links2: active {color: # 000000; Text-align: left; Margin top: 6px; Margin-bottom: 2px; Margin-left: 2px; Padding: 0px; Font-family: aerial, helvetica, sense-serif; Font-size: 12px; Height: 12px; Vertical-align: medium;
First of all I am trying
! Important
After styling in its Style Sheet, which sets the black color
As:
Color: # 000000! Important;
This gives priority to your style on Amazon.
Comments
Post a Comment