Try this..... 

Response.Write "<img src=" & chr(34) & "orchidsgold/" & rs("pic_name") & 
chr(34) & " alt=" & chr(34) & Server.HTMLEncode(rs("desc")) & chr(34) & 
">"

Soren

http://www.MegaCoolStuff.com






Darth Mikey D <[EMAIL PROTECTED]>
Sent by: [email protected]
08/08/2005 04:10
Please respond to active-server-pages
 
        To:     [email protected]
        cc: 
        Subject:        [ASP] need help with an alt tag


I am trying to populate an images alt tag with info from a database, 
but when I do it, it just displays the first word, not the entire 
sentence. I tried looking at the source, and the entire sentence is 
there, just not being displayed. Here is my code. any help would be 
appreciated.

desc = rs("desc")
<img src=orchidsgold/" & rs("pic_name") & " alt=" & desc & ">

I also tried this, but had the same problem:

<img src=orchidsgold/" & rs("pic_name") & " alt=" & rs("desc") & ">







--------------------------------------------------------------------- 
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links



 



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hlal7bu/M=362329.6886308.7839368.1510227/D=groups/S=1705115381:TM/Y=YAHOO/EXP=1123545870/A=2894321/R=0/SIG=11dvsfulr/*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

<*> 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/
 


Reply via email to