That fixed it, thanks!

I didn't realize that was how you declared multiple classes. Logical
if you think about it (what with it being an attribute and all). Now I
know.

Simon

On Aug 13, 1:20 pm, Brett Ritter <swift...@swiftone.org> wrote:
> On Thu, Aug 13, 2009 at 1:18 PM, Simon<svansint...@gmail.com> wrote:
> >        <li > <a href="image_01.jpg" title="1" class="current"
> > class="notloaded">1</a></li>
> ...
> > What am I doing wrong?
>
> You are using multiple class="" declarations in your tags.
>
> You want instead:
> <a href... class="current notloaded">
>
> --
> Brett Ritter / SwiftOne
> swift...@swiftone.org

Reply via email to