Code: Select all
<iframe src="page1.html" name="page1" width="800" height="600" scrolling="no"></iframe>
Code: Select all
<link type='text/css' href='{T_THEME_PATH}/standard.css' rel='stylesheet' />
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
Code: Select all
<div style="height: 90px;">
Code: Select all
<div style="height: 140px;">
Code: Select all
/* Search box
--------------------------------------------- */
#search-box {
color: #FFFFFF;
}
#search-box #keywords {
background-color: #FFF;
}
#search-box input {
border-color: #0075B0;
}