Posts Tagged ‘html’
“This Page Contains Both Secure and Non-Secure Items”
By David Pratt / Tags: debugging, html, security / 2 Comments » / Published: 24-11-09
When you get this message on a webpage, you might be needing a protocol-independent absolute path that switches between HTTP and HTTPS.
Dots appearing around images when you click them
By David Pratt / Tags: css, html / No Comments » / Published: 22-11-09
To fix this, set the outline property of the anchor element to zero, like so: a{outline:0};
Wrap text on an HTML input button with CSS
By David Pratt / Tags: css, html / No Comments » / Published: 19-11-09
You can wrap text on a HTML button by using the white-space:normal; CSS rule. This tutorial shows you how.
Subscribe via RSS
Twitter