CSS Troubleshooting

With the introduction of the new Themes in WordPress v1.5, boring and commonplace website layouts became a thing of the past. With a few clicks, you can change your layout instantly. With a few more clicks and tweaks, you can screw up your layout instantly as well. Welcome to the exciting world of …

Read more

HTML Formatting Tags Basics

When it comes to formatting a web page using HTML code, you can think of it (kind of) in the same way you would look at formatting a document formatted by a word processor. You have your headlines to show you where one section starts and stops. You have your …

Read more

Website Navigation: Why is it important

The navigation section of your site is one of the most important factors to a website. The navigation is what allows you to move from one section of the website to the next, linking web pages to web pages, and in all making a website work. Here I hope to …

Read more

Parts of a Web Page Layout Explained

Web page layout is very important before you learn how to create your own web page, you need to learn what all the parts of the web site do, and what they are there for. We covered some of these in the Basics of HTML tutorial, but I am going to …

Read more

How to Get Started with HTML in a Web Page

Basics of HTML Hyper Text Markup Language, or as you know it HTML, is the markup language for most web pages on the Internet. Now, it is not exactly a language like English or Spanish, which we communicate with verbally. A markup language is a system for editing text in …

Read more

An Explanation of HTML5 for Beginners

If you’re an active designer or developer you’ve undoubtedly heard the term “HTML5” being thrown around almost as frequently as Apple, Google or Twitter. “HTML” stands for “Hyper Text Markup Language” and can be found in nearly every website on the web. HTML4 was released in 1997 and has been …

Read more

Getting Started with WordPress and CSS

WordPress relies heavily on the presentation styles within CSS. With the use of Themes, you have an almost infinite choice of layout options. WordPress Themes make it easy to change your website look, and open up the field to help you create your own Theme and page layout. CSS stands for Cascading Style Sheets. It …

Read more