Posts Tagged "Dreamweaver"

How to target a specific row in a table via CSS

Posted on Mar 28, 2014

This week I needed to make use of another CSS Pseudo element which is – like many of its colleagues – a rather sharp tool in the CSS toolbox. I was using the eMember plugin for a membership site...

Learn More

How to use a custom font in CSS

Posted on Oct 15, 2013

Did you know that with CSS 3 you can load custom true type fonts and use them on your website? It’s relatively simple to do too. First you define a new font face with a URL to your file, then you call...

Learn More

How to centre an image in CSS

Posted on Sep 29, 2013

Centering text in CSS is relatively easy. All you do is add the “text-aling: center” property. If you’ve ever tried this with anything that isn’t text you’ll have noticed that...

Learn More