using HTML text in FWMX ?

Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default Re: using HTML text in FWMX ?

    Help please!!!!

    Ok, this is the deal, when I nest plain old HTML into the document it comes out fine i.e.:

    <P>hello world
    <h5>hello world</h5>

    but if I go changing the size any then my whole document goes whack on me, what to do, help please like this current document that's at this site:

    jfreak53.tripod.com/test/spkiosk.html

    with the plain old text it did fine, until that is I tried to change from H5 to H4 or 3 then the doc went whack, also the table that I have is copied html and pasted into the HTML window in FW, and this is what it does to me, please help me, I have about 20 pages to do and to do all the text in images will be a huge page, this page is currently with the HTML going about 300KB, help please?
    The original doc is also on this page you can download it and check out my errors:

    jfreak53.tripod.com/test/spkiosk.png

    I don't like making the text in image format it takes the size way out of whack and it doesn't look right sometimes if it's too small and also it becomes too big in size.

    jfreak


    Jfreak53 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Error: content type of 'text/html; but expected 'text/xml'.
      Hi, I've created a webservice, which is working fine in development environment and UAT environment. but i received following error often in...
    2. HTML <Href Link inside a form (HTML text box)
      Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste...
    3. Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
      Hi I'm trying to setup a webservice on a Windows 2003 server, however each time I call it I get the error: Client found response content type...
    4. found content type of 'text/html; but expected 'text/xml'
      Hi, i get the error "Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml' when i invoke a webservice...
    5. error ...response text/html;charset=utf-8 expected 'text/xml'
      I have the same problem - anyone figure out an answer? Thanks! "Georgia Powel" <gpowel@isnsecurity.com> wrote in news:0d1201c37d21...
  3. #2

    Default Re: using HTML text in FWMX ?

    There is no way to reliably prevent HTML text from resizing in the browser
    if the user decides to change the text settings from Medium to Large, for
    example. Using CSS to style the text with pixel sizes *will* prevent the
    text from resizing in IE, but not in NN6+ or any other contemporary browser.
    And even the IE failure to resize can be blocked by the user.

    The only way to prevent the effect that this resizing produces is to remove
    the text from the HTML and make graphics of it instead. This is a very poor
    method, however, because it causes page weight to increase dramatically
    (remember that anything greater than 40-45K total for any given page,
    including the weight of all images, will take long enough to download on a
    56k dialup that your 'click-through' will increase significantly according
    to the usability experts). In addition, putting your content into graphics
    will remove that content from accessability requirements, and from search
    engine spidering.

    The solution is to build your pages with enough flexibility to accommodate
    the resizing and yet retain their functionality.

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

    "Jfreak53" <webforumsuser@macromedia.com> wrote in message
    news:bm4qas$lf9$1@forums.macromedia.com...
    > Help please!!!!
    >
    > Ok, this is the deal, when I nest plain old HTML into the document it
    comes out fine i.e.:
    >
    > <P>hello world
    > <h5>hello world</h5>
    >
    > but if I go changing the size any then my whole document goes whack on me,
    what to do, help please like this current document that's at this site:
    >
    > jfreak53.tripod.com/test/spkiosk.html
    >
    > with the plain old text it did fine, until that is I tried to change from
    H5 to H4 or 3 then the doc went whack, also the table that I have is copied
    html and pasted into the HTML window in FW, and this is what it does to me,
    please help me, I have about 20 pages to do and to do all the text in images
    will be a huge page, this page is currently with the HTML going about 300KB,
    help please?
    > The original doc is also on this page you can download it and check out my
    errors:
    >
    > jfreak53.tripod.com/test/spkiosk.png
    >
    > I don't like making the text in image format it takes the size way out of
    whack and it doesn't look right sometimes if it's too small and also it
    becomes too big in size.
    >
    > jfreak
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: using HTML text in FWMX ?

    Ok, one last question I promise, having seen this page how do you think I could optimize it to use HTML?

    jfreak


    Jfreak53 webforumsuser@macromedia.com 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