View previous topic :: View next topic |
Author |
Message |
Spud2004 -
Joined: 12 Sep 2004 Posts: 29
|
Posted: Mon Sep 19, 2022 3:40 pm Post subject: delete access.log (solution) automated or with prompts |
|
|
Why are lines double spaced?
Code: | rem create shortcut to this code as c:\abyss\deletelog.bat
@echo off
cd /d %~dp0
@cls
abyssws.exe --stop
erase log\access.log
start abyssws.exe
exit
choice /M "Stop server"
if errorlevel = 2 goto startserver
abyssws.exe --stop
choice /M "Erase log"
if errorlevel 2 goto startserver
erase log\access.log
:startserver
choice /M "Start server"
if errorlevel = 2 exit
start abyssws.exe |
|
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1269
|
Posted: Wed Sep 28, 2022 9:33 pm Post subject: Re: delete access.log (solution) automated or with prompts |
|
|
Spud2004,
This is probably related to the CSS page used by the forum. Does it need fixing? _________________ Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com |
|
Back to top |
|
 |
Spud2004 -
Joined: 12 Sep 2004 Posts: 29
|
Posted: Wed Sep 28, 2022 9:51 pm Post subject: |
|
|
I guess some people like double spacing or something to do with the font.
No big thing. |
|
Back to top |
|
 |
Horizon -
Joined: 18 Feb 2022 Posts: 36
|
Posted: Thu Sep 29, 2022 11:36 am Post subject: Re: delete access.log (solution) automated or with prompts |
|
|
admin wrote: | Spud2004,
This is probably related to the CSS page used by the forum. Does it need fixing? |
You didn't ask this to me, but I do think that the code blocks shouldn't have text spacing the same as normal text.
Ideally it should have nowrap or a 'pre' line wrapping, a monospace font & the line/paragraph spacing should be like the Windows Notepad (not like Microsoft Word).
The rest of the CSS is OK I think. |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1269
|
Posted: Thu Nov 10, 2022 10:10 pm Post subject: |
|
|
Spud2004 wrote: | I guess some people like double spacing or something to do with the font.
No big thing. |
You're right. The CSS of the BODY mandates a 150% line height which explains what you see in some areas of the forum. _________________ Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com |
|
Back to top |
|
 |
|