Posted on: 11/02/03 04:38pm
By: ShdwRulr
!1 White Pointer and X Silver both have a horizantal scroll bar on them. How do I remove the horizantal bar for a 800x600 screen
Re:!1 White Pointer/X Silver
Posted on: 11/02/03 05:34pm
By: DTrumbower
I would assume that in the header.thtml file, they are using a fixed table width. Change it to 100% and see what happens.
Re:!1 White Pointer/X Silver
Posted on: 11/02/03 11:00pm
By: ShdwRulr
I tried it, but I still have the horizantal bar. Would posting the code or sending the file help?
Re:!1 White Pointer/X Silver
Posted on: 11/02/03 11:24pm
By: xspace
I suppose it's the scroll bars you are talking abt ...
Try this
<link rel="stylesheet" type="text/css" href="{css_url}" title="{theme}">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#404040">
<table border="0" cellpadding="0" cellspacing="0" width="99%" align="center" bgcolor="#F8F8F3">
Ur code may differ .. Notice that 99% .. I change it from some value to this .. and it works ..
Also you may have to change the LOGO pixels dimensions / img src code in header.thtml.
Re:!1 White Pointer/X Silver
Posted on: 11/03/03 05:28pm
By: ShdwRulr
ok, it is working now. Thanks alot.