How to remove ALT tag from menuitems

  • Thread starter Thread starter Exch
  • Start date Start date
E

Exch

Hello,
I want to remove ALT tag that creates aspnet 2.0 in menuitems
(alt="expand itemname"). This because some search engines take the
words in alt tag and put them in the description of the site. How can I
remove this tag?

Thank You
 
Not having an ALT tag creates poorly formed HTML, so I would hazard a guess
that its not going to be an easy task without creating your own menu cotrnol
or replacing the output perhaps using an ihttp module. Might it not be
worth your while to consider appropriate use of the ALT tags instead and
ensure your ALT description are well defined.

http://weblogs.asp.net/scottgu/arch...ol-adapters-for-css-friendly-html-output.aspx

--
--
Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
 
Back
Top