align "right" the text inside a text field?

Ask a Question related to Adobe Dreamweaver & Contribute, Design and Development.

  1. #1

    Default Re: align "right" the text inside a text field?

    hi:

    this is the code i've used:

    <STYLE type="text/css">
    <!--
    ..totalField {
    font-weight: bold;
    text-align: right;
    }
    -->
    </STYLE>

    and these are the results:

    MacOSX 10.3.7
    -------------
    NN 7.2 - OK
    Firefox 1.0 - OK
    IE 5.2.3 - bold OK. * text aligned left *
    Safari 1.1 - bold OK. * text aligned left *

    Windows 2000 Pro
    ----------------
    IE 6.0 - OK


    i guess there's nothing to do with IE & Safari in Mac, am i right?

    thanks in advance,

    manuel

    > Yes - use CSS to set the text-align style.
    >
    > -- Murray ---
    >> hi:
    >>
    >> is it possible to align "right" the text inside a text field
    >> in a form?
    >>
    >> TIA,
    >>
    >> manuel







    Manuel Socarras Guest

  2. Similar Questions and Discussions

    1. "Text image" back to "Editable text"
      I need to convert "text image" to "editable text" in illustrator. I can't found any option for this in illustrator. But in acrobat using the OCR...
    2. Font size of annotation's contents("Text box tool" formely known as "FreeText")
      hi all I need to add annotation of "FreeText" type (Text Box Tool) having some text.I am able to add annotation, set the content text and set...
    3. dynamic text field & "paging" content
      I have a dynamic text field that gets populated from the backend with free form text (can be any text really). I want to be able to populate the...
    4. Added text field to database. New entries not equal to "" ???
      Hi! I'm accessing an MS Access database from an ASP server. I just added a new text column (field) to one of my tables. I have not added any...
    5. Dynamic text box won't scroll when "render text as HTML" is clicked
      I'm using FLASH MX and I'm trying to create a dynamic text box that loads an external text file, contains clickable links and scrolls. I've...
  3. #2

    Default Re: align "right" the text inside a text field?

    That's consistent with my results as well....

    Looks like you are correct.

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

    "Manuel Socarras" <msoc**no-spam**@airtel.net> wrote in message
    news:cvgnb4$9av$1@forums.macromedia.com...
    > hi:
    >
    > this is the code i've used:
    >
    > <STYLE type="text/css">
    > <!--
    > .totalField {
    > font-weight: bold;
    > text-align: right;
    > }
    > -->
    > </STYLE>
    >
    > and these are the results:
    >
    > MacOSX 10.3.7
    > -------------
    > NN 7.2 - OK
    > Firefox 1.0 - OK
    > IE 5.2.3 - bold OK. * text aligned left *
    > Safari 1.1 - bold OK. * text aligned left *
    >
    > Windows 2000 Pro
    > ----------------
    > IE 6.0 - OK
    >
    >
    > i guess there's nothing to do with IE & Safari in Mac, am i right?
    >
    > thanks in advance,
    >
    > manuel
    >
    >
    >> Yes - use CSS to set the text-align style.
    >>
    >> -- Murray ---
    >
    >
    >>> hi:
    >>>
    >>> is it possible to align "right" the text inside a text field
    >>> in a form?
    >>>
    >>> TIA,
    >>>
    >>> manuel
    >
    >
    >
    >
    >
    >
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: align "right" the text inside a text field?

    Thanks a lot!

    Murray *TMM* wrote:
    > That's consistent with my results as well....
    >
    > Looks like you are correct.
    >
    Manuel Socarras Guest

  5. #4

    Default Re: align "right" the text inside a text field?

    You're welcome!

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

    "Manuel Socarras" <msoc**no-spam**@airtel.net> wrote in message
    news:cvi5ct$gjn$2@forums.macromedia.com...
    > Thanks a lot!
    >
    > Murray *TMM* wrote:
    >
    >> That's consistent with my results as well....
    >>
    >> Looks like you are correct.
    >>

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may not 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