Text in Dreamweaver?

I'm taking over a simple website from someone who was using
DreamWeaver.
I see that any large blocks of text on the website are
images. I was told that this is because there was a "kerning"(?)
problem when they went to type text directly into a layer. I tried
typing in a block of text in Word then copying that text and
pasting it into the layer however my sister said when she viewed
the page, there were spaces here and there that shouldn't be there
(which I didn't see on my end) and the text looked "sterile".
I would like to know what the appropriate way of displaying
large blocks of text in DreamWeaver is? I don't have a DreamWeaver
manual. Are there any suggestions for a good one?
In the past, I've only used HTML and, most of the time, I
used tables to display text. Could going this route avoid any
issues with text looking different from one computer to another?
I will have to look for the "table" function in DreamWeaver
if this is the correct way to proceed.
Thanks very much.

Yeah. But it's not microspacing....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Walt F. Schaefer" <[email protected]> wrote in
message
news:egtmmt$8fm$[email protected]..
> Letterspacing?
>
>
> "Murray *ACE*" <[email protected]>
wrote in message
> news:egt7im$m21$[email protected]..
>> You can 'kern' (in a sense) in CSS, though.
>>
>> --
>> Murray --- ICQ 71997575
>> Adobe Community Expert
>> (If you *MUST* email me, don't LAUGH when you do
so!)
>> ==================
>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>> ==================
>>
>>
>> "Michael Hager" <[email protected]>
wrote in message
>> news:egsd2g$ode$[email protected]..
>>> Dreamweaver is basically an HTML processing
application. If you are
>>> familiar
>>> with HTML, then you should have no problem with
Dreamwaver. Text vcan
>>> be
>>> handled in layers (bad choice) in tables,
(better choice) or in divs
>>> (good
>>> choice) or even straight on a page with no
container (?), but VERY
>>> rarely, if
>>> ever, as images (Really bad idea)
>>>
>>> If you know HTML, you also know that fonts,
spaces and ?kerning? are
>>> functions
>>> of printing not web pages. You are pretty much
stuck with the basic
>>> fonts.
>>> Web design is not for the perfect graphic
display of fonts. Text is for
>>> information, not design.
>>>
>>>
>>
>>
>
>

Similar Messages

  • Editing text in Dreamweaver CS4 on Mac 10.6.2 causes paragraph ends to disapear

    Editing text in Dreamweaver CS4 on Mac 10.6.2 causes paragraph ends to disappear.
    When adding bold in design view (strong) to two words at the start of my paragraph the last line of the paragraph disappears. This is somewhat worrying as it means any editing I do in dreamweaver could do massive amounts of damage to the content.
    We are pasting the original content into the code view so as to strip the formating Dreamweaver then decides to take the last line break in the source code paragraph and then delete it see example below:
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean dignissim nisi id risus varius ut scelerisque massa consectetur. Vestibulum non tortor augue, sit amet dictum lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur ultrices felis et dui tincidunt sit amet tristique est pulvinar. Nulla a lectus quis erat ornare ultricies. Sed ac elementum magna. Nulla aliquet accumsan nulla. In dictum accumsan tortor eget consequat. Suspendisse potenti. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc et orci eu augue condimentum sodales quis id mauris. Nam enim nisi, convallis eu volutpat non, malesuada quis nulla. Sed auctor nulla et tellus vehicula lacinia interdum odio lobortis vehicula lacinia interdum odio.</p>
    So when applying Strong with the Bold button in the design view to the first words 'Lorem ipsum' the last part of the paragraph 'lobortis vehicula lacinia interdum odio' will be deleted. Bizare and very dangerous especially for Annual Report content.
    Any experience of similar or solutions would be greatly received.
    PS. I have restarted, repaired permissions, checked dreamweaver is up to date trashed plist's and removed duplicate fonts.

    Mac+Win=Me wrote:
    It could be a problem in the templates.
    In all honesty, I just tried pasting text into the Design section of a page.
    It doesn't even work on my Mac, and it took three tries to get it to actually paste in VIsta.
    I had to go to the code and reformat it after it did paste, but it eventually went.
    I don't work with templates much.
    Well, that actually makes me feel a little better, if it makes sense to feel better to learn that it could be the expensive software and not just us. I guess I will view this as an opportunity to improve me coding speed :-) Thanks for the feedback.

  • How do I highlight text in Dreamweaver MX 2004

    HI to all Dreamweaver extension Forum Participants:
    HI to anyone:
    I posted a question on how do I highlight text in Dreamweaver MX 2004, to both the Dreamweaver Development Toolbox General Discussion Forum and the Dreamweaver Extension Forum on Tuesday, 6/16/2009 or Wednesday, 6/17/2009, saying this:
    HI Anyone:
    I have looked under Help and Tutorials in Dreamweaver MX 2004, and I am having a heck of a time finding out how to highlight text in Dreamweaver MX 2004.
    Do any of you know how to do this actually in Dreamweaver MX 2004?  Say I wanted to highlight this text, all in Yellow:
    This is sample highlighted text.
    How would I do it?
    Thank you,
    Jon Lutz
    Promoter Power LLC
    Email: [email protected]
    And I got this response from pziecana, in the Dreamweaver Development Toolbox General Discussion:
    Re: How do I highlight text in Dreamweaver MX 2004
    The simplest way is to use a span and set a background-color for the text you wish to highlight.
    e.g.
    <span class="graybg">This is some text</span>
    css for above -
    .graybg{
       backgroung- color: #666666;
    This would give you a gray background.
    HTH
    PZ
    I tried both, and neither worked.  Any other ideas on how to do this?  I cannot believe it is so hard to do this in Dreamweaver MX 2004, highlighting text.  I'm even enclosing an attachment showing how I did this in the <span class="graybg">This is some text</span> above.
    Thank you,
    Jon Lutz
    Promoter Power LLC

    HI PZ:
    Here is the new Code:
    This is some text .
    I'm trying to highlight this text in yellow or gray.
    Can anyone help me with this?
    Thank you,
    Jon Lutz
    Promoter Power LLC
    This is some highlighted text
    But I still don't see any of the text higlighted in gray in the browser?
    What's up with that?  Man, Dreamweaver is so hard to get to highlight text -
    GOOD GRIEF, Why can't Adobe make it easy?  What a Pain!!!
    Go to http://promoterpower.com/test.html, and you will see what I mean about
    any of the text being highlighted.
    Thank you,
    Jon Lutz
    Promoter Power LLC

  • Cannot paste text into Dreamweaver after the fancy new version changes

    After the latest update I can no longer paste text into dreamweaver.  I'm sure it's because of some corrupted file but don't know where to find and make that correction.
    Thanks Adobe, really appreciate it.

    Well I can't paste any text into any DW document, file, blank, page name, nothing
    The paste command does not work in DW
    I have deleted corrupted cache
    I have tried Restore Preferences
    Nothing allows me to paste text in any format from any file format period.

  • Can I use Japanese text in Dreamweaver CS4?

    Hi, I would like to make a web site with Japanese text using Dreamweaver CS4. Can someone tell me if this is easy to do, or not possible? Thank you. _Jayarny

    The head section of the page, set the characterset to UTF*, like this:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    Then type in or paste in the Japanese text.

  • Is there a way to Auto-Correct Spelling of text as I write text in Dreamweaver CS6 ?

    While I write text on the html pages using Dreamweaver CS6 (Adobe Cloud downloaded version 2014), there is only an option to Spell Check the page.
    But I am asking if there is a way to set preferences to auto-correct suggestions such as how Word Docs offer solutions to mis-spelled words?

    Thank you for your replies.
    I am using Adobe, Creative Cloud /  Dreamweaver Software Program iMac Downloads, updated to current.
    I believe there not to be the feature present in Dreamweaver on "Page View" to Spell Correct Automatically by giving word options, etc.
    I know to spell check the entire page before posting the page(s) live.
    I am not only writing in code view, designing HTML 5 pages, but  I am the Author and Editor of all content as well.
    I can see how the coders would hate having text auto correct.
    But, on the editor side, as a writer, from the page view, ... it would rock as an option.
    :-) Sharon S.

  • How can i add text in dreamweaver?

    I want to add text ot my page so i can edit my page in
    dreamweaver. I made my layout in Photoshop no wi want to add a
    "text box" or anything i can add text in, On top of the layout
    cell. Is it possible for me to do?
    -Bryan

    Got a url for us? It would, at first guess, seem you are
    missing an image -
    but we can't tell until your show us the url.
    Brendon
    "BryanRob" <[email protected]> wrote in
    message
    news:eln3rn$jg2$[email protected]..
    > When i try uplaoding my site all i get is ared x./ hwy
    is it doing this
    > what codes need ot be fixed?

  • Changing colour of text in dreamweaver CS5.5

    Before I was using Dreamweaver 8 and really liked how handy all the menus were, but since getting Windows 7 I have had to upgrade to Dreamweaver CS5.5 and I am stuggling to do the most simple of tasks which is very annoying.
    Anyway is there anyway to add text colours box to the bottom properties bar so I can just highlight the text I want on a page and then choose the colour I want the word changing to?
    If not what is the easiest way to just change the colour of highlighted text?
    Please help,
    Thanks.

    sammyg227 wrote:
    thanks, I found that but when I change the colour of the h3 headings, it changes all h3 headings on all pages which is not what I wanted.
    You can avoid that by doing something like this:
    1) Create a style like this:
    .green {
        color: green;
    2) Create your HTML like this:
    <h3 class="green">This is in Green</h3>
    This should fix it for you.
    Good luck.

  • Scrolling text in Dreamweaver CS4

    I need to be able to scroll through text without scrolling down the page. In other words, I have a need for a page to maintain a fixed height, regardless of how much text might be needed. Therefore, I need a scroll bar assigned to text in a table cell.
    Is this a function of Dreamweaver CS4? How is this effect achieved?
    Thanks!

    Try inserting a  div (with id="horiztxt") into your cell. Move the cell's text into the div.  And then style that div with css:
    div#horizhtxt {
         overflow-x:scroll;
    Does that work for you?
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Editing Text in Dreamweaver Display View

    I have just started using Dreamweaver CS4. In older versions
    of Dreamweaver, I'm used to seeing text in Display view and being
    able to edit the text directly in Display view, rather than having
    to edit text in Code view. But when I'm trying to edit text in
    Display view on a webpage that has text in a scrollable window,
    Dreamweaver does not allow me to scroll down the scroll box, so I
    can't edit text that is lower down in the scrollable area.
    Anybody have an idea on how I can accomplish this?
    Thanks very much.
    Jason

    That would be the way....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:go5tfn$r58$[email protected]..
    > Double click in the scrollable area and see what
    happens.
    >
    >
    > jsaffer1 wrote:
    >> I have just started using Dreamweaver CS4. In older
    versions of
    >> Dreamweaver, I'm used to seeing text in Display view
    and being able to
    >> edit the text directly in Display view, rather than
    having to edit text
    >> in Code view. But when I'm trying to edit text in
    Display view on a
    >> webpage that has text in a scrollable window,
    Dreamweaver does not allow
    >> me to scroll down the scroll box, so I can't edit
    text that is lower down
    >> in the scrollable area. Anybody have an idea on how
    I can accomplish
    >> this?
    >>
    >> Thanks very much.
    >>
    >> Jason
    >>

  • Dynamic flash text in Dreamweaver...

    I made a flash file which load dynamic text for external .txt
    file into a scroll box. Now, when I add the swf file into my .aspx
    page in dreamweaver there is a problem. The scroller load alright
    but the text is not shown up.
    ( i saved the txt folder into the same folder of ny site so
    it's not the problem.)
    I work with CS3 and built my project by AS3.
    thanks,
    KDEN

    We need to see your code; please post a link to your troubled
    page.
    "Amots" <[email protected]> wrote in message
    news:g9qe56$2qh$[email protected]..
    >I made a flash file which load dynamic text for external
    .txt file into a
    > scroll box. Now, when I add the swf file into my .aspx
    page in dreamweaver
    > there is a problem. The scroller load alright but the
    text is not shown
    > up.
    >
    > ( i saved the txt folder into the same folder of ny site
    so it's not the
    > problem.)
    > I work with CS3 and built my project by AS3.
    >
    > thanks,
    > KDEN
    >

  • Problems with using text in Dreamweaver (was: Text)

    Ok well..
    I have everything just about done on the website im working on, I have template pages etc, im in the process of formatting text though and having a bit of trouble, I have text laid out on the pages but im now trying to format headings etc, when I go into the HTML option in the properties panel and try format headings it turns every piece of text into the heading I selected other than the text I selected, whats going on?

    cathal G wrote:
    Ok well..
    I have everything just about done on the website im working on, I have template pages etc, im in the process of formatting text though and having a bit of trouble, I have text laid out on the pages but im now trying to format headings etc, when I go into the HTML option in the properties panel and try format headings it turns every piece of text into the heading I selected other than the text I selected, whats going on?
    Can't help with the WYSIWYG editor but if you're feeling brave and want to learn a bit as well select the piece of text in design view that you want as a heading then switch to code view.
    You should see that piece of text has been highlighted.
    All you need to do is wrap it in a heading tag:
    <h1>Some text</h1>
    <h2>Some text</h2>
    <h3>Some text</h3>

  • Hebrew text in Dreamweaver {subject edited by moderator}

    I want to creat texts in Hebrew ,but there is no option of direction (rtl) in my version  Adobe CC 2014.What I must to do please.

    You probably don't have the Middle-Eastern version of DW.
    Uninstall DW.
    Log in to the Creative Cloud. 
    Select your preferred Language from tools (gear icon). 
    Download and re-install DW.
    Nancy O.

  • How do I highlight text in Macromedia Dreamweaver MX 2004

    HI to all Forum Participants:
    HI to anyone:
    I posted a question on how do I highlight text in Dreamweaver MX 2004, to both the Dreamweaver Development Toolbox General Discussion Forum and the Dreamweaver Extension Forum on Tuesday, 6/16/2009 or Wednesday, 6/17/2009, saying this:
    HI Anyone:
    I have looked under Help and Tutorials in Dreamweaver MX 2004, and I am having a heck of a time finding out how to highlight text in Dreamweaver MX 2004.
    Do any of you know how to do this actually in Dreamweaver MX 2004?  Say I wanted to highlight this text, all in Yellow:
    This is sample highlighted text.
    How would I do it?
    Thank you,
    Jon Lutz
    Promoter Power LLC
    Email: [email protected]
    And I got this response from pziecana, in the Dreamweaver Development Toolbox General Discussion:
    Re: How do I highlight text in Dreamweaver MX 2004
    The simplest way is to use a span and set a background-color for the text you wish to highlight.
    e.g.
    <span class="graybg">This is some text</span>
    css for above -
    .graybg{
       backgroung- color: #666666;
    This would give you a gray background.
    HTH
    PZ
    I tried both, and neither worked.  Any other ideas on how to do this?  I cannot believe it is so hard to do this in Dreamweaver MX 2004, highlighting text.  I'm even enclosing an attachment showing how I did this in the <span class="graybg">This is some text</span> above.
    Thank you,
    Jon Lutz
    Promoter Power LLC

    Hi,
    Looking at your screen shot, you didn't add the css.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    .greybg {
        background-color:#999999;
    </style>
    </head>
    <body>
    <span class="greybg">This is my text</span>
    </body>
    </html>

  • Flash text "Invalid file name" error in Dreamweaver

    I'm trying to create some flash text in Dreamweaver. But
    after I've formatted the text in the dialog box and hit save, I get
    the message "invalid file name" for my top.swf name. Can't figure
    out why I'm getting the message, and it's not working. Anyone???
    Working on this for a class and need to get my assignment done!
    Thanks in advance!

    > Too funny, thanks for the laugh. The name I'm trying to
    save it as is top.swf.
    > trying to create a "Top of page" navigation spot at the
    bottom of my page.
    > I've given up!
    I'm guessing there is a "funky" character in the hd name or
    in the path down
    to the "local site folder"
    please do this:
    open a new file using File->New
    --->do not save this file<---
    type some text, select it, and make a link to something in
    this site using
    the property inspector folder icon to bring up the "browse to
    file" dialog
    box.
    view source, copy that link, and paste into your reply.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

Maybe you are looking for