Loading...

Search Results in category “Tutorials”

in HTML Tutorials
Creating CSS in Dreamweaver MX 2004

I hope you know the advantages of using CSS instead of tags for your texts andeven for your overall website designs. In this tutorial I will discuss how to create CSS tags in Dreamweaver and apply them to texts. There are two types of CSS creation, one is to create inside the html page ...

read more
in HTML Tutorials
Cursors

To change the cursor on an individual link, copy the code below, and change LINK TEXT to the text you want to use for your link, and change YOUR URL to the url you are linking to.

read more
in HTML Tutorials
Define a New Site in Dreamweaver

The first step in building your website is Defining Your Site. There are several Categories in the Site Definition window; we will focus our attention on the Local Info and the Remote Info. This is key since we will be ...

read more
in HTML Tutorials
Dreamweaver 4 Flash Buttons

Dreamweaver comes with a great feature enabling you to create Flash buttons for your Web page, and you can use it even if you don't know the first thing about Flash! In this tutorial we will take a look at using Flash buttons from Dreamweaver's built in library. 1/ Create a new folder and name ...

read more
in HTML Tutorials
Dreamweaver Form Tips

Customize the background color, input font and color for text boxes The first step is to create a style with the background color and font that you'd like for the text box. Open the Style window by clicking on Window >...

read more
in HTML Tutorials
Targeting in Frames

Targeting in Frames Quick Reference: target=_selfThis will load the page in the same frame as the caller. target=_parentThis causes the page to load in the same frameset as the caller taking the place of any sub frames. target=_topThis loads the resulting page int...

read more
in HTML Tutorials
IP Block

Want to stop a certain visitor from coming to your site? If you have their IP adress, you can. Copy the code below, and paste into notepad (start>>programs>>accessories>>notepad). Change 00.000.00.00 to the IP address of the person you want to block. Name this file .htaccess and make sure it doesn'...

read more
in HTML Tutorials
Link Effects

To make your links flip vertically when you go over them, copy the code below and change #000000 to your preference. <STYLE type=text/css>A:link { FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none } A:visited { FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none } A:active { ...

read more

Copyright © All Rights Reserved