Why not just go like:Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a "
if strTarget = "" then
Response.Write "target=""_top"" href=""login_by_me2.asp"""
else
Response.Write "href=""" & strTarget & """"
end if
Response.Write ">Link Here</a></font></p>" % vbNewLine
Would that not work and give you want? 