Copy link to clipboard
Copied
I use both Photoshop and Dreamweaver for simple web pages. The reason I do not want to use Photoshop for my text is that the text does not come out real crisp and clean in Photoshop and it does come out crisp and clean in Dreamweaver. But I need to have more control on where exactly I put my text in Dreamweaver which is usually in an image. I have watch some of the videos on you tube, but they dont work for me. Can someone be really specific and help me with that? Thank you.
Copy link to clipboard
Copied
Use Photoshop for optimizing and slicing images only.
Build your site layout with Dreamweaver.
This 3 part tutorial describes the method.
Taking a Fireworks (or Photoshop) comp to a CSS Layout in DW
Part 1 - Initial Design
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
Part 2 - Markup preparation
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
Part 3 - Layout and CSS
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
Nancy O.
Copy link to clipboard
Copied
If you want to type text over an image in dreamweaver, you need to have the image as the background image within your DIV tag, and not to insert the image into the DIV tag.
Using css, use the background-image option and select your image. Then in your html you can type into this DIV without effecting the image fixed inside it.
Copy link to clipboard
Copied
check out this simple tutorial. it is the easiest way to do this
http://www.fixuniverse.com/How%20to%20write%20text%20over%20an%20image%20in%20Dreamweaver.php
Copy link to clipboard
Copied
>check out this simple tutorial. it is the easiest way to do this
Simple and easy, but not reliable. Don't rely on absolute positioning for this.