Making links that aren't underlined
You can do this in GoLive by using CSS. Look at your page in the Layout view, and find the CSS button at the top of the window, all the way to the right. Click it to open the Style Sheet for your document.

The toolbar will change to adapt to the open style sheet window. Click the New Tag button.

A new tag should appear in the Style Sheet window, and the inspector should change to become the CSS Selector Inspector. In the Name field of the CSS Selector Inspector, type "A". This, of course, stands for the <A> tag which is used to create hyperlinks. The styles you set for this tag will affect all the links on your page.

Click the Font Tab in the CSS Selector Inspector. Under Decoration, check None.

That's it, you're done! Welcome to the wonderful world of Cascading Style Sheets. Remember they only work with 4.0 browsers, so older browsers will still see underlined links. |