Blog's entry should show code blocks as... code blocks.
Logged In: YES user_id=842068
MUST BE !
But I think the best solution is to give a chance to use some WYSWYG editors such as soEditor that would make this job inline.
Now I have a solution as Steven Erat suggestion.
<xmp style="color:#880000;font-size:12px;"> <CFSTOREDPROC DATASOURCE="VeritabaniAdi" PROCEDURE="sp_helpdb" RETURNCODE="Yes"> <CFPROCRESULT NAME="Sonuc"> </CFSTOREDPROC>
<CFOUTPUT QUERY = Sonuc> #name# #ReplaceNoCase(db_size, " MB", "", "ALL")# #owner# #created# </CFOUTPUT> </xmp>
XMP suggestion does not work ok Opera browsers.
Pity ...
Log in to post a comment.
Logged In: YES
user_id=842068
MUST BE !
But I think the best solution is to give a chance to use some
WYSWYG editors such as soEditor that would make this job
inline.
Now I have a solution as Steven Erat suggestion.
<xmp style="color:#880000;font-size:12px;">
<CFSTOREDPROC DATASOURCE="VeritabaniAdi"
PROCEDURE="sp_helpdb" RETURNCODE="Yes">
<CFPROCRESULT NAME="Sonuc">
</CFSTOREDPROC>
<CFOUTPUT QUERY = Sonuc>
#name# #ReplaceNoCase(db_size, " MB", "", "ALL")#
#owner# #created#
</CFOUTPUT>
</xmp>
Logged In: YES
user_id=842068
XMP suggestion does not work ok Opera browsers.
Pity ...