Jump to content

forum code size


redarrow

do you think the forum [code]code[/code] to read is to small and should be made larger.  

8 members have voted

  1. 1. do you think the forum [code]code[/code] to read is to small and should be made larger.

    • yes
      8
    • no
      0


Recommended Posts

I've actually brought this up in our admin forum! I didn't know you can use PHP tags though! Also, if you put the <?php and  ?> between code tags you get colour coding... But yeah, it is too small!
[code]<?php
function count_to_one_hundred() {
    for($i=1; $i<=100; $i++)
        echo $i."<br/>";
}

count_to_one_hundred();
?>[/code]
Link to comment
https://forums.phpfreaks.com/topic/13262-forum-code-size/#findComment-51170
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.