• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

How do I add text over a picture or image in Dreamweaver CS5

New Here ,
Sep 12, 2012 Sep 12, 2012

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.

TOPICS
How to

Views

49.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 12, 2012 Sep 12, 2012

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.

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 13, 2012 Sep 13, 2012

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 26, 2013 Jun 26, 2013

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 26, 2013 Jun 26, 2013

Copy link to clipboard

Copied

LATEST

>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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines