How do i keep this code from resizing the page... i tried with css with width... wont resize. any help?
<?php // START OF INCLUDES FOR LAST COMMENTS, STATS, ARCHIVE DIRECTORY, PROFILE, FLIGHT LOG
switch( $disp ) {
case 'arcdir': // this includes the archive directory if requested
require( dirname(__FILE__).'/_arcdir.php');
break;
case 'comments': // this includes the last comments if requested:
require( dirname(__FILE__).'/_lastcomments.php' );
break;
case 'profile': // this includes the profile form if requested
require( dirname(__FILE__).'/_profile.php');
break;
case 'stats': // this includes the statistics if requested:
require( dirname(__FILE__).'/_stats.php');
break;
} ?>
=> edit: also.... im having trouble controlling my calender. how do i make the font size smaller and all that? i tried pretty much the same thing as above with css and all that kind of stuff..
thanks, tyler
Can you provide a link to your site?