I'm trying to make a link black and not underlined. So far I've managed to turn it from blue to black but how do i take off the underline?
Use css. Either attach a style sheet, or add <style> tags and within the css put a { text-decoration:none; }
In the MODIFY Menu in top toolbar click PAGE PROPERTIES Under the "Categories" menu select LINKS all the options are in there regarding colour and underline.
To to properties at the bottom of the screen, click the arrow and it should rise up. The underline function is there witht the link information. Be sure to click the link before hand so it knows which one you are changing.
you can also use CSS to make it undeline on mouse-over etc... just a tip because I think that looks cool.