M MoonCow Medlem sedan juni 2001 223 inlägg Frågan 7 nov. 2001 21:11 #1 Tjena! :) Jag hade tänkt att ens presentation på min community skulle ha stöd för radbrytningar men ändå inte HTML.. gjorde så här:
<%
textish = Server.HTMLEncode(RecSet("presentation"))
textish = Replace(textish, ":)", "<img src='smiley.gif'>")
textish = Replace(textish, ":-)", "<img src='smiley.gif'>")
textish = Replace(textish, "=)", "<img src='smiley.gif'>")
textish = Replace(textish, ";)", "<img src='skamta.gif'>")
textish = Replace(textish, ";-)", "<img src='skamta.gif'>")
textish = Replace(textish, ":D", "<img src='stortsmajl.gif'>")
textish = Replace(textish, ":-D", "<img src='stortsmajl.gif'>")
textish = Replace(textish, ":(", "<img src='sad.gif'>")
textish = Replace(textish, ":-(", "<img src='sad.gif'>")
textish = Replace(textish, ":p", "<img src='tongue.gif'>")
textish = Replace(textish, ":-p", "<img src='tongue.gif'>")
textish = Replace(textish, "vbcrlf", "<br>")
textish = Replace(textish, "VBCR", "<br>")
%>
<%=textish%>
men ändå inga radbrytningar (smilisarna fungerar dock)
är inte så haj på VBCR och vad det heter.. möjligt att dom är fel men nån som vet?
------------------
all your base are belong to us
S SPiN Medlem sedan mars 2000 7 896 inlägg Det ska inte vara några dubbelfnuttar runt vbCrLf.
textish = Replace(textish, vbcrlf, "<br>")
textish = Replace(textish, VBCR, "<br>")
------------------
SPiN, bjorne.w@telia.com
-- Tekniska framsteg är som en yxa i händerna på en kriminell galning / Albert Einstein --
Vide Medlem sedan dec. 1999 8 577 inlägg vbcrlf är en konstant och skall inte ha snuffar runt sig:
textish = Replace(textish, vbcrlf, "<br>")
vbcr behöver du inte ha med...
------------------
Doesn't 'expecting the unexpected' make the unexpected expected?
webeye.nu
I icaaq Medlem sedan okt. 2000 5 273 inlägg <%
textish = Replace(Server.HTMLEncode(RecSet("presentation"), vbcrlf, "<br>" & vbcrlf)
textish = Replace(textish, ":)", "<img src='smiley.gif'>")
textish = Replace(textish, ":-)", "<img src='smiley.gif'>")
textish = Replace(textish, "=)", "<img src='smiley.gif'>")
textish = Replace(textish, ";)", "<img src='skamta.gif'>")
textish = Replace(textish, ";-)", "<img src='skamta.gif'>")
textish = Replace(textish, ":D", "<img src='stortsmajl.gif'>")
textish = Replace(textish, ":-D", "<img src='stortsmajl.gif'>")
textish = Replace(textish, ":(", "<img src='sad.gif'>")
textish = Replace(textish, ":-(", "<img src='sad.gif'>")
textish = Replace(textish, ":p", "<img src='tongue.gif'>")
textish = Replace(textish, ":-p", "<img src='tongue.gif'>")
%>
<%=textish%>
------------------
Icaaq, mannen med korven. som hejar på Bajen(!)
M MoonCow Medlem sedan juni 2001 223 inlägg U guys :r I lub u! tack! :)
------------------
all your base are belong to us
R Rinaldo Medlem sedan mars 2001 4 214 inlägg Såg bara att Vide har haft lite otur.
på dom 2 sista replace trådarna har han tre gånger lyckats svara 2a i samma minut som föregående, och samma sak :e
------------------
Den som inte vet att tiga vet inte att tala