50NP$ for a bit of css help
Hey
ok, i have my site, its made up of a tables (please dont preach about css).
I have a cell on the left, which holds my menu bar, and then three cells on the right to hold my content box. Everything works fine, until i use the php include function to include my menu bar. I have no idea, why it happens, but my page goes all messed up, and I cant edit it, it says im:
" Making this change would require changing code that is locked by a template or a translator. The change will be discarded. "
Ive used php include many times, before, but ive never had this problem before.
Heres the code with the php include in :
also, here is an image of it messed up within dreamweaver:

and heres how it looks when i preview it:

as you can see it looks kind of fine, but the menubar has a wierd 1 px padding round it, that isnt specified in the coding.
I hope someone can help!
Thanks
Hey
ok, i have my site, its made up of a tables (please dont preach about css).
I have a cell on the left, which holds my menu bar, and then three cells on the right to hold my content box. Everything works fine, until i use the php include function to include my menu bar. I have no idea, why it happens, but my page goes all messed up, and I cant edit it, it says im:
" Making this change would require changing code that is locked by a template or a translator. The change will be discarded. "
Ive used php include many times, before, but ive never had this problem before.
Heres the code with the php include in :
Code:
<html>
<head>
<title>News</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div align="center"><img src="table/Banner2.jpg" width="700" height="150"> </div>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4" width="190"><? include("BOMlinks.htm") ?></td>
<td width="510" height="50"><img src="table/main_top.gif" width="510" height="50"></td>
</tr>
<tr>
<td background="table/main_mid.gif">ย </td>
</tr>
<tr>
<td height="50"><img src="table/main_bottom.gif" width="510" height="50"></td>
</tr>
</table>
</body>
</html>
also, here is an image of it messed up within dreamweaver:

and heres how it looks when i preview it:

as you can see it looks kind of fine, but the menubar has a wierd 1 px padding round it, that isnt specified in the coding.
I hope someone can help!
Thanks
Last edited:




