Menu

#3 Code Blocks Support

Next_Release
open
nobody
7
2003-08-09
2003-08-09
No

Blog's entry should show code blocks as... code blocks.

Discussion

  • Oguz Demirkapi

    Oguz Demirkapi - 2003-08-11

    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>

     
  • Oguz Demirkapi

    Oguz Demirkapi - 2003-08-11

    Logged In: YES
    user_id=842068

    XMP suggestion does not work ok Opera browsers.

    Pity ...

     

Log in to post a comment.