My typewriter toolbar is graying out the ability to change font size, type, and color.

My typewriter toolbar is graying out the ability to change font size, type, and color.

Here's what I have done in the past. Maybe not elegant, but
it works. (I
use PHP, but I'm sure you can modify for ASP.)
In the HEAD of each web page, include regular old embedded
STYLE tags,
but INCLUDE an external PHP file:
<head>
<style type="text/css">
<?php include('styles/testcss.php'); ?>
</style>
</head>
Now in that included PHP file, just have CSS code which pulls
in your
dynamic data. Here's an example snippet:
body {
color: #600;
background-color: <?php echo
$row_recordset['bgcolor'];?>
Of course, you'll need the code for the recordset somewhere
too.
Alec
Adobe Community Expert

Similar Messages

  • Ability to change font size and font color thru console

    I have a console that a client can pretty much do all the
    changes they
    want.. now they want to be able to change the font sizes for
    certain titles
    and also the color..
    Since 95% of the site is controlled with CSS is there
    something i can add
    to the console page to allow them to change the size and
    color of the titles
    and text?
    ASP, SQL2005, DW8 VBScript

    Here's what I have done in the past. Maybe not elegant, but
    it works. (I
    use PHP, but I'm sure you can modify for ASP.)
    In the HEAD of each web page, include regular old embedded
    STYLE tags,
    but INCLUDE an external PHP file:
    <head>
    <style type="text/css">
    <?php include('styles/testcss.php'); ?>
    </style>
    </head>
    Now in that included PHP file, just have CSS code which pulls
    in your
    dynamic data. Here's an example snippet:
    body {
    color: #600;
    background-color: <?php echo
    $row_recordset['bgcolor'];?>
    Of course, you'll need the code for the recordset somewhere
    too.
    Alec
    Adobe Community Expert

  • Is the option to change font sizes in the Mail message list broken?

    I can change the font and font size in the messages themselves, but not in the column that lists the messages. Weird. A Google search didn't turn up any references to the problem. Using OS X Mountain Lion 10.8.2 on a 2012 MacBook Air.

    philipfrombrooklyn wrote:
    Thanks, Barney, but if the font settings don't affect the message list, the option to adjust size and font in the message list shouldn't be offered in the mail preference panel. This feels like a bug. To display a list in a font too small for users to read without providing an option to enlarge it is bad user interface design.
    You'll have to talk to Apple about that. I don't work for them, nor does just about everybody else here.

  • I have lost the ability to change fonts,use color and size and when I try to write anyone,I cannot see my mailing list and there is no send button.

    A few months ago my ability to use different fonts, colors and sizes suddenly disappeared. These choices were always available when looking at my email and I used them regularly . No one I asked ever heard of such a thing happening. I left it alone until I found someone to help. Then, a few days ago, when I clicked "write" , two things happened. First, I could not forward, reply or even see my collected email addresses. Second, there was no longer a place that said "send". My email page filled the entire screen and when I scaled it down, there was still no way to see my list or to send. I am a novice when it comes to fixes and terms but, I have asked people who have some experience with PC's they were stumped. I contacted Fairpoint and they said it must be a Thunderbird problem. Most of the people I asked said they didn't know Thunderbird. One suggested that I reinstall T.bird but, said I also might lose everything on my PC. I would appreciate any help you can give. Thanks, Jim

    When you click Write and open the new message editor, press Alt to show the Menu Bar, then enable all the toolbars under View/Toolbars. Plus, press F9 to show the Contacts sidebar.

  • I want to download digital stamps but would need to change the size to fit my project. Does keynote have the ability to change picture size?

    I'm trying to find a app that will allow me to change the size of a digital stamp. I have heard that Adobe Photoshop will allow me to do this but that is outside of my price range right now. Would Keynote allow me to do this?

    sorry the website went down for maintenance during my last reply.
    Yes Keynote will work OK as a print application for standard image formats;  TIFF, JPEG, PNG, PICT
    Drag and drop as many graphics as you want on to a page.
    Disply the ruler;   view menu > ruler
    Go into  Keynote menu > Preferences   and set the Ruler to inches or centimeters
    you can then drag a guide line out from the ruler to help size the graphic to the measurement you want
    ruler set to inches to measure a 5" x 3" box

  • When I click on a result of a Google search and then go that web site, the Back button on the toolbar is grayed out and I cannot return to the search results.

    When using FF3.6 and making a Google search, when I click on a result and then go that web site, the Back button on the toolbar is grayed out and I cannot return to the search results without going to History. This does not happen all the time; about 1/2 of the time.
    This problem is not limited to Google, but occurs with other sites as well.

    If you are talking about searches from - http://www.google.com/ - are you logged into a Google account all the time? If so, check your "Search Settings" from the "gear" in the upper-right corner of that Google search page and see if you have '''Open search results in a new browser window.''' check-marked, at the bottom of that preferences page. When that is check-marked and you have Tab options in Firefox set to '''Open new windows in a new tab instead''', you will get search results always opening in a new tab instead of the same tab. As to why that works different for "sponsored links" I don't know, I haven't seen the "sponsored links" for years now, I have a GM script that blocks those advertisements.

  • I recently tried to remove widows7 on my macbook air using bootcamp and halfway through it grayed out .The windows 7 is removed but i cant free up the 62gig partition the windows was occupying on my 121gig ssd harddrive please help

    i recently tried to remove widows7 on my macbook air using bootcamp and halfway through it grayed out .The windows 7 is removed but i cant free up the 62gig partition the windows was occupying on my 121gig ssd harddrive please help

    You may have to see about using the Recovery HD partition to attempt to erase and restore useful function of the capacity lost to the former Windows installation.
    And you may have to backup your contents outside the computer to do it. Disk Utility on the Mac OS X historically has not been able to touch a BootCamp created partition; so if BootCamp cannot remove it, then you have to see how to do the equivalent of a reformat of the entire drive (less Recovery partition?) then reinstall your OS X. Maybe from internet recovery, then get your applications, etc from the Mac App store, etc.
    A complete system clone of your OS X on an external HDD would be another method to restore after reformat, of the portion you want whole again, not necessarily the space where Recovery may live.
    There may be (an)other way(s).
    Perhaps someone with recent experience
    in this matter can reply & discuss options.
    With my antiques, they almost know what I want before I tell them.
    Hopefully yours will after you talk to it awhile.
    Good luck & happy computing!

  • How gray out the fields in selection screen with parameters

    Hi,
    Can any one help me how to gray out the selection screen fields
    Start-of-selection----
    Parameters : p_status TYPE edids-status MODIF ID xyz DEFAULT co_51.
    End-of-selection----
    i want to grayed out the field p_status.
    except At selection-screeen output, can any one suggest the other method of gray out the above field.
    Thank u
    B Ravi Kumar

  • Advanced edit hyperlink-properties grayed out the first time

    advanced edit hyperlink-properties grayed out the first time
    Sub Problem:
    When using the advanced edit cursor, right click Is used to select a hyperlink-properties the first time the dialog box pops up it does not have “focus” (not sure that is the right term, but the box is grayed out and will not respond to the keyboard.). It must be mouse clicked to get focus. The second time a link is right clicked to properties the popup responds to the key board and will move to the action tab with ctrl-tab
    It’s not clear to me where the acrobat program is at that point.
    Is that a known action or problem with acrobat pro 9.4.4?
    Is there a key or keys from the keyboard that can force focus to the box?
    The problem is each file I open I have to manually find a link and right click it to get the box then click in the box to get “focus”. After the first one the box pops up with focus.
    John
    Main Problem:
    I have been working on converting a set of pdf files with 1000’s of hyperlinks like www.site.com\folder1\file1.pdf#page=10
    To jump to a local copy of the files with a relative type link
    ../folder1/file1.pdf and then go to the proper page.
    I have found that it can be done manually by changing the hyperlink to a javascript
    var otherDoc = app.openDoc('../folder1/file1.pdf', this);otherDoc.pageNum = 10 - 1;
    and setting each destination file with a disclose()=true;
    Based on the help so far that java script cannot access the hyperlink value in a link
    See: http://forums.adobe.com/thread/1039908?tstart=60
    I have resorted to the following plan using acrobat javascript, an external keyboard macro recorder and excel in combination to get around the problem
    Four folder level acrobat javascripts with “buttons”
    One to get all the link quads in an array, in the pdf and report the total number
    The second creates a form field in the far corner of the first page and moves there.
    The third jumps to each link found by creating a form field just to the left of the link and zooms in so it can be selected by a “mouse click” from the keyboard macro recorder 
    The forth deletes the form field
    The keyboard macro recorder runs javascript 2 and then 3 then clicks on the link just to the right of the middle of the screen and uses keys to get to the advanced editing to get to edit the hyperlink .
    The hyperlink is then copied to excel where it is converted using string functions to the needed javascript text to be copied back.
    To the acrobat file into a java script (after deleting the hyperlink)
    Rinse/lather/repeat
    I have been able to convert about 150 links an hour.
    Better then hand typing, but not like having java access to the links.
    I am looking to improve the solution

    Rick,
    I didn't intend to say you must close the X box after each
    apply. It's OK to apply one change and go to another item before
    closing the dialogue. It's the OK button that messes up sometimes.
    Even when you hit the Apply button for a very large selection
    of topics, the OK button sometimes will undo the apply, not
    necessarily for all selected topics. Even when you've made just one
    batch change.
    I think it's because OK tries to re-set all settings (that's
    why it takes forever), but does not correctly pick up the mass
    changes previously applied. Or maybe it takes forever because it
    can't find the new info and defaults to the existing settings.
    A pain in the butt when you're trying to apply a stylesheet
    to a very large number of topics. Please don't ask me to define "a
    large number."
    Maybe it's a space limit in RH, similar to the space limit
    for the number of characters in a batch of file names you want to
    import. Or maybe the OK button doesn't look in the right places.
    Harvey

  • Disable or Gray out the baseline field in miro

    Hi experts,
    Can any one help me for how to Disable or Gray out the baseline field in miro t-code
    I tried for user-exit and also for badi but i didn't get it.
    so please giude me
    Thanks & Regards
    Vishal

    sorry,
    it's baseline date fiels.

  • With out the ability to sync OUTLOOK to the Z10 or Q10, BLACKBERRY IS DEAD TO ME

    I have been loyal, loyal, loyal.  My Style is USB connected to my PC right now.  Every employee of my company has the same handset and the same sync.  We live and work with OUTLOOK and the sync.  I only purchase Blackberry handsets for the company because they sync...SEAMLESSLY with OUTLOOK. 
    As I stated in the title: with out the ability to sync OUTLOOK to the Z10 or Q10, BLACKBERRY IS DEAD TO ME.
    BTW, WHO FREAK'N MADE THIS DECISION???????

    I agree.... its absoulutely unacceptable that there is no sync to Outlook ... I have researched and tried for hours to find a way to at least upload my contacts. there is some stupid instructions on how to put my old phone SIM card into the Z10 and do an upload... does not work... so I assume they mean an older blackberry .. not an iPhone... they should state this .. the instructions are not great. Even if I was to do a one time upload, I still woudl not have a sync. this is the most basic of requirements... I like the phone but it will be returned if I can't get a sync to outlook in short order.
    I Assume THEY WANT TO SWAY iPHONE USERS.... this will be a killer for a lot of new Z10ers.

  • Are there any known issues with the epub plugin causing firefox to revert search engine back to yahoo and then disabling the ability to change search settings?

    My wife recently added a plugin, epub reader. Upon starting up Firefox the next day she noticed that the default search engine was changed back to Yahoo after we previously fixed this. Furthermore the ability to change search settings was grayed out. After epub reader was removed the problem was solved. I am surprised that I am unable to find anything written to this end about epub reader. Is this a tool promoted and distributed by Yahoo?
    Incidentally, how much would each user need to contribute to get mozilla away from Yahoo? Yahoo is, in my opinion, little more than an advertising vehicle, and not a real search engine.

    I went to Costco today and asked long known VZW Kiosk rep re what phone would he recommend...DX, DI or Fascinate.
    Not to my surprise, I was told that DX is the best of those three. Given the fact that all three is the same price $199, it indicates that is has nothing to do with price.
    When I acquired him about how Fascinate sales going, rep told me that since that phone went for sale this Thursday, local Costco only sold 10 Fascinate but that not all...7 of them were returned back to Costco by Saturday. That is a 70% return rate which seems to be way too high for the high level smartphone.
    At the same time, local Costo VZW kiosk can't keep up with demand of the DX, they are being sold out as soon as they are getting them. I am not advertising for DX here as I am myself briefly owned DX as soon as it was released and its problem with reboot forced me to return it as I didn't want to deal with replacement as I had bad experience in the past two years with VZW replacing my phones every two to three month with replacement phone being worse then the one that is being replaced.
    There is no such a thing as a perfect smartphone (sorry to all iPhone fans) but VZW should take a special "achievement" award for screwing up such a wonderful phone as Galaxy S.
    I can only hope that either DX with 2.2 will be better than the one with 2.1 or I will wait for what is coming up with HTC in November. 

  • I can't seem to sync my contact on my ipad.  the contact list is a book type and I can't figure out how to use it

    I can't seem to sync my contact on my ipad.  the contact list is a book type and I can't figure out how to use it

    Look at Chapter 13 of the iPad iOS4.3 User Guide

  • I am pulling my hair out! I am using adobe indesign and just want to make a text box 'autofit text' as I change fonts a lot and want the font to automatically re-size as I change it. help help help please - I have latest version of indesign - thanks

    I am pulling my hair out! I am using adobe indesign and just want to make a text box 'autofit text' as I change fonts a lot and want the font to automatically re-size as I change it.
    Is it not possible to create a text box, fill it with dynamic (data driven) text, but make the font size either scale up or down automatically, so that the entire text box is filled? This is a feature in PrintShop Mail Pro called COPY FIT. but no such feature in Indesign??
    help help help please - I have latest version of indesign - thanks, DJ

    lol... it seems to work, but I have another huge problem!
    Apparently .CSV files cannot contain page breaks in the data! The data I am trying to merge is a 'letter', with paragraphs, line breaks, etc.,
    But, after data merging, it ignores page breaks and only merges the first paragraph of each letter. (sigh)
    Solution? Hopefully, an EASY solution. lol as we have thousands of records.
    Is there a third party indesign plugin that will allow .xml, or .xls data merge import??
    Thx,
    DJ

  • SAP ABAP have the ability to handle complex data types

    Hi all,
                We are developing a Function Module/BAPI that is actually sending and receiving information to and from a third-party system and none of them are "complex data types".
    I have a question does SAP ABAP have the ability to handle complex data types ???

    could you give an instance of the same...& to what extent can it handle???
    we have a web service layer to handle complex data types between BAPI calls and the third party system.

Maybe you are looking for

  • How can I separate my MPEG-4 files from my MP3 files in I Tunes?

    I am trying to put all my itunes on my Android phone. I am an apple idiot. Which is fine, when you are just using apple stuff. But now that I want to convert, I have no clue where to start. I read in one forum that I had to convert my files to MP3. 

  • How to use my time capsule on my new macbook pro retina (time machine error)

    Hello all, I've been using my old mac for a while with my time capsule, but recently I bought the new macbook pro retina and I wanted to use the time capsule as the backup disk on the new one. However, whenever I try to run the backup, a message appe

  • I can no longer email directly out of acrobat 9

    I have made no configuration changes, (outside of normal program updates) and use Seamonkey as my browser.  For years, I created pdfs, clicked the email envelope, and it would open up a composition window.   Now, when I click the envelope, it opens a

  • IPod nano 6th gen. shuffle problem

    Hi Everyone, I just bought a iPod nano 6th generation but I have a problem with the shuffle function. When I select a playlist and choose "shuffle" it shuffles ALL the songs i have on my iPod, not just the playlist I selected... I would like to shuff

  • Will reseting my iPhone 4 update it to iOS 7?

    Will reseting my iPhone to factory settings (Out of the box) update me from 6.1.3 to iOS 7? I don't want iOS 7, but every app (Even system apps, app store, messages, phone) get frozen and then crash when I open them, I tried many things that I found