add rollover and remove underline from factor browser links
parent
d353b92de8
commit
ee465ebcd2
|
@ -185,6 +185,13 @@ sequences ;
|
||||||
" - " write
|
" - " write
|
||||||
"current-word" get write
|
"current-word" get write
|
||||||
</title>
|
</title>
|
||||||
|
<style>
|
||||||
|
"A:link { text-decoration:none}\n" write
|
||||||
|
"A:visited { text-decoration:none}\n" write
|
||||||
|
"A:active { text-decoration:none}\n" write
|
||||||
|
"A:hover, A.nav:hover { border: 1px solid black; text-decoration: none; margin: 0px }\n" write
|
||||||
|
"A { margin: 1px }" write
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form name= "main" action= method= "post" form>
|
<form name= "main" action= method= "post" form>
|
||||||
|
|
|
@ -206,7 +206,7 @@ USE: sequences
|
||||||
"h1" "h2" "h3" "h4" "h5" "h6" "h7" "h8" "h9"
|
"h1" "h2" "h3" "h4" "h5" "h6" "h7" "h8" "h9"
|
||||||
"ol" "li" "form" "a" "p" "html" "head" "body" "title"
|
"ol" "li" "form" "a" "p" "html" "head" "body" "title"
|
||||||
"b" "i" "ul" "table" "tr" "td" "th" "pre" "textarea"
|
"b" "i" "ul" "table" "tr" "td" "th" "pre" "textarea"
|
||||||
"script" "div" "span" "select" "option"
|
"script" "div" "span" "select" "option" "style"
|
||||||
] [ define-closed-html-word ] each
|
] [ define-closed-html-word ] each
|
||||||
|
|
||||||
! Define some open HTML tags
|
! Define some open HTML tags
|
||||||
|
|
Loading…
Reference in New Issue