Module 2.2
Dreamweaver Extension Tasks


A.M.D.G.


META Tags

When you search on the Internet you usually enter a few keywords and you then are given a list of possible sites, each with a description. How do search engines retrieve this information? The answer is Meta tags, extra information included but not displayed on a web page that search engines look through and match each time someone carries out a search.

  • Go to the Insert menu and choose Head Tags then Keywords or Description
  • For Keywords, enter a list of words relevant to the content of your site
  • For Description, enter a sentence or two that describes the content of the site
  • Using the main search engines you can submit your site for inclusion in their directory

 


Rollovers and Flash Text

As a Macromedia product, Dreamweaver integrates closely with other Macromedia programs including Flash and Fireworks.

Instead of plain text you can have images for your links.

Here is an example of a rollover, which can be used as a link. pass your mouse over the image to activate.

  • Choose Insert -> Interactive Images -> Rollover image
  • choose a picture file for the original image
  • choose a picture file for the alternate image
  • click ok

or try flash text:

  • Choose Insert -> Interactive Images -> Flash Text to get a list of ready designed, animated images that you can use as buttons on your page
  • Enter text to appear on the button
  • Select the page to link to and the target of necessary
  • You can also insert rollover images, Flash text, Fireworks HTML and Flash documents

Also try out flash buttons!!


 

Scrolling Marquee

to make your text scroll like the text below:

 

weeeeeeeeeeeeee!!!!!!!

To do this, you have to enter some HTML

  • switch to code and design view
  • in your design view (the WYSIWYG part), choose the place you want your marquee to go.
  • in your code type <marquee>
  • then type your text
  • finish by typing </marquee>

Inserting a sound

Again in the coding you must enter the following code

  • <embed src ="
  • once you have typed this, the word browse will appear.
  • click on the blue browse link to find your sound file
  • finish off by typing </embed>

If you do not wish to see the media player, after the file name e.g."sound.wav", type width = 0 height =0


Forms

Forms are the parts of a webpage that allow you to enter and then submit information. In this module you will not learn how to retrieve information from forms as this requires extra programming. You can however practice inserting the various form elements on a page and, perhaps, find a website that allows you to process form information.

The main elements include text fields, check boxes, radio buttons, list/menus and buttons that actually send the information.