ForumCo Support Forums
ForumCo Support Forums
Home | Profile | Register | Active Topics | Active Polls | Members | Private Messages | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ForumCo Support Boards
 Members helping members - Administrator Support
 Increase forum display length
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

dg247
Starting Member


12 Posts

Posted - 05/03/2008 :  08:12:53  Show Profile  Reply with Quote
Hi,

I want to switch to paid version of the forum.
However, before that I want to use/paste the forum on the website.
I tried to iframe it, but the display length is very small.
Need suggestion, how should I increase it.

I tried to paste the iframe code for this forum, this forum too doesn't come out well

I'm using googlepages.I think googlepages should support it.
I used both mozilla firefox and IE7 the display is same.
I'm a layman in it.

The code that I pasted for the support forum
<iframe src ="You must be logged in to see this link."
width="100%" height="100%" frameborder="0">
</iframe>

And it came out like this You must be logged in to see this link.
Screenshot (how to I attach?)

Using the same code with different link, as for my forum
The display came out same like - You must be logged in to see this link.
Pls tell me what do I need to do.


Source code for my forum.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "You must be logged in to see this link.">

<html>
<head>
<title>You must be logged in to see this link. - Forum</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
#g_title p, #g_footer p, #g_description p {
margin: 0;
}
/*

-- -- -- -- -- -- --
Browser Fixes
-- -- -- -- -- -- --

This file uses CSS filtering methods to fix various
layout bugs.

Each of the following three imported files is a
separate, browser-specific CSS file that keeps all
hacks out of the main style sheet.

Over time, as supporting these browsers no longer
remains a priority, cleaning up the hacks is as
easy as deleting the @import statement below, or
simply no longer linking this file from the HTML.

*/

/*
fix ie6 "peekaboo bug" using the "holly hack".
Note, this style only gets applied to ie6
*/
* html .wrapper {
height: 0.1%;
}

/*
* IE5 mac - overrides the IE/Win hack
*/

/*\*//*/

* html #threecolumn div {
height: auto;
}

/**/


/*
* IE5/Win-specific CSS -ensures #container wraps all content on window resize
*/

@media tty {
i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
}/* */
/* Styling for editable elements. Eventually, this will be part of the style. */
.editable {
border: 1px dashed blue;
}

#footer {
clear: both;
}

/* Extra divs hidden by default. The custom CSS can override this though */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
display: none;
}

a img,:link img,:visited img {border: none;}


body {
text-align: center;
}
#container {
width: 718px;
text-align: left;
margin: 0 auto;
}
/** BEGIN CUSTOM SKIN **/
/*

-- -- -- -- -- -- --
Base CSS
-- -- -- -- -- -- --

This file simply removes default styling on most HTML elements in
order to reduce the need to later override them.

*/

h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}/*

-- -- -- -- -- -- --
Type Scheme: Deco
-- -- -- -- -- -- --

*/

