redarrow Posted June 30, 2006 Share Posted June 30, 2006 Do you think the forum [code]code[/code] to read is to small and should be made larger.I dont have 20/20 vision not fair make [code] larger[/code] Quote Link to comment https://forums.phpfreaks.com/topic/13262-forum-code-size/ Share on other sites More sharing options...
Barand Posted June 30, 2006 Share Posted June 30, 2006 You can use php tags but it doesn't put it in a scrolling box[hr][code=php:0] // indents are preserved + color coding if ($x == 1) { // do something echo "Hello World", '<br>'; }[/code][hr] Quote Link to comment https://forums.phpfreaks.com/topic/13262-forum-code-size/#findComment-51139 Share on other sites More sharing options...
zq29 Posted June 30, 2006 Share Posted June 30, 2006 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]<?phpfunction count_to_one_hundred() { for($i=1; $i<=100; $i++) echo $i."<br/>";}count_to_one_hundred();?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/13262-forum-code-size/#findComment-51170 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.