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] 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] 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] Link to comment https://forums.phpfreaks.com/topic/13262-forum-code-size/#findComment-51170 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.