I don't believe it does bypass the original problem. The original problem was only the first word being displayed in the alt attribute. This was caused by the alt attribute not being quoted, thus the browser interpreted the first space in the alt string as the end of the value. Quoting the alt attribute value should solve the problem.
Dan -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sauer Sent: 09 August 2005 15:43 To: [email protected] Subject: Re: [ASP] need help with an alt tag All of which bypasses your original problem, post the code generating the statement and the generated html if you want help. If you just want to fix it yourself, save the html page to your desktop, and start playing with that particular html tag, when you get it right modify your asp. You will not change the rendering of the html by changing your asp code unless asp generates different html. --Ben. On 8/9/05, Chris Hagwood <[EMAIL PROTECTED]> wrote: > On 8/9/05, Dan Powderhill <[EMAIL PROTECTED]> wrote: > > > > > > Which escapes the quotes by doubling them up. > > I've had good success with ' instead of " so far. Of course, if any > of the data in the recordset contains a ', then it will need to be scrubbed. > > > [Non-text portions of this message have been removed] > > > > --------------------------------------------------------------------- > > Home : > http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [email protected] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: > [EMAIL PROTECTED] > --------------------------------------------------------------------- > > > > ________________________________ > YAHOO! GROUPS LINKS > > Visit your group "active-server-pages" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > ________________________________ > ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hm2g1rg/M=362329.6886308.7839368.151 0227/D=groups/S=1705115381:TM/Y=YAHOO/EXP=1123617764/A=2894321/R=0/SIG=1 1dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hrnpb4v/M=362131.6882499.7825260.1510227/D=groups/S=1705115381:TM/Y=YAHOO/EXP=1123669396/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