body {
font: 76% Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p.description {
font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
h1 {
font-size: 3em;
font-weight: bold;
letter-spacing: 2px;
}
h2 {
font-size: 2em;
font-weight: normal;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.2em;
letter-spacing: 0.2em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
font-weight: bold;
}

p, td {
line-height: 1.8em;
}
code, kbd {
font-size: 1.25em;
}/*

-- -- -- -- -- -- --
STYLE: Victoria
-- -- -- -- -- -- --

*/


/* ie6win */

/* IE/Win fixes for various layouts
----------------------------------------------- */
* html #threecolumn #main-content {
width: 429px;
margin-left: -2px;
}

/* ie5mac */

/*\*//*/
* html #threecolumn #main-content {
width: 429px;
margin-left: 0;
}
/**/

/* ie5win */

@media tty {
i{content:"\";/*" "*/}} td { font-size: 0.8em; } #footer p { margin: 0; padding: 1em 0; } /*";}
}/* */


/* Basic HTML style
----------------------------------------------- */
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
body {
font: 80% "Georgia", serif;
margin: 0;
padding: 25px 0 25px 0;
border-top: solid 3px #fff;
border-bottom: solid 3px #fff;
}
caption {
font-size: 1.2em;
font-style: italic;
text-align: left;
padding: 1px 4px 4px 4px;
margin-bottom: 4px;
border-bottom: solid 1px #ccc;
}
dt {
font-weight: bold;
}
dd {
font-style: italic;
margin: 0 0 1em 1em;
}
h2 {
font-size: 1.4em;
font-weight: normal;
margin: 1em 0;
padding-bottom: 3px;
}
h3 {
font-size: 1.2em;
font-weight: normal;
font-style: normal;
padding-bottom: 8px;
margin-top: 1em;
margin-bottom: 0.5em;
}
h4 {
font-size: 1.1em;
letter-spacing: 0.1em;
padding-left: 12px;
margin: 1.5em 0 1em 0;
}
h5 {
padding-bottom: 2px;
margin: 1.5em 0 1em 0;
}
h6 {
font-weight: normal;
letter-spacing: 0.1em;
margin: 1em 0;
}
hr {
margin: 2em 0;
border-style: none;
height: 1px;
}
p {
line-height: 1.6;
margin: 1em 0;
}
td {
vertical-align: top;
padding: 1px 4px;
}
td p {
margin: 0 0 1em 0;
}
th {
text-align: left;
font-weight: normal;
font-style: italic;
vertical-align: top;
padding: 1px 4px;
}


ul, ol, dl {
margin-bottom: 1.6em;
padding-left: 2em;
margin-left: 0;
}

ul li {
list-style: circle;
margin-bottom: 0.8em;
}
ol li {
list-style: upper-roman;
margin-left: 2em;
margin-bottom: 0.8em;
}




/* Header
----------------------------------------------- */
h1 {
padding-top: 25px;
font-size: 2.4em;
letter-spacing: 0.1em;
text-align: center;
}
#g_description {
font-style: italic;
text-align: center;
padding-bottom: 15px;
margin: 0;
line-height: 1;
}


/* content
----------------------------------------------- */
#main-content .wrapper {
margin: 0 25px;
}



/* sidebar
----------------------------------------------- */

#sidebar .wrapper {
padding-left: 15px;
padding-right: 5px;
}

#sidebar .wrapper h3 {
padding: 0 0 11px 0;
}


#sidebar li {
margin-bottom: 0.8em;
}
#sidebar .wrapper ul li {
list-style: circle;
}
#sidebar .wrapper ol li {
list-style: upper-roman;
}

#sidebar .links {
margin-bottom: 2em;
}


#adsense, #adsense .wrapper {
text-align: left;
margin: 0;
padding: 0;
}


/* footer
----------------------------------------------- */
#footer {
margin: 0;
font-style: italic;
font-size: 0.9em;
}
#footer hr {
display: none;
}

/* header
----------------------------------------------- */
#header #page-title {
padding-left: 12px;
padding-right: 12px;
}

#header #g_description {
margin-left: 12px;
margin-right: 12px;
}

/* fixed 1 column
----------------------------------------------- */
#onecolumn #header .wrapper {
padding-bottom: 10px;
}
#onecolumn #footer {
padding: 0 25px 10px 25px;
}



/* fixed left 2 column
----------------------------------------------- */
#twocolumn-left #header .wrapper {
padding-bottom: 10px;
}
#twocolumn-left #footer {
padding: 0 25px 10px 264px;
}


/* fixed right 2 column
----------------------------------------------- */
#twocolumn-right #header .wrapper {
padding-bottom: 10px;
}
#twocolumn-right #footer {
padding: 0 264px 10px 25px;
}


/* fixed 3 column
----------------------------------------------- */
#threecolumn #header .wrapper {
padding-bottom: 10px;
}
#threecolumn #footer {
padding: 0 168px 10px 168px;
}
#sidebar-alternate {
width: 129px;
}


/* liquid 2 column, right and left
----------------------------------------------- */
#twocolumn-liquid-left, #twocolumn-liquid-right {
padding: 0;
border: 0;
border-top: solid 1px #999;
}

#twocolumn-liquid-left h1, #twocolumn-liquid-right h1 {
margin: 0;
}


#twocolumn-liquid-left #footer, #twocolumn-liquid-right #footer {
padding: 0;
margin: 0;
}
#twocolumn-liquid-left #container #footer .wrapper, #twocolumn-liquid-right #container #footer .wrapper {
padding: 10px 25px 10px 25px;
text-align: center;
}




#twocolumn-liquid-left #sidebar .wrapper *, #twocolumn-liquid-right #sidebar .wrapper * {
margin-left: 0;
margin-right: 0;
}
#twocolumn-liquid-left #sidebar h3, #twocolumn-liquid-right #sidebar h3 {
padding-left: 0;
}
#twocolumn-liquid-left #sidebar ul, #twocolumn-liquid-left #sidebar ol,
#twocolumn-liquid-right #sidebar ul, #twocolumn-liquid-right #sidebar ol {
padding-left: 2.5em;
/* extra wide for IE's sake */
}
#twocolumn-liquid-left #sidebar .links ul, #twocolumn-liquid-right #sidebar .links ul {
padding-left: 0;
}







/* editable area borders
----------------------------------------------- */
.editable {
border: dashed 1px #f00;
}
#onecolumn .editmode h1, #twocolumn-left .editmode h1, #twocolumn-right .editmode h1, #threecolumn .editmode h1 {
background-position: -1px 0;
}
#twocolumn-liquid-left .editmode h1, #twocolumn-liquid-right .editmode h1 {
background-position: 0 -1px;
}
/*

-- -- -- -- -- -- --
COLOR SCHEME: Arpeggio
-- -- -- -- -- -- --

*/


/* Basic HTML style */


a:link {
color: #D15472;
}
a:visited {
color: #BD415F;
}
a:hover {
color: #ED6182;
}
body {
color: #565555;
background: #70657D url(/-/includes/style/victoria/arpeggio/body-bg.gif) repeat-x left top;
}
caption {
border-bottom-color: #ccc;
}
h2 {
color: #913B48;
background: url(/-/includes/style/victoria/arpeggio/h2-border.gif) repeat-x left bottom;
}
h3 {
color: #AA9F77;
background: url(/-/includes/style/victoria/arpeggio/h3-border.gif) repeat-x left bottom;
}
h4 {
color: #913B48;
background: url(/-/includes/style/victoria/arpeggio/h4-deco.gif) no-repeat 0 5px;
}
h5 {
color: #70657D;
background: url(/-/includes/style/victoria/arpeggio/h5-border.gif) repeat-x left bottom;
}
h6 {
}
hr {
color: #C7C7C7;
background: #C7C7C7;
border-color: #C7C7C7;
}
td {
vertical-align: top;
padding: 1px 4px;
}




/* Header
----------------------------------------------- */
h1 {
color: #D15472;
}
#g_description {
color: #913B48;
}



/* fixed-width common header
----------------------------------------------- */
#onecolumn h1, #twocolumn-left h1, #twocolumn-right h1, #threecolumn h1 {
background: url(/-/includes/style/victoria/arpeggio/fixed-h1.gif) no-repeat;
}
#onecolumn #header, #twocolumn-left #header, #twocolumn-right #header, #threecolumn #header {
background: url(/-/includes/style/victoria/arpeggio/fixed-header.gif) repeat-y;
}


#footer {
color: #913B48;
}

/* fixed 1 column
----------------------------------------------- */
#onecolumn #header .wrapper {
background: url(/-/includes/style/victoria/arpeggio/fixed-one-headerwrapper.gif) no-repeat left bottom;
}
#onecolumn #container {
background: #fff url(/-/includes/style/victoria/arpeggio/fixed-one-container.gif) repeat-y;
}
#onecolumn #footer {
background: url(/-/includes/style/victoria/arpeggio/fixed-one-footer.gif) no-repeat left bottom;
}



#sidebar .wrapper h3 {
background-image: url(/-/includes/style/victoria/arpeggio/h3-sidebar-border.gif);
}


.editable {
border: dashed 1px #000;
}



/* fixed 2 column left
----------------------------------------------- */
#twocolumn-left #header .wrapper {
background: url(/-/includes/style/victoria/arpeggio/fixed-left-headerwrapper.gif) no-repeat left bottom;
}
#twocolumn-left #container {
background: #fff url(/-/includes/style/victoria/arpeggio/fixed-left-container.gif) repeat-y;
}
#twocolumn-left #footer {
background: url(/-/includes/style/victoria/arpeggio/fixed-left-footer.gif) no-repeat left bottom;
}


