Jump to content

[SOLVED] Changing a preset CSS column size


MichaelMackey

Recommended Posts

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;

}

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.