View Single Post
Old 2018-02-09, 07:46 AM   #1
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,758
Send a message via ICQ to Greenguy
Unhappy I Need CSS Help Please

I found out that you can turn off this "ink skipping" thing Chrome enabled but I suck as CSS so I need help

These 2 pages:
https://codepen.io/anon/pen/GOadjL
https://developer.mozilla.org/en-US/...ation-skip-ink
say the coding is:
Code:
text-decoration-skip-ink: none;
Here's my CSS:
http://www.link-o-rama.com/greenguy/2013greenguy.css

I tried putting that in the body area:
Code:
body { margin:0px 0px; text-align:center; font-family:'Comic Sans MS',Arial,sans-serif; font-size:20px; color:#00ff00; background:#000000; text-decoration-skip-ink: none; }
I tried putting that in the link attributes:
Code:
a:link { color:#00eb00; text-decoration-skip-ink: none; }
a:visited { color:#08bc08; text-decoration-skip-ink: none; }
I tried adding this:
Code:
a {
  text-decoration-skip-ink: none;
}
But I can't get it to work
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote