Problem with alt tag
winnjewett
Registered Users Posts: 329 Major grins
I am having a problem with my site. I use the gallery description to display my prices. This works great for the galleries, but since I use a bunch of html, the categories look horrible when the alt tags for each gallery show up.
Is there an elegant solution to this? I am starting to overuse javascript to customize my site. It would be great if something like this could be fixed before it got to the browser window.
-w
Is there an elegant solution to this? I am starting to overuse javascript to customize my site. It would be great if something like this could be fixed before it got to the browser window.
-w
0
Comments
can you post the url for your smugmug site so I can have a look.
Thanks,
David
SmugMug API Developer
My Photos
Love to debug this, but need a URL.
Don
In IE, mouse over Monday, April 11 (top right), and you'll see what I mean.
-w
-w
The alt tags are going to the dogs for the first four photos on the page when the mouse is hovering.
search the code on that page for
alt="Tuesday, April 12 :
then place a " following the colon to make it
alt="Tuesday, April 12 :"
do the same for
alt="Monday, April 11 :"
alt="Sunday, April 10 :"
and
alt="Friday, April 8 :"
the rest of the code seems to work fine. Did this do the trick?
"You miss 100% of the shots you don't take" - Wayne Gretzky
-w
Lines 206, 229, 254, 277 have htm within the alt tag. Remove it and all will ok again :-)
Example from line 206:
Change it to:
"Failure is feedback. And feedback is the breakfast of champions." - fortune cookie
-w
-w