Quote:
Originally Posted by mncowboy
Check the styling that is assigned to the entries. In the style for those elements, include the following:
text-decoration:none;
That will show te entries without the underline.
Bob
|
Thanks Bob. Tried adding it, using = instead of - and adding " " around decoration:none but the underlines were still there in book view. Do I need to do anything else before going to book view. I added this, first in one, which didn't work, then the other, in the lines
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" /> and
<link href="../Styles/page_styles.css" rel="stylesheet" type="text/css" />
after the "text/css" in each case.
Thanks...............Andy