|
Posted by dorayme on 06/29/07 03:28
In article <5ejbhrF3970u5U1@mid.uni-berlin.de>,
Daniela Duerbeck <daniela.duerbeck@gmx.de> wrote:
> Hi!
>
> I try to write a program that solves Sudokus and I thought it would be a
> good idea to make HTML-pages of the "so-far-solved-puzzles"
>
> But I encounter many obstacles: For formatting reasons I decided to
> print out Zeros white on white, but when I try to really print the page,
> in Firefox these letters print black, in Windows Iexplorer grey.
>
> And the lines around do not print at all.
> In IE they are shown sort of green, in Firefox grey.
> http://www.deltadelta.de/nmz/sudoku.html
>
> Now I am a bit confused. I know, that even my HTML-output is buggy, but
> shouldn't white characters not be printed at all?
>
First or second, you should look at validating.
Probably first though, you should be rid of all this sort of
thing:
<td>
<p><span style="font-family:Verdana; font-size:10; color:white">
0</span></p></td>
Why the <p>, why the <span>, why the inline styles cluttering
all? Plus you cannot have font-size in styles without units (em,
%)
Get yourself a css sheet separate and link it to the html page.
--
dorayme
Navigation:
[Reply to this message]
|