Hi,
I simply use the visibility: hidden property like this:
h1 {
font-size: 4em;
text-align: center;
visibility: hidden;
}
So the text title and link still remain in the header code.
Is this solution not enough compatible or does it have any flaws?
if anyone knows, please let me know.
alex