Page 1 of 1

Which tag....

PostPosted: Fri Apr 16, 2004 4:55 pm
by lord_of_the_badgers
....is the one that changes the 'next/previous' and 'My Galleries/This Gallery/This Pic/Edit This Pic' bit?

I hate the colour and the bold text is irritating me!

pls help... thanking you.

Rob.

PostPosted: Fri Apr 16, 2004 10:40 pm
by srijith
For the next/previous the tag to look at at is "slideshow" and that for the "My Galleries/This Gallery/This Pic/Edit This Pic" is "localmenu"

Hm.. this is interesting, why is a div having an "id" and a "class"

Code: Select all
<div id="localmenu" class="localmenu">

Code: Select all
<div id="slideshow" class="slideshow">

PostPosted: Sat Apr 17, 2004 9:35 am
by lord_of_the_badgers
hi, thanks. these tags appear in the attached CSS file, not the one I can edit in the Update CSS section? How would I change them? Do I add new lines in on the Update CSS bit to override this - am I missing something obvious!??

Source: 'http://image.pbase.com/styles/gallery2.css'

#slideshow td {
text-align: right;
}

#slideshow a {
font-weight: bold;
}

#localmenu a {
font-weight: bold;
}

PostPosted: Sun Apr 18, 2004 12:06 am
by srijith
lord_of_the_badgers wrote:hi, thanks. these tags appear in the attached CSS file, not the one I can edit in the Update CSS section? How would I change them? Do I add new lines in on the Update CSS bit to override this - am I missing something obvious!??

Yes, just define the same tags inside your own CSS using the "Update" and it will override the defintion in the attached file (gallery2.css I think it is called).

PostPosted: Sun Apr 18, 2004 10:09 am
by lord_of_the_badgers
thankyou, that's what i needed to know!