Images are always placed -2pt below base line - how to change?

Hi all,
for small icons that should appear in the text, we use image elements within the paragraph. When I select the placement option at insertion point, then the image is always placed -2pt "above" the base line (thus, actually below the line). If I try to change this then it is reset when I save the topic.
Can I modify the read/write rules to allow manual chnages, or set this globally to 0pt? We use FrameMaker 9, DITA for this project.
Robert

Sorry about the delayed response.
It would take a script or FDK client to automate the setting while editing within FrameMaker. When working with XML, you can, as Michael noted, use attributes to store the anchored frame properties in XML so that you can round-trip them. If you are willing to use FM's default attribute names and values, you don't even need read/write rules.
Another approach, if all instances of an element type are to be treated the same way is to specify the necessary settings in read/write rules. In that case, you can edit in FM not caring how the anchored frames look. When you save as XML and open the result, the r/w rules will kick in and you'll get what you want. For example, you might define an element called InlineGraphic and use the r/w rule:
element "InlineGraphic" {
   is fm graphic element;
   fm property position value is "inline";
   fm property baseline offset value is "0";
In this case, your DTD would not define attributes for the position or baseline offset properties. Whenever you open an XML document, the InlineGraphic elements will come in At Insertion Point with an offset of 0.0 pt.
           --Lynne

Similar Messages

  • Some of thy images are appearing pixelated.  any idea on how to get the issue fixed

    some of my images in Aperture/iPhoto are appearing pixelated.  any idea on how to get the issue fixed

    Where can I find a copy of that? Like if I were to completely delete everything on my ipod, what would I do to go about restoring my songs?
    Also I have a theory that one of the videos on my ipod is causing all the other stuff. However, I can't delete videos off my ipod (see https://discussions.apple.com/message/20313736?ac_cid=tw123456#20313736). Is there any way i can get the music from the backup but not the videos?

  • When saving an image in PS CS 6, and going back to Lightroom 5. The original image and the edited image are at the end of the line up.

    I'm using a Mac, Lightroom 5 and Photoshop CS 6. I've started having an issue with the line up in Lightroom 5 after saving an image from PS CS 6. For some reason when I save the edited image form CS 6 it's taking the edited image and the original image and putting it at the end of the line up in Lightroom. If I take the edited image and move it to the right of the original it will put both of them back in the line up where they should be. How do I fix this. I've been looking in the menu for some kind of setting  with no luck.

    Change the sort order. View->Sort

  • Images are always magnified and not showing at 100% zoom level

    http://s7.postimg.org/oy0gq3x8b/chrome_firefox.png
    http://www.mozilla.org/en-US/firefox/new/
    left side is Chrome rendering; right side is Firefox
    Notice the 3 images, all rendered zoomed in by Firefox.
    No matter what I set in Preferences, what plugin I tried, i can't reset to 100% zoom.

    Hello,
    Firefox on Windows is now following display scaling options which may render text larger on high resolution displays.
    You can adjust your screen resolution.
    To modify it do the following:
    * Type '''about:config''' into the Firefox address bar and tap on the Enter key.
    * If the warning '''This might void your warranty''' appears, click '''I'll be careful, I promise'''.
    * Search for '''layout.css.devPixelsPerPx'''
    [[Image:Fx22layout.css.devPixelsPerPx]]
    * Double-click on layout.css.devPixelsPerPx to modify its value. The default is -1.0 in Firefox 22 and above. Change it to '''1.0''' to make it work like in previous Firefox versions.
    If necessary, further adjust the value in 0.1 or 0.05 steps. Use values between 1.0 and about 0.5 to reduce elements in size. Use values greater than 1.0 to increase size. For example, a value of 1.25 will increase font size to 125% to accommodate the default DPI setting in Windows 8. '''Double check the value that you enter.''' Setting a too small value will make everything disappear and a too large value will blow things up.
    If web pages still need to be adjusted then you can look at the [https://addons.mozilla.org/firefox/addon/default-fullzoom-level/ Default FullZoom Level] or [https://addons.mozilla.org/firefox/addon/nosquint/ NoSquint] extension.
    To adjust the font size for the user interface, you can use the [https://addons.mozilla.org/firefox/addon/theme-font-size-changer/ Theme Font & Size Changer] extension.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Bridge Image Processor always creates JPEG or TIFF folder, how do I change that behavior?

    I have searched the web, Bridge forums, and Photoshop forums, and come up empty-handed. (The strange thing is, I know there used to be a post that answered this question a few years ago.) Anyway, I use Image Processor quite a bit, and it works great except for the annoying behavior of always creating a new folder to store the newly-created images.
    I remember the solution is to change some line in a (XML?) file from "JPEG" to "". For the life of me, I can't find which file that is! I think it used to located down inside Application Support. I think.
    Thanks for help on this, it's driving me crazy!
    Jeff

    Thanks for replying! I'm running CS 5.1. Oh, now I see...I've never run Image Processor from within Photoshop, just from Bridge. You're right, it does offer different options than Bridge.
    Anyway, I found it what I was looking for.
    Open up (don't run!) the Image Processor.jsx file. I opened it up in ExtendScript Toolkit. The path is /Applications/Adobe Photoshop CS5.1/Presets/Scripts/Image Processor.jsx
    I'm on line 1574 (in other versions, the line number may vary)
    This is what the line says:
    var subFolderText = inFolderLocation + "/JPEG/";
    Change to:
    var subFolderText = inFolderLocation + "//";
    Problem solved. Repeat as necessary for other folders you don't want created (TIFF, PSD)
    Back to work!

  • Sending image sequence job to compressor in command line : how to set the framerate?

    Hello,
    In Compressor, when you import a image sequence, it's possible to set the framerate and add an audio file before choosing a preset and lauching the encoding task.
    I want to dlo the same thing with command line. I know how to send a compressor job with command line, but no how to add theses settings.
    In the compressor command line help, we've got this :
    Job Info: Used when submitting individual source files. Following parameters are repeated to enter multiple job targets in a batch
              -jobpath <url> -- url to source file.
                                               -- In case of Image Sequence, URL should be a file URL pointing to directory with image sequence.
                                               -- Additional parameters may be specified to set frameRate (e.g. frameRate=29.97) and audio file (e.g. audio=/usr/me/myaudiofile.mov).
    So there are also framerate and audio parameters in command line but i've no idea how to write the command line with theses parameters
    Here is an example of command line for Compressor (by Apple) :
    ./Compressor ‑clusterid tcp://127.0.0.1:51737 ‑batchname myBatch ‑jobpath /Volumes/Source/ShortClips/NTSC24p.mov ‑settingpath /Users/stomper10/Library/Application\ Support/Compressor/PhotoJPEG.setting ‑destinationpath /Users/machinename/Movies/myDestinationFilename.mov.
    Thank you for your help!

    You can see in the command sh running-config command
    show running-config : Displays the current access point operating configuration
    Use the guest-mode SSID configuration mode command to configure the radio interface (for the specified SSID) to support guest mode. Use the no form of the command to disable the guest mode.
    [no] guest-mode .
    Here is the guideline for usage
    The access point can have one guest-mode SSID or none at all. The guest-mode SSID is used in beacon frames and response frames to probe requests that specify the empty or wildcard SSID. If no guest-mode SSID exists, the beacon contains no SSID and probe requests with the wildcard SSID are ignored. Disabling the guest mode makes the networks slightly more secure. Enabling the guest mode helps clients that passively scan (do not transmit) associate with the access point. It also allows clients configured without a SSID to associate.
    Examples
    This example shows how to set the wireless LAN for the specified SSID into guest mode:
    AP(config-if-ssid)# guest-mode
    This example shows how to reset the guest-mode parameter to default values:
    AP(config-if-ssid)# no guest-mode

  • I make greetings cards and use images downloaded from cardmaking websites eg - cently I find I cannot copy and paste an image from adobe reader which is the how the images are downloaded. Why is this and how do I copy and paste an image on a  adobe reader

    copying and pasting images from adobe.     I make greetings cards and use images downloaded from cardmaking websites eg - printable heaven. Recently I find I am unable to copy and paste the images which are opened in adobe reader. Why ?  How can I overcome this problem.

    Check the document properties; is copying allowed?

  • My vector (flattened) images are pixellated when imported in Illustrator. How do I fix this?

    Hello.
    I am experiencing an issue in Adobe Illustrator.
    When attempting to import picture files in Illustrator from PhotoShop, the image appears blurred/pixellated. The image (a .psd file) is converted in Illustrator to a .ai file. I create vector (flattened) images in PhotoShop, which should maintain their picture clarity and quality regardless of what program the vectored image is opened with. Somehow, they are becoming pixellated when converted to .ai files in Illustrator.
    I use both Adobe CS6 and Adobe Creative Cloud
    Is there a setting or solution that I can implement to rectify this issue?
    Many thanks in advance for everyone's input and assistance.

    Hello, Doug and John.
    Thank you for your replies and for providing feedback.
    I am aware that vector format files are only for illustrator. However, I believe you can make a smart object in photoshop using the vector art and it will keep its vector file format in photoshop allowing it to not pixelate.
    I would be more interested in seeing if uninstalling and reinstalling the programs would have anything to do with it and also trying to find the settings. Would anyone happen to know if this will resolve the issue? I am hoping this is correct forum in which to post this topic/issue.
    Thank you again for your help.

  • My iMessages are being sent & received from my email, how to change?

    Well, I recently came back from vacation &amp; i had unlocked my phone &amp; used a t-mobile sim card from that country.
    Now that I'm back in the United States, I iMessaged people and they kept messaging who is this? because my email would show up.. And sometimes I wouldn't even get a reply back because they sent it to my number &amp; not my email.
    However, I read things online to go to Settings > Messages > Receive At .... I tried clicking my number but you can't and it says Error on the left side next to the number&amp; the only thing selected is my Email.
    So can someone tell me please how to fix this?!?!

    Hi there,
    I would recommend taking a look at the article below and making sure that your phone number is selected under the "Start new messages from:" section. This wont change any of the conversations that have already been started from you email address, but it will ensure that new conversations are coming from you phone number.
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    -Griff W.

  • The image of my ipod can't turn anymore, how to change that?

    Can anybody help me?

    Hi,
    Make sure that you don't have Portrait Orientation locked.  Double-click the home button and scroll once to the left on your iPod.  The icon on the very left will show you whether or not Portrait Orientation is locked. 
    Hope this helps! 
    ---likeabird---

  • Texts and Images are displayed being around bracket

    Texts and Images are always displayed being around bracket not depending on any web page.
    Menu Characters on menu bar are also being abound bracket.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • IHow do I know what the bit details are on an image and how to change it?

    I wanted to send some wildlife images to a magazine who required us to send  quality size 10
    saved at 300dpi and then to send a copy of the same images at 72dpi and 8bit NOT 16bit.
    I have no idea what they are requesting so please:-
    1) How do I discover the details of my photograhs ie resolution 300dpi or 72dpi and how do I change it.
    2) How do I discover the bit on images and again how do I change it as requested by the magazine.
    Please please keep it simple as I am getting on a bit  (pardon the pun) and do not understand computers.
    Photoshop Elements 8  seems so complicated
    Thank you for any help.
    Brian Holland

    Hi Barbara,
    Firstly I hope you had a great Christmas and I wish you a happy and healthy
    new year.
    I have been experimenting with colour changes in my Photoshop Elements 8 and
    am encouraged having changed the colour of my car in the image.
    I now would like to know how I change images that are black i.e. a crow in a
    photograph or change the white in a photograph i.e. a swan.
    I have looked at the Adjust Hue and Saturation and then the 'Master' but
    there does not seem to be a facility to change black and white.
    Also confused by Magenta and Cyan what colours do they represent please
    should I ever need to use them?.
    Thank you again for your help.
    Brian.
    PS Have also been experimenting with text and shapes and can now alter the
    colours of each and with text vary the font, colour, and style. Progress for
    an old chap of seventy three.

  • Using Adobe Export PDF, I converted a PDF document into MS Word. However, all the images are missing

    Using Adobe Export PDF, I converted a PDF document into MS Word. However, all the images are missing--replaced by black rectangles. How can I fix this? Thanks for any assistance.

    Hi Ravinder,
    As I mentioned in my email to you, I wasn't able to reproduce the behavior your described.  The images appear properly.
    Please let me know if you have any questions.
    -David

  • A scanned pageful of different images. i want to delete just a few. how?

    i have scanned a page full of small tattoo designs. i would like to delete some off the page and just keep the ones i like.
    masking doesnt work because i want to delete what i put in the square, not everything around the square.
    would also like to know how to select the images separate and then move each one around the page so all images are nicely placed on page.
    please help. if pages cant do this then what program will?

    Pages won't do this, it's a word processing program. Virtually any graphics program can do this. Photoshop, Paintshop, Graphic Converter - was there a graphics program bundled with your Mac? That should work.
    Good luck,
    Terry

  • ETD and Base line are not matching

    Hi All,
    My requirement is in production server, for some invoices the Expected time departure and base line date are not matching,
    What will be the reason behind this? Can you please advice how to approach to this problem.?
    Thanks in advance
    jaya.G

    Hi,
    could you please eloborate the issue?
    Thanks,
    Srinu

Maybe you are looking for