open header.html, replace the first line
Code:
<table border="0" align="center" cellpadding="0" width=900 cellspacing="0" >
with
Code:
<table border="0" align="center" cellpadding="0" width=100% cellspacing="0" >
replace
Code:
<table width=892 background="themes/Longrix/images/header_back.jpg" height="40" border=0><tr><td>
with
Code:
<table width=100% background="themes/Longrix/images/header_back.jpg" height="40" border=0><tr><td>
and
Code:
<table width="900" cellpadding="0" bgcolor="000000" cellspacing="0" border="0" align="center"><tr valign="top">
with
Code:
<table width="100%" cellpadding="0" bgcolor="000000" cellspacing="0" border="0" align="center"><tr valign="top">