• When I use code it doesnt work it only puts half my code in the code format…and its just a simple hello world. I even used the HTML’izer thing
    tell me why that doesnt work…sadly I cannot put the code in cause it seems to work here..

    there this is what I have in my code and it doesnt show it all



    #include <iostream>

    int main() {

    return 0;

    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry, put what code where? In your blog? Here in the forums?

    Please be a little more specific.

    Thread Starter adventchildren

    (@adventchildren)

    in my blog, it only shows it like above, it never puts the whole code in code format

    You can use the <code>foo</code> HTML tag.

    You may also need to remember to use &lt; and &gt; to display angle brackets properly.

    Thread Starter adventchildren

    (@adventchildren)

    no I mean, it will show 1 line in code and the other not, look at the first post

    int main() {

    return 0;

    }

    is not showing in the code font even though it is, and yes I did use < and stuff..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘code posts’ is closed to new replies.