PDA

View Full Version : iframe


ton
08-17-2005, 06:18 PM
I like to have your Calendar in a iframe. I saw in the Forum that I can change the width of the page in the theme/default/esstyle.css.

I have change these files in 500 px but it is not working.

.mainTableTOC {
background-color: #FFFFFF;
border: 1px solid #BBBBBB;
width: 500px;
table-layout: fixed;
}

.navTableTextTOC {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 9px;
width: 500px;
font-weight: Normal;
text-decoration: none;
color: #003366;
}

Can you tell what to do!

Brian
08-18-2005, 09:45 AM
If you're using the TOC mode, that is the CSS you'd want to adjust. If you're using the normal mode, look further down in the CSS for the same attributes without the TOC in the name.