Useful tips with Dreamweaver

  • Work-from-home

yoursks

Always different.., Confirm
VIP
Jul 22, 2008
17,222
8,013
1,113
دعاؤں میں
While working with dreamweaver we have come across some very useful tips that will surely benefit all dreamweaver users. This page is dedicated to all dreamweaver fans:

This tutorial teaches you how to learn handy tips that will allow you more flexibility and creativity while designing sites in Dreamweaver and thus assumes you are familiar with some design software, even if you are new to Adobe Dreamweaver. However be assured that our detailed instructions can be followed by even a total novice.

  • Use CSS Styles (Tutorial)
    Format text throughout your Dreamweaver site easily.
  • Switch to the Code View by pressing F10.
  • In the Design View of Dreamweaver you can View your page in the default browser by pressing F12.
  • Insert a line break <br> tag by pressing Shift+Enter.
  • Give non-breaking space by holding down Ctrl+Shift and clicking Space. Instead of clicking the space bar continuously (you will get &nbsp; characters one after the other), release the Ctrl+Shift between clicks to the space bar. You will get the desired space in half the number of characters (better HTML code).
  • Use different kinds of bullets to make your lists look attractive.
  • Use a common structure (template) for your site pages.
  • Place common code into include files.
  • Create rollover buttons/images in Dreamweaver.
  • Use In-built optimized client side javascript scripting generated by dreamweaver called Dreamweaver Behaviors. The most Useful Behaviors are as follows:
    • Check Browser
    • Check Plug-in
    • Go to URL
    • Jump Menu
    • Open Browser Window
    • Play Sound
    • Popup Message
    • Preload Images
    • Show Pop-Up Menu
    • Swap Image/Swap Image Restore
    • Validate Form
 
Top