FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

to remove links lines

 


yule
<head>
<style>
<!--A:link {text-decoration: none; color: #0000ff;}A:visited {text-decoration: none; color: #0000FF;}A:active {text-decoration: none; color:#FF0000; }A:hover {text-decoration: none; color: #ff0000;font-size:16 ;}//-->
</style>
</head>
SamiTheBerber
Why just ?

Code:
<head>
<style>
<!--
a
{
   text-decoration: none;
}
-->
</style>
</head>


Or if want color then:

Code:
<head>
<style>
<!--
a{text-decoration: none;}A:link,A:visited{color: #0000ff;}A:active {color:#FF0000; }A:hover {color: #ff0000;font-size:16 ;}
-->
</style>
</head>


Not so much writing and .css-file will be smaller Wink
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.