PDA

View Full Version : image not showing


bhuwan
01-16-2006, 04:17 PM
this image wont show on my site :-( --> GAL

Lizard King
01-18-2006, 07:07 AM
this image wont show on my site :-( --> GAL
Open Admincp >> Styles and Templates >> All Style Options >> Additional CSS Definitions
add the following but donot forget to change the colors :)
a.gal:link {
background: #f7f7f7;
text-decoration: none;
border-bottom: 1px dotted #31469C;
color : #31469C;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
a.gal:visited {
background: #f7f7f7;
text-decoration: none;
border-bottom: 1px dotted #31469C;
color : #31469C;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
a.gal:hover {
background: #f7f7f7;
text-decoration: none;
border-bottom: 1px dotted #31469C;
color : #31469C; padding-bottom: 0px
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}

bhuwan
01-18-2006, 02:43 PM
Open Admincp >> Styles and Templates >> All Style Options >> Additional CSS Definitions
add the following but donot forget to change the colors :)
a.gal:link {
background: #f7f7f7;
text-decoration: none;
border-bottom: 1px dotted #31469C;
color : #31469C;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
a.gal:visited {
background: #f7f7f7;
text-decoration: none;
border-bottom: 1px dotted #31469C;
color : #31469C;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
a.gal:hover {
background: #f7f7f7;
text-decoration: none;
border-bottom: 1px dotted #31469C;
color : #31469C; padding-bottom: 0px
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0
}
I added that. The problem is CSS STYLING is case sensitive. The CCSS def had 'gal' but i was using 'GAL' :p

bhuwan
01-18-2006, 02:44 PM
thx tho =_)