Font size increases !!!

After converting to templates for use with Contribute, some
pages have started using a default font size that is larger than
before. This only appears with IE, both 6 and 7, but not with
Firefox. You can see my problem in the "Contact Us" and the
Publications sections of:
http://www.writeonwhidbey.org/
What's the solution?

You can't ---
Design page to handle font resizing without looking silly.
"just2creative" <[email protected]> wrote in
message
news:gprnlc$bt5$[email protected]..
> How do I keep the font size the same instead of having
it increase when
> others
> view my site on their computer? I'm still on Dreamweaver
2 and not quite
> as
> advanced as I'd like to be. Thanks for any help.
>

Similar Messages

  • The font size increases automatically and the window will not let me scroll

    When I launch 3.6.12, two things happen: The font size increases by itself to the largest font available, and the scroll bar doesn't work. I can scroll down the page, but as soon as I stop, the window resets to the top of the page.
    Running Win XP SP 3.

    Check that you do not run Firefox in compatibility mode or with a reduced screen resolution.
    Make sure that you do not run Firefox in compatibility mode.
    You can check that in the "Compatibility" tab in the Properties via the right-click context menu of the Firefox desktop shortcut.
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.
    http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/appcompat.mspx

  • Font size increases when smartform is sent as email attachment

    Hi,
    I am facing a problem with font size  of smartforms. when the output medium is printer, the form looks good. but when i convert smartform into PDF and send as email attachment, the font siz increases and text is getting truncated. Please help me solve this problem.
    Thanks,
    Hari

    Hi,
    Check the given below links and compare your code with them:
    http://sapient.wordpress.com/2007/06/19/smartform-to-mail-as-pdf-attachment/
    http://sap4.com/wiki/index.php?title=Envio_smartform_por_mail
    If still there is a problem, please do share a code.
    Also check sending a PDF document from your system via a Email(Outlook), and open the same in a different system and look for the changes.

  • Font size increases in preview

    I am creating a navigation and the font expands with
    previewing. I would like to know how I can stop this from
    happening?
    <!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">
    <!--
    .nav {
    height: 42px;
    top: 100px;
    left: 100px;
    position: absolute;
    text-decoration: none;
    width: 800px;
    .nav li {
    display: block;
    list-style-type: none;
    float: left;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    .nav li a:link, .nav li a:visited{
    text-decoration: none;
    -->
    </style>
    </head>
    <body>
    <ul class="nav current-philosophy">
    <li class="home"><a href="bwd
    live/css/pages/home.html">Home</a></li>
    <li class="philosophy"><a href="bwd
    live/css/philosophy.html">Philosophy</a></li>
    <li class="windows_doors"><a href="#">Windows
    &amp; Doors</a></li>
    <li class="pinkladies_carpentry"><a href="bwd
    live/css/pinkladies.html">Pinkladies
    Carpentry</a></li>
    <li class="catalog"><a href="bwd
    live/css/catalog.html">Catalog</a></li>
    <li class="contact"><a href="bwd
    live/css/contact.html">Contact</a></li>
    </ul>
    </body>
    </html>

    You have no font-size defined in your nav.
    .nav li {
    font-size:14px;
    Keep in mind, that users can increase text size in browser.
    There's no way
    to stop that.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb/
    www.alt-web.blogspot.com/

  • Font size increase on printing

    I have increased the font size on the email screen. I wish that to be the font size when I print the message. Please tell me how to do this? Jack

    Firefox button > Print > Page Setup = '''Scale''' - that is what controls the size of the printed font

  • How can we alv header font size increase

    hi experts,
    how can we increase the font size in alv report?
    i am using html_top_of_page
    regards
    guna

    Make use of the class - CL_DD_DOCUMENT
    Code below may give you some help.
    FORM HTML_TOP_OF_PAGE USING R_TOP TYPE REF TO CL_DD_DOCUMENT.
      text = 'Test' .
    CALL METHOD R_TOP->ADD_TEXT
        EXPORTING
          TEXT      = TEXT
          SAP_STYLE = 'HEADING'.
    endform.
    Thanks!

  • [SOLVED] Urxvt increasing font size problems.

    Hello,
    I'm having some problems getting Urxvt to increase my terminus font size.
    I have installed aur/urxvt-font-size-git and have the following in my .Xdefaults:
    URxvt.keysym.Control-Up: \033[1;5A
    URxvt.keysym.Control-Down: \033[1;5B
    URxvt.keysym.Control-Left: \033[1;5D
    URxvt.keysym.Control-Right: \033[1;5C
    URxvt.iso14755: false
    URxvt.iso14755_52: false
    URxvt.keysym.Control-minus: perl:font-size:increase
    URxvt.keysym.Control-equal: perl:font-size:decrease
    URxvt.keysym.Shift-Control-V: perl:clipboard:paste
    URxvt.perl-ext-common: default,clipboard
    URxvt.font: xft:terminus:size=9
    !URxvt.font: -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso8859-1
    URxvt.antialias: false
    Running
    xrdb ~/.Xdefaults && urxvt
    returns no errors, however Control-Minus/Equal do not increase my font size. I have tried swapping the URxvt.font values between the commented/uncommented lines but it still doesn't work.
    Am I missing something?
    Thanks
    Edit: I am using I3 as my WM and I don't have any mappings that would conflict.
    Last edited by Minsc (2014-07-03 19:26:48)

    n125 wrote:
    Minsc wrote:URxvt.perl-ext-common: default,clipboard
    Looking at the wiki entry for this extension, it appears that you're missing font-size in this line. Try adding it and seeing if it helps.
    Wow, can't believe I missed that. Thanks!

  • Spry Menu and IE Issue (Hover Font Size)

    I'm not able to figure out why the hover focus setting works fine with Firefox or Chrome, but I can't find a setting in the CSS to ensure the value for the font on a hover within IE remains fixed. on a hover, the font size increases slighly in IE and pushes menu out of alignment very slightly. I was able to keep the hover size fixed in Firefox and Chrome via the CSS values for the spry, but not sure why IE is doing this and if there is a setting specific to IE that would allow me to keep the hover font size fixed, but not change the values in Firefox/Chrome. Is there any way to lock in the hover value using CSS for the font so in IE it remains constant?
    http://oregonstate.edu/~labellec/CDfiles/index.html
    Page is under development, but if you open it up in IE, the menu hover causes too much movement. I'm new to CS4, so, any help appreciated.
    Thanks,
    Chris

    Perhaps you could adapt the techniques used here for your
    Spry menu:
    http://www.projectseven.com/products/menusystems/pmm2/see-through.htm
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "Webkil" <[email protected]> wrote in
    message
    news:gnmh2l$dvo$[email protected]..
    >I have tried this. I want a transparent background no
    colour. As soon as I
    >add transparent IE comes up with the word false in the
    sub menus.

  • Font Size Larger in Firefox :(

    Hey
    I have designed a site and the font size is larger in Firefox
    than it is in Internet Explorer.
    Here's the site:
    Click here for link
    I have searched everywhere through google to find answers but
    none worked. Does it have something to do with font requirements in
    Firefox? Or in CSS I have to use an: important! tag?
    Any help much appreciated!

    > I have searched everywhere through google to find
    answers but none worked.
    > Does it have something to do with font requirements in
    Firefox? Or in CSS
    > I
    > have to use an: important! tag?
    >
    > Any help much appreciated!
    Looks the same to me. My guess is that you just have your
    default font size
    preference increased in Firefox.
    Remember, end users can change the font sizes regardless of
    what you spec.
    Overall, your site seems to handle font size increasing just
    fine so I
    woudlnt' worry too much about it.
    -Darrel

  • How do i change font size for iMac without change the screen resolution?

    I have a iMac 27", and it have maximun resolution screen of 2560 x 1440, then the size of the font into the bar of the windows and application is to small. If I change the resolution (1920 x1080)  the font size increased, but the definition o apparence is to low. I wants to keep the higthes resolution and obtain larger font.
    Thank you.
    Tengo un computador iMac de 27 pulgadas que además tiene una resolución de pantalla de 2560 x 1140, por lo tanto el tamaño de font o letra en la barra de menús de cualquier ventana o aplicación se ve muy pequeña. Si se cambia la resolución a una inferior el tamaño aumenta; pero se ve borroso. Quisiera mantener la máxima resolución y tener un tamaño de font mayor.
    Gracias

    Hello,
    You can't really change it overall, but you for some Apps, like Safari>Preferences>Appearance, Mail>Preferences>Fonts & Colors.

  • Change Help font size

    Hello,
    I don't know if this is really a Universal Access topic. I have what I think is average eyesight for someone just past 40 anyway.
    But trying to read the built-in online help for any application convinces me I need glasses!!
    Dictionary.app has a font size widget in its toolbar, why not Help? Mac OS X wants so badly to use miniscule 3 point type for things that it is almost torture.
    I would like to increase the default font size in a safe way (Snow Leopard, 10.6.2).
    If possible, it would be nice to have a font face / size changer widget that would work on any window of any application, with a checkbox to make it the default for that window pane.
    Thanks for your comments. I'm thinking of registering it with Apple's Bug Reporter as a UI bug since it is.
    Matt

    FYI I have registered it as a bug at bugreport.apple.com
    Problem ID: 7579066
    26-Jan-2010 09:19 AM Matt Rosin:
    Summary:
    Font size increase/decrease widget missing from the Help application used by all applications.
    Dictionary.app has it, Help needs it.
    Also the two fingered font zoom gesture needs to be enabled for the Help pane.
    The default font size is too small for people over 40 and is an Accessibility issue as well as a UI mistake.
    Steps to Reproduce:
    Open Safari
    Under Help, select Safari Help.
    Expected Results:
    Font in a readable font size. At least it should enable two fingered frame zoom gesture to zoom font size. Should also include the a/A font size changer widget that is used in Dictionary.app.
    Actual Results:
    Text is way too small to read.
    Regression:
    Would not be a problem if Safari's ordinary html rendering was used, and probably would be more flexible / higher quality. You could put movies in Help, open a two-way iChat with the developer, fill out a form, etc.
    Notes:
    See thread at:
    http://discussions.apple.com/thread.jspa?threadID=2313154&tstart=0

  • Dreamweaver MX -changing font size

    Hi
    I am using MX . When I create text in a table all looks fine in MX. However, when I view it in IE 8 or Mozillla some but not all of the lines of text have reduced in size.
    I am not too familiar with the HTML code but I cannot see what is causing the problem.
    Any suggestions as to what to look for would be most helpful.
    Jon

    Hi Nancy O
    Thank you for your response. I am sorry but I cannot give a link to the page because of Data Protection of the individuals that the page refers to, however below is some sanatized code that exhibits the same problem; after "Couples description" the font size increases.
                 <table width="100%" height="237" cellpadding="0"  cellspacing="0">
                    <tr>
                      <td width="25%" height="215" valign="top">                    <table width="100%" align="left" cellpadding="0" cellspacing="0">
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left">MEMBERS' HOME</div></th>
                        </tr>
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left">NEWS</div></th>
                        </tr>
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left">MEMBERS' PROFILES</div></th>
                        </tr>
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left">RALLY PROGRAMME</div></th>
                        </tr>
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left">RALLY REPORTS</div></th>
                        </tr>
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left">MEMBERS' FORUM</div></th>
                        </tr>
                        <tr>
                          <th align="left" valign="middle" scope="row"><div align="left" class="style4">PUBLICATIONS</div></th>
                        </tr>
                        <tr>
                          <th scope="row"><table width="100%"  cellspacing="0" cellpadding="0">
                            <tr>
                              <td width="25%" align="left" valign="top"> </td>
                              <td width="75%" align="left" valign="top"><div align="center"></div></td>
                            </tr>
                            <tr>
                              <td align="left" valign="top"><img src="../Partners%20Images/valmemb.gif" alt="" width="38" height="26"></td>
                              <td align="left" valign="middle"><div align="left">Validated Member</div></td>
                            </tr>
                            <tr>
                              <td align="left" valign="top"><img src="../Partners%20Images/Camera.gif" width="20" height="20"></td>
                              <td align="left" valign="middle"><div align="left">Photograph</div></td>
                            </tr><tr>
                              <td align="left" valign="top"><img src="../Partners%20Images/Blob%202009.gif" alt="" width="20" height="20"></td>
                              <td align="left" valign="middle"><div align="left">Rally Attendance 2009</div></td>
                            </tr>
                            <tr>
                              <td align="left" valign="top"><img src="../Partners%20Images/Blob%202010.gif" width="20" height="19"></td>
                              <td align="left" valign="middle"><div align="left">
                                <p>Rally Attendance 2010</p>
                                </div></td>
                            </tr>
                          </table></th>
                        </tr>
                      </table></td>
                      <td width="75%" valign="top"><p> </p>
                      <p align="center"><strong>MEMBERS' PROFILES </strong></p>
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="13%" height="32"><div align="left">
                            <p align="center"><strong><span class="style2">SOUTH<br>
                            </span></strong><strong><span class="style2"> WEST </span></strong></p>
                            </div></td>
                          <td width="14%" class="style2"><div align="center"><strong>SOUTH<br>
                            EAST </strong></div></td>
                          <td width="13%"><div align="left" class="style2">
                            <div align="center"><strong>EAST</strong></div>
                          </div></td>
                          <td width="13%"><div align="center"><strong class="style2">MIDLANDS</strong></div></td>
                          <td width="10%"><div align="left" class="style2">
                            <div align="center"><strong>NORTH</strong></div>
                          </div></td>
                          <td width="12%" class="style2"><div align="center">
                            <p><strong>NORTH &amp; <br>
                              BORDERS
                            </strong></p>
                            </div></td>
                          <td width="11%" class="style2"><div align="center"><strong>WALES</strong></div></td>
                          <td width="14%" class="style2"><div align="center"><strong>SCOTLAND</strong></div></td>
                        </tr>
                      </table>                 
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="27%"> </td>
                          <td width="73%"><p align="left"><strong><small>Tom  and Jerry </small></strong></p>
                            <p align="left"><small>Female  age: 50   Male  age: 50 <br>
                                  <br>
                                  <strong>Location:</strong> West Midlands<br>
                                  <br>
                                  <strong>We are a:</strong> Couple<br>
                                  <strong>Experience:</strong> None<br>
                                  <strong>Consider Ourselves:</strong> Happy <br>
                                  <strong>Rig owned:</strong> Caravan <br>
                                  <strong>Travel:</strong> 100 miles<br>
                                  <strong>Will we rally:</strong> Yes <br>
                                  <br>
                                  <strong>Couples Description:</strong> </small>  We are both non-smokers, social drinkers and very happilly married.</p>
                            <p align="left">We are just looking for sociable weekends. </p>
                            <p align="left">We love walking and cycling.<br>
                                <br>
                                <a href="mailto:[email protected]">[email protected]</a><br>
                                <br>
                                <b><font color="#FF0000">2010</font></b></p></td>
                        </tr>
                      </table>                 
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="27%"> </td>
                          <td width="73%"> </td>
                        </tr>
                      </table>                 
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="27%"> </td>
                          <td width="73%"> </td>
                        </tr>
                      </table>                 
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="27%"> </td>
                          <td width="73%"> </td>
                        </tr>
                      </table>                 
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="27%"> </td>
                          <td width="73%"> </td>
                        </tr>
                      </table>                 
                      <table width="100%" border="2" cellpadding="0"  cellspacing="0">
                        <tr>
                          <td width="27%"> </td>
                          <td width="73%"> </td>
                        </tr>
                      </table>                  <p align="center">  </p></td>
                    </tr>
                  </table>

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • Bold chars & increase font size in ALV Top of Page - OOPS

    Hi,
    I am using ALV OOPs to display my data.
    I am splitting the container and using top container to display headings in following way:
    data:   top TYPE REF TO cl_dd_document
      CREATE OBJECT top
        EXPORTING
          style = 'ALV_GRID'.
      lv_fontsize = cl_dd_document=>large.
    lv_text = 'HEADING'.
      CONDENSE lv_text.
      CALL METHOD top->add_text
        EXPORTING
          text         = lv_text
          fix_lines    = 'X'
          sap_fontsize = lv_fontsize         "cl_dd_document=>large
        CHANGING
          document     = cv_top.
    But the heaidng is not displayed with high font size and is similar to the text with cl_dd_document=>medium
    How can I increase font size of heading.
    Thanks!

    Hi Vasu,
    Use SAP_STYLE parameter in the method.
    Value will be HEADING or KEY.
    Regards,
    Amitava

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

Maybe you are looking for

  • Erro apos copia PI/GRC

    Boa tarde pessoal, Fiz uma copia de um ambiente PI/GRC, e estou com problemas na parte Java, fiz o pos instalation do help.sap, e mesmo assim não funciona, não aparecem erros no dev_server0 e nem std_server.out, mas quando tento logar no sld não acon

  • I need to figure out how to tell Organizer that photos have moved from one hard drive to another

    I have PSE 10 on my laptop and used Organizer to tag and view images on my laptop and on my PC via a wireless network.  My PC died but I had all the photos backed up on an external hard drive.  I want to tell Organizer to look for those photos (hundr

  • Index in Query inside Stored procedure

    How to put a index on Select query inside a stored procedure.Please help me on below to write a index Coalesce ((select sum (ICD.mAmount) from ItemCommonData ICD (Index(PK_ItemCommonData)) Join ItemsInBundle IIBun on (ICD.iBundleDocId = IIBun.iBundle

  • SQL Express 2008 to 2012 express upgrade not working

    I'm trying to upgrade an older version of SQL Express 2008 to 2012 by first upgrading to (what I think is) 2008 SP3 (10.0.5500.0). The upgrade to 2008 SP3 says it has completed and the version of the browser and client etc are showing as 10.3.5500.0

  • Web content, user not authorized, credential error

    I'm trying to do a query from the web, and am running into a "The user was not authorized" error, "The credentials provided for the Web source, are invalid. Please update the credentials..." I can use MSIE to access the exact same URL with the exact