Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   I Need CSS Help Please (http://www.greenguysboard.com/board/showthread.php?t=69263)

Greenguy 2018-02-09 07:46 AM

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 |banghead|

pc 2018-02-09 10:06 AM

put it into a body property

Greenguy 2018-02-09 12:11 PM

Quote:

Originally Posted by pc (Post 549946)
put it into a body property

I swear to fucking |buddy| I tried that this morning & it didn't work....of course, it works now!|lol|

pc 2018-02-09 12:28 PM

Quote:

Originally Posted by Greenguy (Post 549953)
I swear to fucking |buddy| I tried that this morning & it didn't work....of course, it works now!|lol|

Maybe browser cache had existing before change css stored.
(ctr + h) after every css or html code update.


All times are GMT -4. The time now is 01:59 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc