weird. fonts SMALLER. default size changed.

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default weird. fonts SMALLER. default size changed.

    :confused;
    Once upon a time, contribute 2.0 seemed more responsive and error free than
    what I have now, which is 4.
    I'm the administrator of [url]www.heartoftouch.com[/url]. Alot of the links I can't
    control the font size. They seem to default to 8 points regardless of what I
    try on the page properties, file drop down menus, whatever.
    Now I'm having issue with default size appearing as if its 12 point, and
    selecting and resizing to a 10 makes the font look more like 8 pt. again. To
    make matters worse, I just upgraded to a 15.4" Dell widescreen. Hate the way
    fonts look. However on THIS page everything looks great and easy to read.

    Currently on my site especially the Services section I have three font sizes
    in the body. This is not good visually! Anyone out there with a suggestion?
    TIA
    Pat

    10inky Guest

  2. Similar Questions and Discussions

    1. Resize larger flash ad to a smaller size ad?
      I have an SWF file that is currently 300 x 250 and I need to resize it to 180 x 150. Is it possible? Do I need the FLA file to do it? If so, is there...
    2. Need to Make Smaller File Size
      I scanned 80 pages into my computer and converted to a .PDF. File size is 15 MB. I need to email to a colleague. Is there a solution to make this...
    3. How do I make canvas size smaller?
      I am sending a business card to a printer, and he would like me to change the canvas size to the exact dimensions of the business card. It seems that...
    4. scale a projector to a smaller size....
      Is there an xtra that can scale my projector size to the size of the users monitor? I normally use an xtra that can change the monitor size...
    5. How to send scanned photo to print out to smaller than screen size
      I am trying to scan a wallet size photo and e-mail it to my daughter for use in a college project. When she opens the e-mail it prints out as an...
  3. #2

    Default Re: weird. fonts SMALLER. default size changed.

    Wish I had a suggestion for you - same issue here & no replies. Not sure if anyone has a fix for this.
    trialbomfunknumber2 Guest

  4. #3

    Default Re: weird. fonts SMALLER. default size changed.

    P.S., fonts look perfect in the Contribute window - it's only when a page is
    published that everything stops working.

    12 point = 12 point in CT, in a web browser (Mac/PC, all browsers I tested)
    fonts are around 6 or 8 point.

    trialbomfunknumber2 Guest

  5. #4

    Default Re: weird. fonts SMALLER. default size changed.

    I'm sorry to say, but your html has gotten into a big mess. I checked the page
    [url]http://www.heartoftouch.com/services.html[/url].

    In the body tag you declare how your links look:
    <body vlink="#ff6600" alink="#3333ff" link="#ff6600" bgcolor="#ffffff"
    leftmargin="15" topmargin="0" marginwidth="0" marginheight="0">
    And when you check you css file: vn.css, you will notice that you declare
    font-size for the td tag and also again for the a (links) tag (a:link, a:hover,
    a:visited).
    Furthermore you've created so many styles in Contribute that it's getting a
    bit confusing.

    Can you ask someone to help you clean up the code and set you up for a better
    Contribute experience?

    ThinkInk 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