Validation help

wibblywobbly

New Member
Hello everyone!

I have a fantastic new website that is getting just 1 error on the validator. I really want it to be strict transitional and so I could do with your help!

It's a light box on the page and the tag "params" gives the error.

Code:
<a id="button" href="lightboxpage.html" class="lightwindow" params="lightwindow_width=601,lightwindow_height=371,lightwindow_type=external"><span>Button</span></a>

I really need to set height, width and external, so I need this params tag, but as I say, it's not allowed....

Many thanks in advance for any tips on this one!
 

PixelPusher

Super Moderator
Staff member
why can you not add those values of the param attribute to the css class "lightwindow"?

I have used lightbox and slimbox. Both do exactly same thing and I never used the param attribute, just css.
 
Top