Inserting Fireworks HTML into Dreamweaver
In this tutorial we are going to insert a table that was created in Fireworks (be sure to check out the Fireworks tutorial on Creating a Navigation Bar). Once we have inserted the Fireworks HTML into our Dreamwe...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




How to Open a Fixed (size) Window
Opening a fixed window can be very useful especially if you want a user to see some useful things in that particular window, it can be a photo gallery or Rules & Regulations that you want to display when the user clicks...etc. You can display anything on it and you can specify the size as well, so t...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




Form Validation
First create a new page and save it as form.html Go to and Insert > Form and after insterting from, point your cursor inside the Form field and go to Insert > Table and enter the values as shown below. Then click OK After inserting table, type on the left side Name in first row, Email i...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




I - Frames
If you don't know what I-Frame is, am sure you have noticed my news panel on the index page. You must be wondering how it is done (since you are reading this tutorial I assume you don't know about I-Frames). Well that is done with I-Frames. I didn't have idea to make this as a tutorial, b...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating : Less than 3 votes yet
IFrames
IFrames are different from regular frames, because unlike regular frames, IFrames can be positioned anywhere on the page, and can be any size. Example: Now copy thise code, and paste it somewhere on your page.
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Image Borders
Do you want a border around your image? Copy the code below. You can change the HEX code (#000000) to whatever colour you want. If you wanted a white border, you could change it to #FFFFFF. You can also change the width of the border, by changing 1px to 2px, 3px, and so on.
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




No Print Script
Demo: Try to Print this page or Print Preview. Put the above script between the "head" "/head" tags in your page. It will make your page empty when it is printed. The code is fairly simple to understand.
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




Null Links
First of all, when you design a website you will take some steps to make sure your website is viewed without an error. That is why when I am attaching behaviors, I set the Show Events For to 4.0 and Later Browsers. Well this is a good precaution in preventing errors, but it has some disadvantages. F...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




Define Page Scrollbar Styles
Before we look into Page Scroll Bar definition, please have a look at the example here. Well it does not look that good, but that is just for the differentiation of the areas of the scrollbar. Once you know which area is defined with which code you can modify it as you like. Actually the code is qui...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




Redirection Based on Browser Type
Intro: This tutorial will teach you how to make a script that will redirect users based on their browser type to different pages or url. It is restricted to two browser types only which are Internet Explorer and Netscape Navigator. You are not going to learn how to write this script, but learn how t...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :







