- BRINGING IN SEPARATE PARAGRAPHS FROM WORD
- FOCUS YOUR ATTENTION RIGHT HERE
- WATCH OUT FOR KILLER OCTOTHORPES
- HEADING THIS WAY
- RESCALING AN IMAGE IN DREAMWEAVER
- QUICKLY CLEARING A PAG
- FINDING YOUR ASSETS IN A DARK ROOM (WITHOUT A FLASHLIGHT)
- EVERYBODY, COME ON AND DO DA COMBO, MON!
- CLOWNS TO THE LEFT OF ME, JOKERS TO THE RIGHT...
- ZIPPY FORM ORGANIZATION WITH THE FIELDSET TAG
- WHERE, OH, WHERE HAVE MY WINDOW SIZES GONE?
- STAYING IN GOOD FORM
- PLAYING NICE WITH THE INSERT BAR
- "A" IS FOR ACCESSIBLE APPLETS
- MULTIPLYING RADIO BUTTONS
- FANCY-SCHMANCY FORM BUTTONS
- LABEL-LICIOUS
- BUTTON, BUTTON, WHO'S GOT THE BUTTON?
- ANCHORS AWAY
- BYE, BYE HELPER TEXT
- THAT'S WHAT IT'S ALL ABOUT
- JAVASCRIPT REQUIRED
- TRANSFERING SITES
- NO MORE BROKEN LINKS
- REUSABLE JAVASCRIPT
- VIEW AS ROOT
- INITIALLY SELECTED VALUE
- REQUIRING INPUT
RESCALING AN IMAGE IN DREAMWEAVER
Here's one of the coolest tricks I knowif you've ever tried to rescale an image already in your web page, you're gonna love it too. You'll need Fireworks 3 or better to make it work, but this one technique is worth the price of the whole program. I'm sure you know that you can resize an image in Dreamweaver by dragging the lower-right corner, right? (Be sure to hold down the Shift key while dragging to keep the original height-to-width ratio.) Resizing an image this way is purely a visual experienceand not a very good one at that. Dreamweaver is not a graphics editor, but it has a direct line to a great one: Fireworks. After you've resized the image so that it's picture perfect, choose Commands > Optimize Image in Fireworks. If you have the original PNG source file available, use it so that you get the best quality; but if not, a GIF or JPEG will work. When the Optimize Images dialog opens, switch to the File tab and presto! Your Dreamweaver-drawn dimensions are locked and loadedall you need do is click the Update button and you're done. The Fireworks-in-Dreamweaver engine optimizes the graphic and replaces the original. You'll even find that the <img> tag includes the new width and height values. Schweeeet!