Michael3

*
  • *
  • 4
  • Enjoy Life!
Default html layout??
« on: August 19, 2006, 03:20:37 AM »
i noticed we have a template but thta basically does nothing but allow you to customize the page that the site map appears on and where each sitemap element appears

however if we do not want it in a table set out the way it is or with the spacing it has orother factors its manual update time once its been generated

i find that for a site with deep links the links table moves further and further right to show that those links are deeper links below the above folder name etc and because of that it causes the page to be way too wide for the browser meaning people have to scroll left and right to see the entire width of the page

which is never a good idea for a propperly designed site

any thaughts on this

Michael
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]

Re: Default html layout??
« Reply #1 on: August 20, 2006, 01:39:11 AM »
Hello Michael,

the spacing is added using table cells with "lbullet" css class assigned, so you can add something like this to your stylesheet to decrease the spacings:
.lbullet{
font-size:1px;
}