Fixed font size in iWeb?

In iWeb (and on my Mac) my webpages look fine. If viewed on other systems/browsers, the text sizes are horribly out of tune.
How can I activate/use fixed font sizes in iWeb? Thanks!

If you've not used iWeb before and have HTML experience give the Flux 4 demo a try.  It allows direcxt HTML injection into the web page along with drag and drop of div and other attributes. 
Or give the EverWeb demo a try.  It's the most iWeb like of any of the available web site apps, is actively supported by the developers and has much more functionality than iWeb ever had.
Flux 4 will have a steeper learning curve but they have excellent tutorial videos at their webstite and on YouTube.

Similar Messages

  • Maintaining Fixed Font Size Across Websites?

    I find that there seems to many widths employed for web pages, with concomitantly different font sizes.
    I am readily able to compensate by adjusting the width of each page by using +Command plus/minus+
    Once I've adjusted a web page to a suitable width, is there any means to make that adjustment stick for whenever that page may be subsequently re-accessed?

    Right now that field remains unchecked. I'm mulling over whether this would be helpful.
    Since your main complaint seemed to be font size, I'm not sure how it wouldn't be. I use that setting on my 17" MacBook Pro and never have a problem with sites using too small a font. If font size is not the issue, you need to clarify.
    What I'd really like is to achieve a fixed page width for each site that I frequent.
    Why? That wouldn't affect font size, and would probably mess up the appearance of many sites that use fixed widths. It is conceivably possible, maybe, with the right CSS code added to Safari using Safari -> Preferences -> Advanced -> Style Sheet. But that wouldn't affect font size.

  • Why does Dynamic Type change to a fixed font size when copied from one Note to another Note in the Apple Notes App?

    If I copy and paste text from one note to another, it pastes in at the current Dynamic Type size but is no longer adjustable. I have tons of notes with various fixed size text. Is there a way to reset all the text in the Apple Notes App to Dynamic Type so they can be adjusted using the font size slider in settings?

    When you use IMAP, as opposed to "On my Mac," Notes will create a folder called "Notes" on the mail server.  It will then store notes in there.  If you create subfolders in Notes (which you can do), those will be stored as subfolders of Notes on the server.
    So in the case of Gmail, you should be able to log onto your Gmail web account and the notes should probably show up in "All my Mail" with a label of Notes (this is because Gmail's IMAP implementation is VERY nonstandard and it doesn't actually support folders; it uses labels instead).  If you view the Notes label in Gmail's web interface you should see all your notes.
    Because of Gmail's IMAP implementation you should be very careful not to remove the "Notes" label from any of your notes if you're in the web interface, or they will disappear from the Notes app on OS X itself.

  • Fixed Font Size

    Here is the issue:
    When I copy a table from a web page into the Rich Text Editor, it does look like the original. When I view the page, it looks like the original. However, I would like to lock the font size so that it cannot be changed in the browser. I can only lock font size via a "style" if the text is not within a table. But the table is needed for layout control.
    Any ideas?
    Thanks in advance for the help.

    If you've not used iWeb before and have HTML experience give the Flux 4 demo a try.  It allows direcxt HTML injection into the web page along with drag and drop of div and other attributes. 
    Or give the EverWeb demo a try.  It's the most iWeb like of any of the available web site apps, is actively supported by the developers and has much more functionality than iWeb ever had.
    Flux 4 will have a steeper learning curve but they have excellent tutorial videos at their webstite and on YouTube.

  • How to fix font size that is too small to read on each new page

    At Windows XP suggestion, screen resolution is set at 1280 x 1024 in Display Properties. Large fonts and large icons are selected. "Type" size on every new screen that comes up is so small that I can't read it without +++ to zoom in. Seems especially severe on web sites but email and regular applications (word perfect in particular) are also presenting such small font size that reading is very difficult without zooming in on every new page.
    What setting(s) adjustments am I missing?
    Or should I just disregard 1280 x 1024 suggestion and cut those numbers down?

    hey there steffvl & welcome to Discussions,
    it sounds as though you may have accidentally placed one of your movies into a Drop Zone... is the time shown for your Menu the the same as one of your movies? depending on the theme, some Drop Zones are hard to differentiate from the part of the Menu Page where you can drop/place movies. take a look @ the Map View for any alert warning symbols in the Menu Thumbnail. if you have dropped a movie into a Drop Zone, just place something else in there & then drag your movie to where it should be on the Menu. i hope it's something this simple.
    good luck.

  • Web Gallery Template Font Size Adjustment

    When I am in the Web module and using one of the templates (Flash or HTML), I would like to be able to adjust the font size of all the text used for the titles, headings, captions, etc. In general, I find the default font sizes too small, especially on the Flash templates.

    Hi Swapna
    Try following:
    1. Test with standard Survey component. You can do this by removing assignment of enhancement set to a client.
    Use transaction SM30. Open table BSPWDV_EHSET_ASG to remove assignment. Now the standard component should be picked up during survey processing in Web UI.
    2. If the standard survey component is also not showing the note effect then you can check if the note is applied properly. There are some manual steps in the note which are normally overlooked.
    After applying the note the font size from the 'htmlb' tags will overwritten by a fixed font size specified in a css file(htmlb_style.css).
    After Applying the note please verify whether the htmlb_style.css is also imported. This can be done by the following steps
    1.Goto Transaction Se80, and then go to Repository browser.
    2.Select 'BSP application' from dropdown and the application as SVY_H.
    3.Expand the Mime folder. Here the file 'htmlb_style.css' must be present.
    4.Place the cursor on the 'htmlb_style.css' right click and select display from the menu. This would show the file with new font sizes.
    3. There is one more note from where you can download the latest css file(htmlb_style.css).
    Note 1356414 - Text gets cut off for long surveys
    Hope this helps
    Rupesh Patil

  • Pages are not scaled correctly, if you change the font size in browser (Fireworks export in CSS)

    I created some simple pages for my website with fireworks. I only used images and text and exported the pages in CSS and images. The Problem is that if you change the font size in the browser text and images or text and text often overlap each other. So what can I do that the page is scaled correctly?

    Yep, the "Font Size" option under Setup / Display is certainly not what it should be.
    Perhaps Menu or Fixed Font size would be more accurate.
    This problem extends to much of the device; the Browser, e-mails and the lock screen.  Lock screen certainly looks like it was thrown together.

  • Change font size of JTree nodes dynamically

    hi,
    I have a requirement to change the font size of nodes in a JTree as and when the user wants.
    I have implemented a custom renderer for the JTree, but right now i have a fixed font size for all the nodes.
    How can I change the font size of JTree at runtime??
    thanks.

    I haven't done this, but it seems like
    public Component getTreeCellRendererComponent(...Object value,...) {
    Component c = super.getTreeCellRendererComponent(...);
    if (value!=null &&
    value instanceof(String) &&
    ((String)value).startsWith("A")) {
    c.setFont(bigFont);
    else c.setFont(littleFont);
    }It seems that this code is just making the font size of nodes begining with "A" bigger and the rest smaller.
    It doesn't solve my problem.
    I want to have something like a font chooser by which user can choose the font size they want for the JTree.
    any help ??

  • I cant read my yahoo mail, fonts have been redused a month ago, i do not know why, it looks like the font size is at 4 i need i at 12 pleasee help me fix this problem

    i no longer can read my yahoo mail , because the font size has been reduced to 2 from 10. Can you email me a fix

    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> go to Help Menu -> select '''Restart with Add-ons Disabled'''
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> '''Zoom''' -> click '''Reset''' -> '''Page Style''' -> select '''Basic Page Style'''
    -> go to View Menu -> Toolbars -> unselect All Unwanted/Incompatible Toolbars
    -> go to Tools Menu -> Clear Recent History -> '''Time range to clear: select "EVERYTHING"''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache''' -> click '''Clear Now'''
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> go to Tools Menu -> Options -> Advanced -> Network -> Offline Storage (Cache): click '''Clear Now''' button
    -> Click OK on Options window
    -> click the Favicon on SearchBar -> click '''Manage Search Engines''' -> select all Unwanted Search Engines and click '''Remove''' -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious/Incompatible Extensions (Add-ons) -> Restart Firefox
    -> go to Tools Menu -> Add-ons -> Appearance section -> REMOVE All Unwanted/Suspicious/Incompatible Themes (Persona) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons and Themes later. Check and tell if its working.

  • Automatic font size/type change after sending - why and how do I fix it?

    This only seems to happen when I copy text from a web page and paste it into a compsosing email within Mail but it does not display on screen as anything different until the email is sent.
    Here is an excerted screenshot from an email that was sent. When I composed it there appeared to be normality but after sending it changed.
    A little more background on when this seems to happen. My french is not good. I use dictionary.com to translate text then copy and paste it to the email. I am not sure if this is the only circumstance of when this debacle happens but it seems to be constant when I follow the previous steps. Note: If I am not troubleshooting when it happens and I highlight all text (even though it looks normal) before sending then manually change the font size or font type and revert back to the size type then it does not always happen but still will periodically.
    Any ideas on how to fix this problem? Is it a known bug or virus?

    This is not a virus.
    It's important to keep in mind that Mail sends HTML e-mail, when the text needs to be "styled" in any way, rather than just plain text, and not all mail clients will display that in the same way (or even at all). Also, Mail doesn't really have much in the way of editing capabilities for HTML e-mail.
    Fortunately, from what you describe, there's a solution... if text you are copying from somewhere and pasting into Mail has strange formatting, try command-option-shift-v, or Edit -> Paste and Match Style, to paste the text. This discards all the style information attached to the copied text, and pastes just the text itself, making the text match the style of whatever you're pasting it into.

  • Outgoing email font size goes from huge to tiny, can't fix it, help!

    Can anybody help? People keep telling me my emails have this huge font size that gradually decreases until it's so tiny they can barely read it by the end of the email. On my end, I can't see it, everything looks normal, when I view the sent emails, they are still normal. I have tried to fix it in the Options, but I can't! It doesn't matter what I set that to, everybody keeps telling me it is still horrible, huge to tiny, and I can't even see it because on my end, it looks normal. I wrote to Yahoo and they tell me it isn't something they can do anything about so I thought I'd try this. I'm not very computer savvy. I have a Toshiba laptop and have Windows 7 home version. Any ideas out there?? Thanks! :-)

    I'm having trouble picturing how others would see it but not you. One possibility is that you've set a minimum font size and therefore you aren't noticing that your email site is doing something weird to your messages. You can turn off your minimum font size temporarily for testing here:
    orange Firefox button (or Tools menu) > Options > Content
    In the "Fonts & Colors" section, click the Advanced... button. There you can change your Minimum font size to None. While you're there, do you have the box checked to "Allow pages to choose their own fonts"? That is necessary to get an idea of how Yahoo is displaying the messages. If you OK out, do you notice any difference?
    As for what might be causing it, is the problem text all newly typed, or is forwarding and copying/pasting a possible factor?
    If you have a few non-confidential messages you want to share with me, I'll send you a private forum message with my email address.

  • Will Adobe ever fix the UI text font size issues in CS6 apps?

    Having recently installed CS6 on my new Windows computer, I find some serious issues with font sizes in the user interface (and not only in Dreamweaver, but in several--but not all--the applicaitons). You'd think that with a 27-inch screen, font sizes wouldn't be a problem. And you'd be wrong.
    The irony is that some text is properly sized. Commands in the menus. For example. But the menu names are not. The text of items in the File tab is correctly sized, but the name of the File tab is not. In the Manage Sites dialog box, the title bar text is properly sized, but the text within, including button labels, is not. IN almost all of these cases, text is just plain way too small to read. It looks like the programmers made a HUGE boo-boo: they sized text in pixels, not only a no-no in web diesgn, but a no-no in applicaiton design.
    Because on a 27-inch screen with a resolution of 1920x1080, UI text in Dreamweaver is all plenty large and readable, while on a 27-inch screen with a resolution of 2560x1440, UI text all over the applicaiton is too tiny to read--and made worse by putting the text on a gray background, reducing contrast, yet another design no-no.
    CC is NOT an option--and properly should not be for any occasional user. Do not even think of suggesting it as a "solution."
    This is clearly a bug (did Adobe do any testing on higher-resolution screens before releaseing CS6?), and one I wonder if it is unique to Windows systems (as Apple has had similarly high-resolutiopn screen for its displays and iMac lines for quite some time now). Or is it uniquely a Windows 8 issue?
    Finally, is there at all a workaround? I can find nothing in the Settings dialog box that would control the size of UI text. Perhaps there is a text-based configuration file that could be modified to change the size of UI text. (Yeah, having configured autoexec.bat, config.sys, win.ini, and similar files back in the day, I do know my way around configuration files--if they are still used.)

    twritersf wrote:
    Having recently installed CS6 on my new Windows computer, I find some serious issues with font sizes in the user interface (and not only in Dreamweaver, but in several--but not all--the applicaitons). You'd think that with a 27-inch screen, font sizes wouldn't be a problem. And you'd be wrong.
    (and not only in Dreamweaver, but in several--but not all--the applicaitons).
    What made you think that you should complain to Adobe about Windows display problem?  Adobe and Microsoft are two different companies competing against each other.
    However, you might have display problem and the best way to resolve this is by going to:
    Control Panel >> Display
    Follow the online instructions.
    Please not, you go to control Panel from within the windows itself NOT from DW.
    Hope this gets you started or you can ask in the Windows Forum on Microsoft Website.

  • I'm a chinese, i downloaded english version of firefox. Everytime I get into facebk, the text in chinese are very small, even thou i've set the font size, it cant help! but only happened on facebk, why? can anyone fix it? i've been trying many times.

    firefox > Preferences Content : Fonts & Colors: Advanced Minimum Font Size/ Allow pages to choose their own fonts, instead of my selections above" '''i tryed but helpless'''

    If you need to adjust the font size on websites then look at:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • I just downloaded FF4 and now my font size in Gmail is SO small. Not so with other websites. How can I fix this?

    I don't know how to adjust the font size just for Gmail. Other websites don't seem to be affected but Gmail is showing up unbearably small.

    You can use one of these extensions to set a default font size and page zoom on web pages:
    * Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    * NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Missing font typeface in iWeb

    For some reason I can no longer change the font type (font size works fine) for text when I'm using iWeb. All the typeface choices are missing when I select Show Font or click the font button on the bottom of the page. Does anyone know why this is happening and/or how I can fix it?

    I beleive it's Lucida Grande, same as your system font, also used exstensively on the Apple website.

Maybe you are looking for

  • Viewing PDF in MDM Catalog

    Hi Gurus, I have imported PDF into MDM successfully. Unfortunately when i browse thru the MDM catalog, i able to see a whole string of file link information and cannot view the PDF. Anyone knows the PDF viewing works in catalog view? Many thanks, GG

  • Using manual IP address only for specific networks

    For my home network I use DHCP with manual address because I have to forward some ports specifically to my computer. However this causes problems when connecting to other networks. For some reason this setting stays active even when using other netwo

  • Satellite 2410: Question about different ways to use BlueTooth

    Hi, I'm having trouble finding somewhere to purchase a bluetooth module for my Toshiba Satellite 2410 - the handbook says I can, and I know there is space on the underside of the laptop to insert it. I just can't seem to find one to buy - does anybod

  • Opening a url in a new window

    Guys, I have a situation to open a url (url is formed dynamically) in a new window on the click of a button (command button). I tried to use Go button, but in go button there is no way to provide the url dynamically. I mean i form the url by reading

  • Request Deletion in Cube

    Hello Experts    I deleted a request in the cube (Manage) as there was error in loading data,I changed the status to red and deleted it and started a new one.The new request sucessfully loaded the data but the issue is the deleted request is still th