+ Reply to Thread
Results 1 to 4 of 4

Thread: Forum

  1. #1

    Forum

    Hello, hit and break this code any label. (PHP) (HTML) (CODE)

    http://pastebin.com/smQHSLfk#

  2. #2
    Quote Originally Posted by Sergio leonardo Correa View Post
    Hello, hit and break this code any label. (PHP) (HTML) (CODE)

    http://pastebin.com/smQHSLfk#
    Please clarify your problem.
    Thank you, Curtis.
    @Flynax Company

  3. #3
    publish breaks the code labels:

    [ QUOTE ][ /QUOTE ]
    [ CODE ][ /CODE ]
    [ HTML ][ /HTML ]

    test:
    and under the code I'm going to put "Hello". It removes the save.
    CODE copy and paste:


    Code:
    Only registered members can view the code.
    ById('ver_off1').style.display=OCULTO;
    document.getElementById('ver_on1').style.display=V ISIBLE;
    }
    </script>
    <div id="bloque1" style="display: none;"><span style="color: rgb(0, 0, 0);">

  4. #4
    For javascript and css styles you need use the {literal}{/literal} tags in smarty.

    Example:

    <script>
    {literal}

    ... your code ...

    {/literal}
    </script>
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread