more theme magic
Permalink
I am converting a site to C5 and creating the default.php page. When I view the page C5 is adding two blocks at the top of the page. The first is:
<div id="menu"> </div>
and the second is:
<div id="page_title" style="left: 39px; top: 5px; position:absolute; width: 330px; height: 42px;"> <h1>Life Issues</h1>
</div>
These lines are not in the header.php or default.php. There are some css entries with these headings in stylesheet.css, and the "Life Issues" it is inserting is the name of the original html page I used to create default.php, but I can't figure out how it is getting put onto the page - I want to remove it...
Thanks for the help.
<div id="menu"> </div>
and the second is:
<div id="page_title" style="left: 39px; top: 5px; position:absolute; width: 330px; height: 42px;"> <h1>Life Issues</h1>
</div>
These lines are not in the header.php or default.php. There are some css entries with these headings in stylesheet.css, and the "Life Issues" it is inserting is the name of the original html page I used to create default.php, but I can't figure out how it is getting put onto the page - I want to remove it...
Thanks for the help.
(I wish there was a delete post option :-)