Creating more Complex Page Layouts using Nested Tables
When you move on from creating basic pages you'll need to understand how to create those layouts. There is always the Layers option, but they offer some limitations (we'll look at...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Connecting to Database
Go to Window > Databases or Press Ctrl+Shift+F10 to open Databases window if it is not open. Press + sign and choose MySql connection. You will be displayed with the pop-up window where you can insert the database connection details. Give a name for the connection in the first field. Sec...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Flash Player Detection
Open a new page and save it as detection.html. Create one more page and save it as found.html. Create one more page and save it as notfound.html. By now you should have 3 pages. detection.html - page to detect flash player found.html - if flash player found it will redirect to this page ...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
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
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
Form Validation in HTML
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
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
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
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
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

