hi andrew,
thanks for the help however it didnt work, however this did….
this is the original…
/* — 9.0 Default Links — */
a { text-decoration: none; color: #3399cc; }
#primary a { border-bottom: 1px solid #e4e4e4; }
#primary a:hover { border-bottom: 1px solid #d4d4d4; color: #1c506a; }
#sidebar a { color: #444; }
#sidebar a:hover { color: #3399cc; }
a img { border: none; }
i then change this all to { border: none; }
/* — 9.0 Default Links — */
a { text-decoration: none; color: #3399cc; }
#primary a { border: none; }
#primary a:hover { border: none; }
#sidebar a { color: #444; }
#sidebar a:hover { color: #3399cc; }
a img { border: none; }
my question is what code is this? though it has take the borders away, i’m worried it may affect something else? or is it ok?