Welcome Guest ( Log In | Register )

UploadScript

Check out the FREE chatroom mod for IPB 3.x

Ipb Text Next To Header, how do I remove it?
robertlane
post Jul 22 2005, 02:58 PM
Post #1


Newbie
*

Group: Members
Posts: 56
Joined: 16-May 05
Member No.: 158,611
IPB Version: 2.0.x



there is an "IPB" text next to my header logo....how do I remove it?

http://www.stangsunleashed.com/forums/index.php?showforum=7

here's my global footer code:
<table cellspacing="0" id="gfooter">
<tr>
<td width="45%"><% SKINCHOOSER %> <% LANGCHOOSER %></td>
<td width="10%" align="center" nowrap="nowrap"><a href="lofiversion/index.php<% LOFIVERSION %>"><b>{ipb.lang['global_lofi']}</b></a></td>
<td width="45%" align="right" nowrap="nowrap"><% QUICKSTATS %>{ipb.lang['global_timeisnow']}: {$time}</td>
</tr><!--zngisedsbn-->
</table>


AND MY GLOBAL HEADER:
<!--ipb.javascript.start-->
<script type="text/javascript">
<!--
var ipb_var_st = "{ipb.input['st']}";
var ipb_lang_tpl_q1 = "{ipb.lang['tpl_q1']}";
var ipb_var_s = "{ipb.session_id}";
var ipb_var_phpext = "{ipb.vars['php_ext']}";
var ipb_var_base_url = "{ipb.script_url}";
var ipb_input_f = "{ipb.input['f']}";
var ipb_input_t = "{ipb.input['t']}";
var ipb_input_p = "{ipb.input['p']}";
var ipb_var_cookieid = "{ipb.vars['cookie_id']}";
var ipb_var_cookie_domain = "{ipb.vars['cookie_domain']}";
var ipb_var_cookie_path = "{ipb.vars['cookie_path']}";
//-->
</script>
<script type="text/javascript" src='jscripts/ipb_global.js'></script>
<!--ipb.javascript.end-->
<div id="submenu">
<p class="home"><!--ipb.leftlinks.start--><a href="{ipb.vars['home_url']}">{ipb.vars['home_name']}</a><!--IBF.RULES--><!--ipb.leftlinks.end--></p>
<p><!--ipb.rightlinks.start-->
<if="ipb.vars['blog_default_view'] != """>
<a href="{ipb.script_url}automodule=blog">{ipb.lang['blog']}</a>
</if>
<if="ipb.vars['gallery_images_path'] != ''">
<a href="{ipb.script_url}act=module&module=gallery">{ipb.lang['gallery']}</a>
</if>

<a href="{ipb.script_url}act=Help">{ipb.lang['tb_help']}</a><a href="{ipb.script_url}act=Search&amp;f={ipb.input['f']}">{ipb.lang['tb_search']}</a><a href="{ipb.script_url}act=Members">{ipb.lang['tb_mlist']}</a><a href="{ipb.script_url}act=calendar">{ipb.lang['tb_calendar']}</a><!--IBF.CHATLINK--><!--IBF.TSLLINK-->
<!--ipb.rightlinks.end--></p>
</div>
</div>

AND MY CSS:
html
{
overflow-x: auto;
}

fieldset
{
border: 1px solid #333;
}

legend
{
background: #f9f9f9 url(<#IMG_DIR#>/tile_cat.gif) repeat-x top left;
color: #fff;
}

body
{
background: #fff;
color: #000;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-size: 9pt;
line-height: 135%;
margin: 0px;
padding: 0px;
text-align: center;
}

table,
tr,
td
{
background: transparent;
color: #000;
font-size: 8pt;
line-height: 135%;
}

table
{
width: 100%;
}

td,
.divpad
{
padding: 1px;
}

td.nopad
{
padding: 0px;
}

form
{
display: inline;
margin: 0px;
padding: 0px;
}

img
{
vertical-align: middle;
border: 0px;
}

a:link,
a:visited,
a:active
{
background: transparent;
color: #000;
text-decoration: underline;
}

