MichaelMackey Posted June 11, 2008 Share Posted June 11, 2008 So what I need to do is change my CSS column width while in an html/php/javascript page. Below is what is setting the defaults for my page. I would like to be able to change the width of this for a few of my pages but not all of them, any help is appreciated. Thanks. #maincol { background-color:#DFEFFF; margin-top: 10px; margin-left: 10px; padding-right:2px; width: 700px; float: left; overflow: auto; font-family: Verdana, sans-serif; font-size:12px; line-height:12px; text-align:justify; } Link to comment https://forums.phpfreaks.com/topic/109798-solved-changing-a-preset-css-column-size/ Share on other sites More sharing options...
sKunKbad Posted June 12, 2008 Share Posted June 12, 2008 Just make a second style sheet and link to it BELOW the other. Link to comment https://forums.phpfreaks.com/topic/109798-solved-changing-a-preset-css-column-size/#findComment-563680 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.