Quote:
Originally Posted by technishawn
Hmmmm. Try clearing your browser cache or holding down the shift key when you refresh the page to see if it is a browser cache issue.
post the code how you changed it.
|
GCBOS Template
Code:
<!-- GCBOS -->
<ol id="gcbos_template" class="floatcontainer">
<li class="forumbit_nopost L1" id="gcbos1">
<div class="forumhead foruminfo L1 collapse">
<h2>
<span class="forumtitle" style="padding-left:8px">{vb:rawphrase Shoutbox}</span>
<span style="float:right; padding-right:20px"><a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.modifyHeight(-25);return false;">-</a> <a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.setHeight(175);return false;">/</a> <a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.modifyHeight(25);return false;">+</a></span>
<a class="collapse" id="collapse_c_gcbos" href="forum.php#top"><img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category"></a>
</h2>
<div class="forumrowdata">
<p class="subforumdescription" id="gcbos_notice"></p>
</div>
</div>
<ol id="c_gcbos" class="childforum">
<li id="gcbos3" class="forumbit_post L2">
<div class="forumrow table">
<div class="smallfont" id="gcbos_console" style="height: 175px; overflow: auto;width:100%">Loading...</div>
<input type="text" id="gcbos_input" style="width: 92%; height: 19px; margin: 1px;float:left;" autocomplete="off" />
<button type="button" onclick="gcbos.sendInput();" style="width: 7%; height: 22px; margin: 0px; float: right;">Submit!</button>
</div>
</li>
</ol>
</li>
</ol>
<script type="text/javascript">
gcbos = new gcbos_engine();
YAHOO.util.Event.onDOMReady(gcbos.init, gcbos, gcbos);
</script>
<br />
<!-- /GCBOS -->