One DWT - Two Separate

On a recent makeover of the Migrating from FrontPage to Expression Web site, we wanted to use the same DWT but give the site two distinctive looks. WHY? Because Migrating from FrontPage to Expression Web consists of two separate parts:

The main site which supports the Migrating from FrontPage to Expression Web E-Book AND [...]

How to adjust the spacing of the

paragraph tag using CSS

The <p> tag defines a paragraph. The p element automatically creates some space before and after itself. The space is automatically applied by the browser, or you can specify it in a style sheet. Suppose you want to  custom adjust the automatic spacing added around a paragraph of text in HTML. You can easily [...]

7 tips to organize your CSS

Always on the lookout for articles on Cascading Style Sheets – CSS for short – I ran across this one this morning, 7 tips to organize your CSS. Do you already have a method for organizing your CSS? If not, try following these simple tips.

Group your CSS files into a folder – Perhaps [...]

Structural Naming Convention in CSS

Found this interesting and informative post on the Six Revisions blog which is part of his CSS Tips series.

Structural naming convention means that you name elements by describing what they are, rather than where they are or how the look. You do this by assigning a class (dot) or id (# hash mark) [...]

HTML / CSS Template Creation Tips and Tricks

NEW: From the Factory Tutorial — Today we are going to look at some tips and tricks you can implement when creating an (x)html & css template. Hopefully these tips will increase the overall quality of your templates.

Write clean code with consistent indentation – When writing your XHTML code, be consistent in the [...]