/* fixed 2 column right
----------------------------------------------- */
#twocolumn-right #header .wrapper {
background: url(/-/includes/style/victoria/arpeggio/fixed-right-headerwrapper.gif) no-repeat left bottom;
}
#twocolumn-right #container {
background: #fff url(/-/includes/style/victoria/arpeggio/fixed-right-container.gif) repeat-y;
}
#twocolumn-right #footer {
background: url(/-/includes/style/victoria/arpeggio/fixed-right-footer.gif) no-repeat left bottom;
}


/* fixed 3 column
----------------------------------------------- */
#threecolumn #header .wrapper {
background: url(/-/includes/style/victoria/arpeggio/fixed-three-headerwrapper.gif) no-repeat left bottom;
}
#threecolumn #container {
background: #fff url(/-/includes/style/victoria/arpeggio/fixed-three-container.gif) repeat-y;
}
#threecolumn #footer {
background: url(/-/includes/style/victoria/arpeggio/fixed-three-footer.gif) no-repeat left bottom;
}
#threecolumn #sidebar h3, #threecolumn #sidebar-alternate h3 {
background: url(/-/includes/style/victoria/arpeggio/h3-sidebar-border-3col.gif) no-repeat center bottom;
}


/* liquid 2 column, right and left
----------------------------------------------- */

#twocolumn-liquid-left h1, #twocolumn-liquid-right h1 {
margin: 0;
background: url(/-/includes/style/victoria/arpeggio/liquid-header-left.gif) no-repeat left top;
}
#twocolumn-liquid-left #header, #twocolumn-liquid-right #header {
background: #DEDEDE url(/-/includes/style/victoria/arpeggio/liquid-header-bg.gif) repeat-x;
}
#twocolumn-liquid-left #container #header .wrapper, #twocolumn-liquid-right #container #header .wrapper {
background: url(/-/includes/style/victoria/arpeggio/liquid-header-right.gif) no-repeat right top;
}
#twocolumn-liquid-left #container #header p.description, #twocolumn-liquid-right #container #header p.description {
background: url(/-/includes/style/victoria/arpeggio/liquid-header-desc.gif) repeat-y left top;
}


#twocolumn-liquid-left #footer, #twocolumn-liquid-right #footer {
background: url(/-/includes/style/victoria/arpeggio/liquid-left-footer.gif) no-repeat left bottom;
}
#twocolumn-liquid-left #container #footer .wrapper, #twocolumn-liquid-right #container #footer .wrapper {
background: url(/-/includes/style/victoria/arpeggio/liquid-right-footer.gif) no-repeat right bottom;
}


#twocolumn-liquid-left #container, #twocolumn-liquid-right #container {
background: #fff url(/-/includes/style/victoria/arpeggio/liquid-left-container.gif) repeat-y;
}
#twocolumn-liquid-left #container .wrapper, #twocolumn-liquid-right #container .wrapper {
background: url(/-/includes/style/victoria/arpeggio/liquid-right-container.gif) repeat-y right top;
}

/** END CUSTOM SKIN **/
</style>

<!-- Hack to avoid flash of unstyled content in IE -->
<script> </script>

</head>

<body id="onecolumn">
<div id="container">
<div class="wrapper">
<div id="header">
<div class="wrapper">
<h1 id="page-title"><div id='g_title'>Forum</div></h1>
<div style="clear: both;"></div>
<p class="description"><div id='g_description'> </div></p>

<div style="clear: both"></div>
</div>
</div>
<!-- /editable --><!-- /wrapper --><!-- /header -->
<div id="main-content">

<div class="wrapper">
<div class="content-item "><div id='g_body'><iframe src="http://icefdu.forumco.com/default.asp" frameborder="0" height="100%" width="100%"></iframe><a href="http://www.forumco.com" target="_blank"><img src="http://www.forumco.com/images/1x1.gif" border="0" height="0" width="0"></a><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p></div></div>
<div style="clear: both"></div>

</div>
</div>
<!-- /wrapper --><!-- /main-content -->
<div id="footer"><div class="wrapper">
<hr />
<p><div id='g_footer'> </div></p>
<div style="clear: both"></div>
</div></div>

<!-- /wrapper --><!-- /footer -->
</div>
</div>
<!-- /wrapper --><!-- /container -->

<div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div>
<div id="extraDiv3"><span></span></div><div id="extraDiv4"><span></span></div>
<div id="extraDiv5"><span></span></div><div id="extraDiv6"><span></span></div>

