Quote:
Originally Posted by Quexos
Oh I see. Well I'm very slowly (and after reading what you said more than one time) starting to understand. But it does not strike me as logical though.
You see, if as you say, the first part (Disable footer) is for a result where there is no footer anymore then WHY does it still have a value to define a footer ? in this case 5px, 1px and transparent ?
|
I think it isn't really 'disabled', it has been made so tiny (1px) and transparent (invisible) that you can't see it. For all practical purposes - the same thing.
Quote:
Originally Posted by Quexos
Logic tells me that I don't even need the second part then (the part called "decreased footer") since I could change 5, 1, transparent to, for example 20, 14, black.
|
You are correct, you only need one of them. This is effectively what you did by typing the # as the first character of either line 10 or line 12. The # makes the line into a 'comment' rather than an 'instruction', i.e it is ignored by the program.
Quote:
Originally Posted by Quexos
Of course I won't do that, if this now works, I won't go look for problems that need not be.
|
Always a Good Plan