Or, if you need to actually keep the element’s vertical space like I had to (I wanted to supress the <H1>
in my header, but not the following
, you do a
visibility: hidden;
in the CSS for the element (in this case, for the <H1>
for your header, and Voil??!
You get the vertical space, but not the physical output…