</body>
</html>


Before, switching to paid version I need to get this working
Pls help...Thanks!

Admin
ForumCo Administrator



Éire
4092 Posts

Posted - 05/04/2008 :  20:07:01  Show Profile  Visit Admin's Homepage  Send Admin an ICQ Message  Send Admin a Yahoo! Message Send Admin a Private Message  Reply with Quote
I set the width to 95% and the height to be 800 pixels.

You must be logged in to see this link."> <html> <head> <title>You must be logged in to see this link. - Forum</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> #g_title p, #g_footer p, #g_description p { margin: 0; } /* -- -- -- -- -- -- -- Browser Fixes -- -- -- -- -- -- -- This file uses CSS filtering methods to fix various layout bugs. Each of the following three imported files is a separate, browser-specific CSS file that keeps all hacks out of the main style sheet. Over time, as supporting these browsers no longer remains a priority, cleaning up the hacks is as easy as deleting the @import statement below, or simply no longer linking this file from the HTML. */ /* fix ie6 "peekaboo bug" using the "holly hack". Note, this style only gets applied to ie6 */ * html .wrapper { height: 0.1%; } /* * IE5 mac - overrides the IE/Win hack */ /*\*//*/ * html #threecolumn div { height: auto; } /**/ /* * IE5/Win-specific CSS -ensures #container wraps all content on window resize */ @media tty { i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";} }/* */ /* Styling for editable elements. Eventually, this will be part of the style. */ .editable { border: 1px dashed blue; } #footer { clear: both; } /* Extra divs hidden by default. The custom CSS can override this though */ #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display: none; } a img,:link img,:visited img {border: none;} body { text-align: center; } #container { width: 95%; height: 95%; text-align: left; margin: 0 auto; } /** BEGIN CUSTOM SKIN **/ /* -- -- -- -- -- -- -- Base CSS -- -- -- -- -- -- -- This file simply removes default styling on most HTML elements in order to reduce the need to later override them. */ h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;} a img,:link img,:visited img {border: none;} address {font-style: normal;}/* -- -- -- -- -- -- -- Type Scheme: Deco -- -- -- -- -- -- -- */ body { font: 76% Verdana, sans-serif; } h1, h2, h3, h4, h5, h6, p.description { font-family: "Trebuchet MS", Trebuchet, sans-serif; } h1 { font-size: 3em; font-weight: bold; letter-spacing: 2px; } h2 { font-size: 2em; font-weight: normal; } h3 { font-size: 1.5em; } h4 { font-size: 1.2em; letter-spacing: 0.2em; } h5 { font-size: 1.2em; } h6 { font-size: 1em; font-weight: bold; } p, td { line-height: 1.8em; } code, kbd { font-size: 1.25em; }/* -- -- -- -- -- -- -- STYLE: Victoria -- -- -- -- -- -- -- */ /* ie6win */ /* IE/Win fixes for various layouts ----------------------------------------------- */ * html #threecolumn #main-content { width: 429px; margin-left: -2px; } /* ie5mac */ /*\*//*/ * html #threecolumn #main-content { width: 429px; margin-left: 0; } /**/ /* ie5win */ @media tty { i{content:"\";/*" "*/}} td { font-size: 0.8em; } #footer p { margin: 0; padding: 1em 0; } /*";} }/* */ /* Basic HTML style ----------------------------------------------- */ a:link { text-decoration: underline; } a:visited { text-decoration: underline; } body { font: 80% "Georgia", serif; margin: 0; padding: 25px 0 25px 0; border-top: solid 3px #fff; border-bottom: solid 3px #fff; } caption { font-size: 1.2em; font-style: italic; text-align: left; padding: 1px 4px 4px 4px; margin-bottom: 4px; border-bottom: solid 1px #ccc; } dt { font-weight: bold; } dd { font-style: italic; margin: 0 0 1em 1em; } h2 { font-size: 1.4em; font-weight: normal; margin: 1em 0; padding-bottom: 3px; } h3 { font-size: 1.2em; font-weight: normal; font-style: normal; padding-bottom: 8px; margin-top: 1em; margin-bottom: 0.5em; } h4 { font-size: 1.1em; letter-spacing: 0.1em; padding-left: 12px; margin: 1.5em 0 1em 0; } h5 { padding-bottom: 2px; margin: 1.5em 0 1em 0; } h6 { font-weight: normal; letter-spacing: 0.1em; margin: 1em 0; } hr { margin: 2em 0; border-style: none; height: 1px; } p { line-height: 1.6; margin: 1em 0; } td { vertical-align: top; padding: 1px 4px; } td p { margin: 0 0 1em 0; } th { text-align: left; font-weight: normal; font-style: italic; vertical-align: top; padding: 1px 4px; } ul, ol, dl { margin-bottom: 1.6em; padding-left: 2em; margin-left: 0; } ul li { list-style: circle; margin-bottom: 0.8em; } ol li { list-style: upper-roman; margin-left: 2em; margin-bottom: 0.8em; } /* Header ----------------------------------------------- */ h1 { padding-top: 25px; font-size: 2.4em; letter-spacing: 0.1em; text-align: center; } #g_description { font-style: italic; text-align: center; padding-bottom: 15px; margin: 0; line-height: 1; } /* content ----------------------------------------------- */ #main-content .wrapper { margin: 0 25px; } /* sidebar ----------------------------------------------- */ #sidebar .wrapper { padding-left: 15px; padding-right: 5px; } #sidebar .wrapper h3 { padding: 0 0 11px 0; } #sidebar li { margin-bottom: 0.8em; } #sidebar .wrapper ul li { list-style: circle; } #sidebar .wrapper ol li { list-style: upper-roman; } #sidebar .links { margin-bottom: 2em; } #adsense, #adsense .wrapper { text-align: left; margin: 0; padding: 0; } /* footer ----------------------------------------------- */ #footer { margin: 0; font-style: italic; font-size: 0.9em; } #footer hr { display: none; } /* header ----------------------------------------------- */ #header #page-title { padding-left: 12px; padding-right: 12px; } #header #g_description { margin-left: 12px; margin-right: 12px; } /* fixed 1 column ----------------------------------------------- */ #onecolumn #header .wrapper { padding-bottom: 10px; } #onecolumn #footer { padding: 0 25px 10px 25px; } /* fixed left 2 column ----------------------------------------------- */ #twocolumn-left #header .wrapper { padding-bottom: 10px; } #twocolumn-left #footer { padding: 0 25px 10px 264px; } /* fixed right 2 column ----------------------------------------------- */ #twocolumn-right #header .wrapper { padding-bottom: 10px; } #twocolumn-right #footer { padding: 0 264px 10px 25px; } /* fixed 3 column ----------------------------------------------- */ #threecolumn #header .wrapper { padding-bottom: 10px; } #threecolumn #footer { padding: 0 168px 10px 168px; } #sidebar-alternate { width: 129px; } /* liquid 2 column, right and left ----------------------------------------------- */ #twocolumn-liquid-left, #twocolumn-liquid-right { padding: 0; border: 0; border-top: solid 1px #999; } #twocolumn-liquid-left h1, #twocolumn-liquid-right h1 { margin: 0; } #twocolumn-liquid-left #footer, #twocolumn-liquid-right #footer { padding: 0; margin: 0; } #twocolumn-liquid-left #container #footer .wrapper, #twocolumn-liquid-right #container #footer .wrapper { padding: 10px 25px 10px 25px; text-align: center; } #twocolumn-liquid-left #sidebar .wrapper *, #twocolumn-liquid-right #sidebar .wrapper * { margin-left: 0; margin-right: 0; } #twocolumn-liquid-left #sidebar h3, #twocolumn-liquid-right #sidebar h3 { padding-left: 0; } #twocolumn-liquid-left #sidebar ul, #twocolumn-liquid-left #sidebar ol, #twocolumn-liquid-right #sidebar ul, #twocolumn-liquid-right #sidebar ol { padding-left: 2.5em; /* extra wide for IE's sake */ } #twocolumn-liquid-left #sidebar .links ul, #twocolumn-liquid-right #sidebar .links ul { padding-left: 0; } /* editable area borders ----------------------------------------------- */ .editable { border: dashed 1px #f00; } #onecolumn .editmode h1, #twocolumn-left .editmode h1, #twocolumn-right .editmode h1, #threecolumn .editmode h1 { background-position: -1px 0; } #twocolumn-liquid-left .editmode h1, #twocolumn-liquid-right .editmode h1 { background-position: 0 -1px; } /* -- -- -- -- -- -- -- COLOR SCHEME: Arpeggio -- -- -- -- -- -- -- */ /* Basic HTML style */ a:link { color: #D15472; } a:visited { color: #BD415F; } a:hover { color: #ED6182; } body { color: #565555; background: #70657D url(/-/includes/style/victoria/arpeggio/body-bg.gif) repeat-x left top; } caption { border-bottom-color: #ccc; } h2 { color: #913B48; background: url(/-/includes/style/victoria/arpeggio/h2-border.gif) repeat-x left bottom; } h3 { color: #AA9F77; background: url(/-/includes/style/victoria/arpeggio/h3-border.gif) repeat-x left bottom; } h4 { color: #913B48; background: url(/-/includes/style/victoria/arpeggio/h4-deco.gif) no-repeat 0 5px; } h5 { color: #70657D; background: url(/-/includes/style/victoria/arpeggio/h5-border.gif) repeat-x left bottom; } h6 { } hr { color: #C7C7C7; background: #C7C7C7; border-color: #C7C7C7; } td { vertical-align: top; padding: 1px 4px; } /* Header ----------------------------------------------- */ h1 { color: #D15472; } #g_description { color: #913B48; } /* fixed-width common header ----------------------------------------------- */ #onecolumn h1, #twocolumn-left h1, #twocolumn-right h1, #threecolumn h1 { background: url(/-/includes/style/victoria/arpeggio/fixed-h1.gif) no-repeat; } #onecolumn #header, #twocolumn-left #header, #twocolumn-right #header, #threecolumn #header { background: url(/-/includes/style/victoria/arpeggio/fixed-header.gif) repeat-y; } #footer { color: #913B48; } /* fixed 1 column ----------------------------------------------- */ #onecolumn #header .wrapper { background: url(/-/includes/style/victoria/arpeggio/fixed-one-headerwrapper.gif) no-repeat left bottom; } #onecolumn #container { background: #fff url(/-/includes/style/victoria/arpeggio/fixed-one-container.gif) repeat-y; } #onecolumn #footer { background: url(/-/includes/style/victoria/arpeggio/fixed-one-footer.gif) no-repeat left bottom; } #sidebar .wrapper h3 { background-image: url(/-/includes/style/victoria/arpeggio/h3-sidebar-border.gif); } .editable { border: dashed 1px #000; } /* fixed 2 column left ----------------------------------------------- */ #twocolumn-left #header .wrapper { background: url(/-/includes/style/victoria/arpeggio/fixed-left-headerwrapper.gif) no-repeat left bottom; } #twocolumn-left #container { background: #fff url(/-/includes/style/victoria/arpeggio/fixed-left-container.gif) repeat-y; } #twocolumn-left #footer { background: url(/-/includes/style/victoria/arpeggio/fixed-left-footer.gif) no-repeat left bottom; } /* fixed 2 column right ----------------------------------------------- */ #twocolumn-right #header .wrapper { background: url(/-/includes/style/victoria/arpeggio/fixed-right-headerwrapper.gif) no-repeat left bottom; } #twocolumn-right #container { background: #fff url(/-/includes/style/victoria/arpeggio/fixed-right-container.gif) repeat-y; } #twocolumn-right #footer { background: url(/-/includes/style/victoria/arpeggio/fixed-right-footer.gif) no-repeat left bottom; } /* fixed 3 column ----------------------------------------------- */ #threecolumn #header .wrapper { background: url(/-/includes/style/victoria/arpeggio/fixed-three-headerwrapper.gif) no-repeat left bottom; } #threecolumn #container { background: #fff url(/-/includes/style/victoria/arpeggio/fixed-three-container.gif) repeat-y; } #threecolumn #footer { background: url(/-/includes/style/victoria/arpeggio/fixed-three-footer.gif) no-repeat left bottom; } #threecolumn #sidebar h3, #threecolumn #sidebar-alternate h3 { background: url(/-/includes/style/victoria/arpeggio/h3-sidebar-border-3col.gif) no-repeat center bottom; } /* liquid 2 column, right and left ----------------------------------------------- */ #twocolumn-liquid-left h1, #twocolumn-liquid-right h1 { margin: 0; background: url(/-/includes/style/victoria/arpeggio/liquid-header-left.gif) no-repeat left top; } #twocolumn-liquid-left #header, #twocolumn-liquid-right #header { background: #DEDEDE url(/-/includes/style/victoria/arpeggio/liquid-header-bg.gif) repeat-x; } #twocolumn-liquid-left #container #header .wrapper, #twocolumn-liquid-right #container #header .wrapper { background: url(/-/includes/style/victoria/arpeggio/liquid-header-right.gif) no-repeat right top; } #twocolumn-liquid-left #container #header p.description, #twocolumn-liquid-right #container #header p.description { background: url(/-/includes/style/victoria/arpeggio/liquid-header-desc.gif) repeat-y left top; } #twocolumn-liquid-left #footer, #twocolumn-liquid-right #footer { background: url(/-/includes/style/victoria/arpeggio/liquid-left-footer.gif) no-repeat left bottom; } #twocolumn-liquid-left #container #footer .wrapper, #twocolumn-liquid-right #container #footer .wrapper { background: url(/-/includes/style/victoria/arpeggio/liquid-right-footer.gif) no-repeat right bottom; } #twocolumn-liquid-left #container, #twocolumn-liquid-right #container { background: #fff url(/-/includes/style/victoria/arpeggio/liquid-left-container.gif) repeat-y; } #twocolumn-liquid-left #container .wrapper, #twocolumn-liquid-right #container .wrapper { background: url(/-/includes/style/victoria/arpeggio/liquid-right-container.gif) repeat-y right top; } /** END CUSTOM SKIN **/ </style> <!-- Hack to avoid flash of unstyled content in IE --> <script> </script> </head> <body id="onecolumn"> <div id="container"> <div class="wrapper"> <div id="header"> <div class="wrapper"> <h1 id="page-title"><div id='g_title'>Forum</div></h1> <div style="clear: both;"></div> <p class="description"><div id='g_description'> </div></p> <div style="clear: both"></div> </div> </div> <!-- /editable --><!-- /wrapper --><!-- /header --> <div id="main-content"> <div class="wrapper"> <div class="content-item "><div id='g_body'><iframe src="http://icefdu.forumco.com/default.asp" frameborder="0" height="800px" width="100%"></iframe><a href="http://www.forumco.com" target="_blank"><img src="http://www.forumco.com/images/1x1.gif" border="0" height="0" width="0"></a><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p></div></div> <div style="clear: both"></div> </div> </div> <!-- /wrapper --><!-- /main-content --> <div id="footer"><div class="wrapper"> <hr /> <p><div id='g_footer'> </div></p> <div style="clear: both"></div> </div></div> <!-- /wrapper --><!-- /footer --> </div> </div> <!-- /wrapper --><!-- /container --> <div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div> <div id="extraDiv3"><span></span></div><div id="extraDiv4"><span></span></div> <div id="extraDiv5"><span></span></div><div id="extraDiv6"><span></span></div> </body> </html>

