Here is a short tutorial to add a logo/title to your webpage that will view nicely with images/css switched off

This trick works really well. Basically, you set a style for h1 in your css that indents the h1 text by -900em (so it will display off the page, and thus not be visable when css is enabled) and it replaces it with an image (your logo)

So, with CSS on you will see a logo image, and when it’s not enabled (perhaps on your phone) the <h1> text will display.

Post a Comment

*
*