a:hover
{
background: transparent;
color: #000;
}

#ipbwrapper
{
margin: 20px auto 20px auto;
text-align: left;
width: 800px;
}

.pagelink,
.pagelinklast,
.pagecurrent,
.minipagelink,
.minipagelinklast
{
background: #ffffff;
border: 1px solid #ccc;
padding: 1px 3px 1px 3px;
}

.pagelinklast,
.minipagelinklast
{
background: #f9f9f9;
}

.pagecurrent
{
background: #E6E6E6 url(<#IMG_DIR#>/tile_cat.gif) repeat-x top left;
color: #fff;
}

.minipagelink,
.minipagelinklast
{
border: 1px solid #ccc;
font-size: 10px;
margin: 0 1px 0 0;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link
{
text-decoration: none;
}

.fauxbutton
{
background: #E6E6E6 url(<#IMG_DIR#>/tile_cat.gif);
border: 1px outset #ccc;
font-size: 11px;
font-weight: bold;
padding: 3px;
color: #fff;
}

.fauxbutton a:link,
.fauxbutton a:visited,
.fauxbutton a:active
{
color: #fff !important;
text-decoration: none;
}

.forumdesc,
.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active
{
background: transparent;
font-size: 10px;
color: #666;
line-height: 135%;
margin: 2px 0 0 0;
padding: 0px;
}

.searchlite
{
background-color: yellow;
font-weight: bold;
color: red;
}

.activeusers
{
background: #FFF;
border: 1px solid #ccc;
color: #000;
margin: 0px;
padding: 1px;
}

.activeuserposting a:link,
.activeuserposting a:visited,
.activeuserposting a:active,
.activeuserposting
{
font-style: italic;
text-decoration: none;
border-bottom: 1px dotted black;
}

fieldset.search
{
line-height: 150%;
padding: 6px;
}

label
{
cursor: pointer;
}

img.attach
{
background: #808080 url(<#IMG_DIR#>/click2enlarge.gif) no-repeat top right;
border: 1px solid #ccc;
margin: 0 2px 0 0;
padding: 11px 2px 2px 2px;
}

.thumbwrap,
.thumbwrapp,
.fullimagewrap
{
border: 1px solid #ccc;
margin: 2px;
}

.thumbwrapp
{
border: 2px solid #ccc;
}

.fullimagewrap
{
background: #ccc;
text-align: center;
margin: 5px 0 5px 0;
padding: 5px;
}

.thumbwrap h4,
.thumbwrapp h4
{
background: #fff;
border: 0 !important;
border-bottom: 1px solid #ccc !important;
color: #333;
font-size: 12px;
font-weight: bold;
padding: 5px;
}

.thumbwrap p,
.thumbwrapp p
{
background: #f9f9f9 !important;
border: 0 !important;
border-top: 1px solid #ccc !important;
margin: 0 !important;
padding: 5px !important;
text-align: left;
}

.thumbwrap p.alt,
.thumbwrapp p.alt
{
background: #fff !important;
margin: 0 !important;
padding: 5px !important;
text-align: left;
}

.thumbwrapp p.pin
{
background: #f9f9f9 !important;
text-align: center !important;
}

.thumbwrap img.galattach,
.thumbwrapp img.galattach
{
background: #FFF url(<#IMG_DIR#>/img_larger.gif) no-repeat bottom right;
border: 1px solid #072A66;
margin: 5px;
padding: 2px 2px 10px 2px;
}

li.helprow
{
margin: 0 0 10px 0;
padding: 0px;
}

ul#help
{
padding: 0 0 0 15px;
}

.warngood,
.warnbad
{
color: #0B9500;
font-weight: bold;
}

.warnbad
{
color: #DD0000;
}

#padandcenter
{
margin: 0 auto 0 auto;
padding: 14px 0 14px 0;
text-align: center;
}

#profilename
{
font-size: 28px;
font-weight: bold;
}

#photowrap
{
padding: 6px;
}

#phototitle
{
border-bottom: 1px solid #ccc;
font-size: 24px;
}

#photoimg
{
margin: 15px 0 0 0;
text-align: center;
}

#ucpmenu,
#ucpcontent
{
background: #f9f9f9;
border: 1px solid #ccc;
line-height: 150%;
}

#ucpmenu p
{
padding: 2px 5px 6px 9px;
margin: 0px;
}

#ucpmenu a:link,
#ucpmenu a:active,
#ucpmenu a:visited
{
text-decoration: none;
}

#ucpcontent
{
width: auto;
}

#ucpcontent p
{
padding: 10px;
margin: 0px;
}

.activeuserstrip
{
background: #fff;
padding: 6px;
}

.signature
{
background: transparent;
color: #333;
font-size: 10px;
line-height: 150%;
}

.postdetails
{
font-size: 10px;
line-height: 140%;
}

.postcolor
{
font-size: 12px;
line-height: 160%;
}

.normalname
{
color: #003;
font-size: 12px;
font-weight: bold;
}

.normalname a:link,
.normalname a:visited,
.normalname a:active
{
font-size: 12px;
}

.post1,
.bg1
{
background: #f9f9f9;
}

.post2,
.bg3
{
background: #f9f9f9;
}

.row2shaded,
.post1shaded
{
background-color: #EAC8C8;
}

.row4shaded,
.post2shaded
{
background-color: #EAC8C8;
}

.row1
{
background: #fff;
}

.row2
{
background: #f9f9f9;
}

.darkrow1
{
background: #E6E6E6;
color: #333;
}

.darkrow3
{
background: #E6E6E6;
color: #333;
}

.plainborder,
.tablefill,
.tablepad
{
background: #f9f9f9;
border: 1px solid #cccccc;
margin: 1px;
}

.tablefill,
.tablepad
{
padding: 6px;
}

.tablepad
{
border: 0 !important;
}

.wrapmini
{
float: left;
line-height: 1.5em;
width: 25%;
}

.pagelinks
{
float: left;
line-height: 1.2em;
width: 35%;
}

.desc
{
font-size: 11px;
color: #434951;
}

.lastaction
{
font-size: 10px;
color: #434951;
}

.edit
{
font-size: 9px;
}

.thin
{
border: 1px solid #ccc;
line-height: 150%;
margin: 2px 0 2px 0;
padding: 6px 0 6px 0;
border-left: 0px;
border-right: 0px;
}

.calmonths
{
background: #f9f9f9;
border: 0px solid #ccc;
font-size: 18px;
font-weight: bold;
margin: 0px 0 0px 0;
padding: 0px;
text-align: center;
}

.weekday
{
font-size: 14px;
font-weight: bold;
}

.calmonths a
{
text-decoration: none;
}

.calday,
.calweekday
{
background: #f5f5f5;
color: #666;
font-size: 11px;
font-weight: bold;
padding: 2px;
text-align: right;
margin: 0px;
}

.calweekday
{
border-right: 1px solid #AAA;
color: #222;
font-size: 14px;
padding: 4px;
text-align: center;
}

.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday
{
background: #fff;
height: 55px;
vertical-align: top;
margin: 0px;
padding: 0px;
}

.mcellblank,
.mcelldate,
.mcelltoday
{
height: auto;
}

.cellblank,
.mcellblank
{
background: #eee;
}

.celltoday,
.mcelltoday
{
border: 1px solid #224E75;
}

input,
textarea,
select
{
background: #FFF;
border: 1px inset #ccc;
color: #000;
font-family: verdana, helvetica, sans-serif;
font-size: 9px;
margin: 5px;
padding: 2px;
vertical-align: middle;
}

select
{
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
border: 0px;
}

input.button
{
width: auto;
margin: 0px;
background: #E4E4E4 url(<#IMG_DIR#>/tile_cat.gif) repeat-x top left;
color: #fff;
}

optgroup option
{
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
}

.codebuttons
{
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 10px;
vertical-align: middle;
margin: 2px;
}

.textarea,
.searchinput,
.button,
.gobutton
{
background: #FFF;
border: 1px solid #ccc;
color: #000;
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 11px;
padding: 2px;
vertical-align: middle;
}

.button
{
background: #F8f8f8 url(<#IMG_DIR#>/tile_sub.gif) repeat-x top left;
}

.gobutton
{
background: transparent;
color: #072A66;
vertical-align: middle;
margin: 0px;
border: 0px;
}

.radiobutton,
.checkbox,
.helpbox
{
vertical-align: middle;
border: 0px;
}

.formtable
{
background: transparent;
}

.formtable td,
.pformleft,
.pformleftw,
.pformright
{
background: #f9f9f9;
border: 1px solid #cccccc;
font-weight: bold;
margin: 1px 0 0 0;
padding: 6px;
width: 25%;
border-bottom: 0px;
border-left: 0px;
}

.formtable td.wider,
.pformleftw,
.pformright
{
width: 40%;
}

.formtable td.formright,
.pformright
{
font-weight: normal;
width: auto;
border-right: 0px;
}

.formtable td.formtitle,
.formsubtitle
{
background: #f9f9f9;
border: 1px solid #ccc;
font-weight: normal;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}

.formsubtitle
{
background: #f8f8f8 url(<#IMG_DIR#>/tile_sub.gif) repeat-x top left;
color: #224E75;
font-weight: bold;
padding: 3px;
border: 0px;
}

.formtable td.formstrip
{
background: #f9f9f9;
border: 1px solid #bbb;
font-weight: normal;
border-left: 0px;
border-right: 0px;
}

.cleared
{
clear: both;
}

.borderwrap,
.borderwrapm
{
background: #ddd;
border: 1px solid #eee;
padding: 0px;
margin: 0px;
}

.borderwrapm
{
margin: 5px;
}

.borderwrap h3,
.maintitle,
.maintitlecollapse
{
background: #e6e6e6 url(<#IMG_DIR#>/tile_cat.gif) repeat-x;
border: 1px solid #ccc;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px;
margin: 0px;
}

.maintitlecollapse
{
border: 1px solid #ccc;
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p
{
background: transparent !important;
border: 0px !important;
margin: 0px !important;
padding: 0px !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members
{
float: right;
width: auto !important;
background-image: url(<#IMG_DIR#>/exp_minus.gif);
}

.maintitle a:link,
.maintitle a:visited,
.maintitlecollapse a:link,
.maintitlecollapse a:visited
{
background: transparent;
color: #fff;
text-decoration: none;
}

.maintitle a:hover,
.maintitle a:active,
.maintitlecollapse a:hover,
.maintitlecollapse a:active
{
background: transparent;
color: #fff;
}

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar
{
background: #f8f8f8 url(<#IMG_DIR#>/tile_sub.gif) repeat-x top left;
border-bottom: 1px solid #ccc;
color: #333;
font-size: 9px;
font-weight: normal;
letter-spacing: 1px;
padding: 5px;
margin: 0px;
}

.subtitlediv
{
border: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center;
}

.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited,
.subtitlediv a:visited,
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover
{
background: transparent;
color: #333;
text-decoration: none;
}

.borderwrap h4
{
background: #ccc;
border: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
color: #333;
font-size: 12px;
font-weight: bold;
padding: 5px;
margin: 0px;
}

.borderwrap p
{
background: #F9F9F9;
border: 1px solid #CCC;
margin: 5px;
padding: 10px;
text-align: left;
}

td.formbuttonrow,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1
{
background: #f9f9f9 !important;
border: 1px solid #ccc;
border-top: 1px solid #ccc;
margin: 0px !important;
padding: 5px !important;
text-align: center;
}

td.formbuttonrow
{
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}

.borderwrap p.formbuttonrow1
{
background: #F9F9F9 !important;
border-top: 1px solid #CCC;
border: 0px;
}

.bar,
.barb,
.barc
{
background: #fff;
border: 1px solid #ccc;
}

.barc
{
border-bottom: 0px;
}

.bar p,
.barb p,
.barc p
{
background: transparent;
color: #222;
font-size: 11px;
padding: 5px;
text-align: left;
margin: 0px;
border: 0px;
}

.barb p
{
text-align: right;
}

.bar p.over,
.bar p.overs,
.barc p.over,
.barc p.overs
{
float: right;
}

.barb p.over,
.barb p.overs
{
float: left;
}

.bar p.overs,
.barb p.overs,
.barc p.overs
{
position: relative;
top: 5px;
}

.catend
{
background: #e6e6e6 url(<#IMG_DIR#>/footr.gif) no-repeat bottom right;
color: #000;
font-size: 1px;
height: 10px;
}

.newslink
{
background: #f9f9f9;
border: 1px solid #ccc;
width: 100%;
margin: 0px;
}

.newslink td
{
color: #222;
font-size: 10px;
padding: 5px 5px 5px 10px;
}

.newslink span
{
background: transparent;
color: #333;
font-style: italic;
font-weight: normal;
}

.newslink input
{
background: #FFF;
border: 1px solid #999;
color: #333;
font-size: 10px;
padding: 3px;
vertical-align: middle;
width: auto;
}

.newslink input.button
{
background: transparent;
color: #333;
vertical-align: middle;
border: 0px;
}

.fieldwrap
{
background: #F9F9F9;
border: 1px solid #CCC;
margin: 5px;
text-align: left;
border-top: 0px;
padding: 0px;
}

.fieldwrap h4
{
background: #EEE;
border: 1px solid #CCC;
color: #444;
font-size: 12px;
font-weight: bold;
padding: 5px;
}

.errorwrap,
#pmnotewrap
{
background: #fff;
border: 1px solid #ccc;
margin: 5px;
border-top: 0px;
padding: 0px;
}

#pmnotewrap
{
line-height: 135%;
margin: 0 0 5px 0;
}

.errorwrap h4,
#pmnotewrap h4
{
background: #E3C0C0;
border: 1px solid #992A2A;
color: #992A2A;
font-size: 12px;
font-weight: bold;
padding: 5px;
border-left: 0px;
border-right: 0px;
margin: 0px;
}

.errorwrap p,
#pmnotewrap p
{
background: transparent;
color: #992A2A;
padding: 8px;
border: 0px;
margin: 0px;
}

#pmnotewrap p.pmavatar
{
float: left;
}

#pmnotewrap p.pmnotefoot
{
background: #ff9f9;
border-top: 1px solid #ccc;
text-align: right;
}

#pmnotewrap a:link,
#pmnotewrap a:visited
{
background: transparent;
color: #992A2A;
text-decoration: underline;
}

#pmnotewrap a:hover,
#pmnotewrap a:active
{
background: transparent;
color: #992A2A;
text-decoration: none;
}

.ruleswrap
{
background: #F2DDDD;
border: 1px solid #992A2A;
color: #992A2A;
margin: 5px 0 5px 0;
padding: 5px;
}

#redirectwrap
{
background: #f9f9f9;
border: 1px solid #ccc;
margin: 200px auto 0 auto;
text-align: left;
width: 500px;
}

#redirectwrap h4
{
background: #fff;
border-bottom: 1px solid #ccc;
color: #333;
font-size: 14px;
padding: 5px;
margin: 0px;
}

#redirectwrap p
{
padding: 5px;
margin: 0px;
}

#redirectwrap p.redirectfoot
{
background: #fff;
border-top: 1px solid #ccc;
text-align: center;
}

#gfooter
{
background: #e6e6e6;
margin: 5px 0 5px 0;
width: 100%;
padding: 0px;
}

#gfooter td
{
color: #333;
font-size: 10px;
padding: 4px;
}

#gfooter a:link,
#gfooter a:visited
{
color: #333;
}

#logostrip
{
margin: 0px;
padding: 0px;
height: 150px;
white-space: nowrap;
}

#submenu
{
background: #e6e6e6 url(<#IMG_DIR#>/tile_cat.gif) repeat-x top left;
border: 1px solid #ccc;
color: #fff;
font-weight: bold;
padding: 4px;
margin: 0px;
border-top: 0px;
}

#userlinks,
#userlinksguest
{
background: #f9f9f9;
border: 1px solid #ccc;
margin: 0px 0 0px 0;
padding: 0 5px 0 5px;
}

#userlinksguest
{
background: #f9f9f9;
border: 1px solid #ccc;
}

#submenu p,
#userlinks p,
#userlinksguest p
{
background: transparent !important;
border: 0 !important;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0 !important;
padding: 7px 0 7px 0;
text-align: right;
}

#userlinks p,
#userlinksguest p
{
font-weight: normal;
letter-spacing: 0px;
}

#submenu p.home,
#userlinks p.home,
#userlinksguest p.home
{
float: left;
}

#userlinksguest p.pcen
{
text-align: center;
}

#submenu a:link,
#submenu a:visited
{
background: transparent;
color: #fff;
padding: 0 6px 0 6px;
text-decoration: none;
}

#submenu a:hover,
#submenu a:active
{
background: transparent;
color: #fff;
}

#navstrip
{
background: transparent;
color: #999;
font-size: 12px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 8px 0 8px 0px;
}

#navstrip a:link,
#navstrip a:visited
{
background: transparent;
color: #222;
text-decoration: none;
}

#navstrip a:hover,
#navstrip a:active
{
background: transparent;
color: #333;
}

.toplinks
{
background: transparent;
color: #000;
padding: 0 0 5px 0;
text-align: right;
margin: 0px;
}

.toplinks span
{
background: #f9f9f9;
border: 1px solid #ccc;
color: #000;
font-size: 10px;
font-weight: bold;
margin: 0 10px 0 0;
padding: 5px;
border-bottom: 0px;
}

.copyright
{
background: transparent;
font-size: 11px;
margin: 0 0 5px 0;
padding: 8px;
color: #333;
}

#print
{
margin: 20px auto 20px auto;
text-align: left;
width: 85%;
padding: 0px;
}

#print h1,
#print h2,
#print h3,
#print h4,
#print p
{
color: #224E75;
font-size: 18px;
font-weight: bold;
padding: 8px;
margin: 0px;
}

#print h2,
#print h3,
#print p
{
border-bottom: 1px solid #999;
font-size: 11px;
font-weight: normal;
}

#print h3
{
background: #F5F5F5;
font-size: 12px;
font-weight: bold;
margin: 0 0 10px 0;
}

#print h4
{
background: #F9F9F9;
font-size: 11px;
}

#print p
{
margin: 0 0 5px 0;
padding: 10px;
}

#print p.printcopy
{
color: #000;
text-align: center;
border: 0px;
}

input
{
border: 1px inset #333;
}

.maintitlecollapse img,
.maintitle p,
.maintitlecollapse p,
.maintitle img
{
vertical-align: middle;
}

.codetop,
.sqltop,
.htmltop,
.quotetop
{
font-weight: bold;
color: #F8FBFF;
border-right: 1px solid #608BC0;
border-top: 1px solid #608BC0;
padding-left: 9px;
background: #C8D8E9 url(<#IMG_DIR#>/bbcodel.gif) repeat-y top left;
}

.codemain,
.sqlmain,
.htmlmain,
.quotemain
{
vertical-align: top;
border-right: 1px solid #608BC0;
border-bottom: 1px solid #608BC0;
padding-left: 9px;
background: #EBF1F6 url(<#IMG_DIR#>/bbcodel.gif) repeat-y top left;
}

#QUOTE,
#CODE
{
background: #EBF1F6;
border: 1px solid #000;
color: #333;
font-family: Verdana, Arial;
font-size: 2px;
padding: 2px;
white-space: normal;
}

#CODE
{
font-family: Courier, Courier New, Verdana, Arial;
}

This post has been edited by robertlane: Jul 22 2005, 02:59 PM
Go to the top of the page
 
+Quote Post



Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 13th March 2010 - 01:54 PM
Invision Skins · IPB Skins