Its probably easier to just remove the underline from the stylesheet.css
Check if there is any css code for a. It will most likely be using text-decoration: underline;. Just delete that line.
If you're not sure, post the entire css file so we can check.
|