Link to home
Start Free TrialLog in
Avatar of sigma19
sigma19Flag for United States of America

asked on

space between the header and the horizontal menu bar

In the template attached,
1) how can I remove the space between the logo and the vertical menu bar.
(I have attached the screen shot with showing that )

2) In a web site I am developing I want to add a site map. is there any Auto-generate tool? or should I create it all myself with the links


3) How can I add a page counter in this template?
I want to know how many people viewed and all...I know there are tools.
but how to insert that code here/

untitled.bmp
css.txt
dwt.txt
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

This section, although empty, is adding some padding for css item ul.nav, padding: 5px 5px 5px 15px;
I meant to paste this section.

    <ul class="nav">
      <li></li>
    </ul>
Actually, it's not the padding, it's the empty li. It's adding space for the li. Take away the css and a bullet appears for that empty li.
For Google sitemaps, I use GSiteCrawler from SoftPlus http://johannesmueller.com/gs/ .  The best way to view stats about your website is thru AWstats or Webalizer that reads your server logs and presents reports in your browser.  You'll get a lot more info than a simple counter.  Check with your hosting company or install log analyzer software on your server.
Avatar of sigma19

ASKER

Thanks Tommyboy that solved the issue.

Thanks Dave for the stats link.

But for Site map generator the link you provided is not working? can you please provide me with the link.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sigma19

ASKER

Answer is good..