Padraic,

ForumCo Support
www.forumco.com

Helpdesk Knowledgebase Rate ForumCo @ Hotscripts Rate ForumCo @ Cgi-Resources
Please provide:
* error messages * direct link to your forum * any possibly helpful information.
Go to Top of Page

dg247
Starting Member



12 Posts

Posted - 05/05/2008 :  06:30:28  Show Profile  Reply with Quote
I'll see if this works out....Thank you!
Go to Top of Page

Admin
ForumCo Administrator



Éire
4092 Posts

Posted - 05/05/2008 :  16:59:58  Show Profile  Visit Admin's Homepage  Send Admin an ICQ Message  Send Admin a Yahoo! Message Send Admin a Private Message  Reply with Quote
You can set the width at the top in the container style and the height of the frameset near the bottom where it says 800px.

Padraic,

ForumCo Support
www.forumco.com

Helpdesk Knowledgebase Rate ForumCo @ Hotscripts Rate ForumCo @ Cgi-Resources
Please provide:
* error messages * direct link to your forum * any possibly helpful information.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
ForumCo Support Forums © 2000 - 2010 ForumCo.com Go To Top Of Page
This page was generated in 0.28 seconds. Snitz Forums 2000
RSS Feed 1 RSS Feed 2
Powered by ForumCo 2000-2008
TOS - AUP - URA - Privacy Policy