Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default paragraph alignment

    Hi,
    I'm a new user of Dreamweaver 8 and I'm mostly working with hebrew documents;
    the important thing about this is that I need all of the text to be aligned to
    the right. Before Dreamweaver I've been working with Homesite 4.5.2, and all I
    had to do in order to align the text to the right (that is, dir=rtl) is simply
    right Ctrl+Shift - that would automatically add dir=rtl to the <body> tag.
    However, in Dreamweaver this does not seem to work - I've tried adding the
    dir=rtl to both the <body> and individual <P> tags (both manually through the
    code display and by Shift+F5 from the design display).
    No matter what, the design display shows the text as unaliagned, but if I save
    the file and open it in any browser - it looks just fine!
    It's very difficult for me to work like this, without the text being properly
    aligned in the editor itself, can any of you suggest why this is happening and
    what can I do to solve this problem?

    Thanks in advance :)


    MiniMizer Guest

  2. Similar Questions and Discussions

    1. Stroke Alignment
      How do you change the stroke alignment on the fly, (without creating object styles?) Say I have 1 image with a border around it and I just want...
    2. table alignment
      Anyone know how to put plain text on an image which is not a background? Thanks
    3. Alignment Issues
      Hi, I would like to snap my guides to the ruler. Is this possible? If it is not, any suggestions for alignment (i.e. Neatline 0.5 inches from the...
    4. alignment trouble
      My problem is that a have some buttons that show a byte of text when the mouse is held over them. I want the keep the text in exactly the same spot....
    5. DMX & Layer Alignment
      I've got code working well in DW4, and just upgraded to DMX (as an aside, the Template/Image Map problem is solved in DMX) The pages I'm working...
  3. #2

    Default Re: paragraph alignment

    Create a snippet and assign a hotkey to it. The cursor's insertion point
    would have to be properly positioned, though.

    Or, edit the default Basic HTML page to add this to the body tag (it's
    called Default.html - make a backup first - in the Program
    Files\Macromedia\Dreamweaver 8\Configuration\Document Types\NewDocuments
    folder).

    Or, use CSS to add a direction:rtl style to the redefined body tag -
    particularly if you want your code to validate.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "MiniMizer" <webforumsuser@macromedia.com> wrote in message
    news:dmk3ak$nfa$1@forums.macromedia.com...
    > Hi,
    > I'm a new user of Dreamweaver 8 and I'm mostly working with hebrew
    > documents;
    > the important thing about this is that I need all of the text to be
    > aligned to
    > the right. Before Dreamweaver I've been working with Homesite 4.5.2, and
    > all I
    > had to do in order to align the text to the right (that is, dir=rtl) is
    > simply
    > right Ctrl+Shift - that would automatically add dir=rtl to the <body> tag.
    > However, in Dreamweaver this does not seem to work - I've tried adding the
    > dir=rtl to both the <body> and individual <P> tags (both manually through
    > the
    > code display and by Shift+F5 from the design display).
    > No matter what, the design display shows the text as unaliagned, but if I
    > save
    > the file and open it in any browser - it looks just fine!
    > It's very difficult for me to work like this, without the text being
    > properly
    > aligned in the editor itself, can any of you suggest why this is happening
    > and
    > what can I do to solve this problem?
    >
    > Thanks in advance :)
    >
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139