Hi folks,
I am customizing the template for my client. Since there is some space before the header, I wanted to remove the following div which shows up in the end of the html according to firebug.
My template (index.php) doesn’t have this div. But it shows like this in firebug.
:::::::::::::::::::::::code(copyed from firebug HTML)::::::::::::::::::::::::
<html lang=”ja-jp” xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”ja-jp”>
<head>
</head>
<body id=”bd” class=” wide fs2″>
<a id=”Top” name=”Top”/>
<div id=”wrapper”>
<div id=”ja-header” class=”clearfix”>
</div>
<div id=”ja-mainnavwrap”>
</div>
<div id=”ja-containerwrap”>
</div>
<div id=”ja-footer”>
</div>
<script type=”text/javascript”>
</script>
</div>
<div class=”tool-tip” style=”position: absolute; top: 0pt; left: 0pt; visibility: hidden;”>
<div/>
</div>
</body>
</html>
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
The div near the </body>tag is the one I want to delete.
If you know where the code is coming in, I will appreciate it very much.
Thank you.
Meg