[strip]



How do you make Rollover Buttons?
 
1. Add image button to page
2. Name Image button in Properties Window. Keep it simple.
3. Open Design Window > Behaviors
4. Highlight button and Press + in Behaviors window>Swap Image
5. Swap Image Window > Highlight Image name > Browse to"your over button image"
6. Check Pre-load Image. (unless you have a animated gif that does not loop.)
7. Check Restore Image onMouseOut

How do you make Dreamweaver Flash Rollovers?
 
1. Insert window > Media > Flash Rollover Button
2. Insert Flash Button Window > Set the style > Add button text > Font > Size > Link etc..
3. Save As: Browse to save folder. and name.

How do you select and edit cells and table?
 

To get your curser into a cell that"s small or collapsed just place your curser in a large cell nearby and use "Tab" to move to the right and "shift+tab" to move to the left.

Also learn to use the Tag inspector strip at the bottom layout page. Selecting the <table> <tr> and <td> tags will save you a lot of time.


Learn to use the Quicktag Editor.
 

The Quicktag Editor is at the bottom of the html viewer page. press on a tag and press "Apple Key "

Control click or right click on a tag > Select Edit Tag to open a small tag editor. Cool.


How do you reorder or sort date in a table? ( you need to use this feature!)
 

Place curser in the table then Commands > Sort Table
Sort By: (pick the column to be sorted)
Order: (set it to your needs) Remember "ALL" the table date order will be changed. Don't worry about it, the date will not be lost only reorganized.

Options:
Sort Includes First Row (most of the time this will be left unchecked)
Sort THEAD Rows (most of the time this will be left unchecked)
Sort TFOOT Rows (most of the time this will be left unchecked)
Keep TR Attributes With Sorted Row ( if you have a background color with each row cell you need to check this )
Press OK


How to Removing font tags to clean up html page for CSS
 
1. Command> Clean Up HTML
2. Check Specific Tag(s) then add the tags you wont to remove: font, b, i, em

How do you center a page layout created with layers using <div> tags?
 

First off it can't be done in layout mode. You will need to enter the second line in Code View. The line creates a box and positions it relative to the next layer. You can change the width to fit your layout.

<div align="center"> <!-- Centers the page-->
<div style="position:relative;width:800px;"> <!-- position:relative creates the magic-->
<!-- All the layers / <div> tags you want to center on the page go here-->
</div>
</div>

I also found out that using CCS to control the Dvi tag maybe the better way to go.
Read this pdf file.
However in the end, you will need to delete the "style="position:absolute;" code from the Div tag that you create to center the page. This will be the one with the ID you labeled "container". Dreamweaver by default places this code in the tag that stops the layer from centering.



Latest News | Quick Tour | Art Samples | Fees & Services | Past Projects | Reviews | Production Tips | Links | Multimedia | Home

"If you stand still too long--whether in business or nature--something will eat you." - Tim Bogardus

Masks
Press Theater Masks