> ----- Original Message ----- > From: "Rodme" <[EMAIL PROTECTED]> > Subject: Re: [analog-help] formatting font sizes in reports > > This is the top of one of the config files > > > > LOGFILE /home/apache/logs/hunkycubs-access_log > > OUTPUT COMPUTER > > OUTFILE /home/apache/analog/datfiles/hunkycubs.dat > > #OUTFILE /home/hunkycubs/htdocs/analog/index.html > > HOSTNAME "www.hunkycubs.com" > > HOSTURL http://www.hunkycubs.com > > IMAGEDIR ./images/ > > CACHEOUTFILE /home/apache/analog/cache/hunkycubs.cache.out > > CACHEFILE /home/apache/analog/cache/hunkycubs.cache >
I just noticed that your OUTFILE is in .dat format. CSS works with html. Uncomment that if you want it to show up. > > LOGFILE /home/apache/logs/hunkycubs-access_log > > OUTPUT COMPUTER > > OUTFILE /home/apache/analog/datfiles/hunkycubs.dat > > OUTFILE /home/hunkycubs/htdocs/analog/index.html > > HOSTNAME "www.hunkycubs.com" > > HOSTURL http://www.hunkycubs.com > > IMAGEDIR ./images/ STYLESHEET /home/hunkycubs/htdocs/analog/yourstyle.css # this is the line of code to add to your .cfg file > > CACHEOUTFILE /home/apache/analog/cache/hunkycubs.cache.out > > CACHEFILE /home/apache/analog/cache/hunkycubs.cache make sense? +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
