PDA

View Full Version : no underlining or new images showing


TCB
08-26-2006, 12:31 AM
Hi,

I just installed GAL 4.6 to my 3.6 board. I used to have

When I use a normal link, it's normally underlined, and not with the dotted line. Als the two new images doesn't appear. I have added this to the main css->additional css:
/* defs */
a.gal:link {
text-decoration: none;
border-bottom: 1px dotted #016798;
color : #016798;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
a.gal:visited {
text-decoration: none;
border-bottom: 1px dotted #016798;
color : #016798;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
a.gal:hover {
text-decoration: underline;
border-bottom: 0px dotted #F8BF24;
color : #016798;
padding:0 0 0 12px;
background:url(images/misc/exlink.gif) no-repeat 0;
}

(with full url to images, just to be sure). The replacements are also just like in the readme file.

When I look into the source of a page on the mb with a GAL, I see
class='DEF' before the link.

But in the css-file, I don't see any DEF classes (besides the /* defs */ mentioning).

What do I need to edit in order to get the css thing to work properly (and showing the dotted lines and two new images)?

TCB
08-26-2006, 12:36 AM
nevermind, I changed the gal into DEF (in the main css -> additional css screen) and now it works.

Perhaps you should change that in the readme file/installer?

The Geek
08-26-2006, 08:45 AM
Yup. Thought I had :(

Thanks!