Loading...

Search Results in category “Tutorials”

in HTML Tutorials
Coding a Sliced Content Box

Editor's Pick in HTML and CSS Tutorials, October 2006
This tutorial in HTML and CSS is written to help you create a content box that will automatically expand when content is added. The author has included screenshots and illustrations for each of the nine steps.

read more
in HTML Tutorials
Changing The Background

The code for using an image as a background is: background-image: url(image.gif);, remember to change the location to include the image you will be using, E.G url(images/image.gif);

read more
in HTML Tutorials
Advanced Lists

In this tutorial I am going to show you how to customize near enough everything about your lists. This is not as hard as it may sound, the hardest thing is deciding when to stop customizing!

read more
in HTML Tutorials
Customize Your Links

For links there are 4 different options which you may already know, you have the standard link colour, you have the colour of the link when the mouse passes over it, you have the colour of the link once it has been clicked and you have the colour of an active link (while you have pressed the mouse o...

read more
in HTML Tutorials
CSS Classes

The best way to describe these to you is to just to show you examples, so with the best example possible I will begin, in your CSS file use this code:

read more
in HTML Tutorials
External Stylesheets

As you can probably tell from the name this means having an external file and then linking to it from your page so you don't have all that code in your head tags in every single page. This is a lot easier than it may seem, first of all open notepad and copy the following code:

read more
in HTML Tutorials
Horizontal And Vertical Centering

I know many people have wondered how to center their content both horizontally and vertically but never managed to find a solution on how to do this using CSS. I have seen people use tables to accomplish this, in this tutorial I will show you how it can be done.

read more

Copyright © All Rights Reserved