Author archive: Andreas Viklund

“This is me” template with inverted colorscheme

On request, here is a quick example of how the colors can be changed in the new This is me template. To make the color switch easy to revert, I will do it using a custom class on the body element in the HTML. Step 1: Add the body class In index.html, find the <body>…

From template to complete website in 10 minutes

The most popular posts in this blog are the six parts of the Building your first website tutorial. However, going through that tutorial takes some time, and this post is written for those of you who want things to go faster. I am going to explain how you could turn the latest template release, the…

New template: This is me

A few days ago, I uploaded a new template to the site. It is a collaborative project based on the concept of a virtual business card, similar to what I did with the Basic Businesscard template but with all content placed in one single HTML file. Using only 42 lines of CSS code (which includes…

Centered horizontal menus with CSS

I got an e-mail asking how to make a centered horizontal menu, using XHTML and CSS. It may sound easy, but it cause me a lot of headache before I learned how to do it. After trying a lot of “text-align:center” and “margin: 0 auto;” approaches that didn’t work as I wanted, I realized that…

Update about the Arctica theme for WordPress

After being in the review queue for the official WordPress theme directory for more than three months, the Arctica theme was finally reviewed a day ago. Since it was based on the same code base as my two latest themes, Asokay and Lagom (which are both approved and published on wordpress.org), I expected the review…

Menu