Alignment missing in properties

Ok i might be late to this game but why can't i now align images and Flash in CS5 simply by clicking the centre align button in the property inspector, it's now replaced by bullet points and indentation!!
Is there no simple way to do this anymore? I can apply it to a table but not to text, images or flash. This was meant to be a quick alteration to the HTML output from flash
Cheers

Wrap your flash element inside a container.   In this example I'll use a CSS division.
CSS:
#flash {
width: 400px /**adjust width as needed**/
margin: 0 auto;
HTML:
<div id="flash">
YOUR FLASH CODE GOES HERE
</div>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Unable to rotate downloaded photos- missing file properties

    I copied/pasted my photos from Windows Explorer. I tried rotating the pictures to the correct position, however it throws an error indicating that the picture contains missing file properties. Has anyone encountered the same thing? How can you fix it?
    BTW, Using iphone 4S with iOS 5. Never had any issues with my 3GS.

    Well that message is a Finder error.
    As to the iPhoto problem:
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair library permissions.
    Regards
    TD

  • [svn] 4521: Fix for - Override information missing for properties and methods in DITA XML output of ASDoc

    Revision: 4521
    Author: [email protected]
    Date: 2009-01-14 06:01:28 -0800 (Wed, 14 Jan 2009)
    Log Message:
    Fix for - Override information missing for properties and methods in DITA XML output of ASDoc
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18681
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18681
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi ,
    I have an error like this below:
    [java] Exception in thread "main" java.lang.IllegalArgumentException: and
    [java] at com.sun.rave.jsfmeta.generators.Main.run(Main.java:521)
    [java] at com.sun.rave.jsfmeta.generators.Main.main(Main.java:279)
    BUILD FAILED
    if someone know solution plz post it here
    Thanks

  • Missing font and alignment capabilities in properties box

    We finally got an upgrade to our Dreamweaver & Fireworks from the original macromedia. I'm so lost with the changes, I had to build a "need it now" new page in Fireworks. I saw where someone said DW wasn't a WYSIWYG program, but that was why I originally bought and loved it and hadn't realized it had changed purpose. I want to be able to select text on my page and change the color or size of just that text. Why was it necessary to remove that capability or make it a major multiple choice in CSS? Is there a way to do this in the properties inspector

    Sorry you're feeling so lost with the modern web standards.  But frankly, a LOT has changed since DW MX days.  The changes in CS6 are not about punishing users.  They're all about keeping pace with best practices as defined by the W3C.  To get the most out of DW  you need a quick refresher course in CSS because that's where all the styles are happening now.
    As a quick example, define a set of CSS styles:
    CSS:
         p {
         text-align:left;
         font-family: Arial, Helvetica, Sans-serif;
         font-size: 16px;}
    /**re-usable classes**/
         .center {text-align:center}
         .red {color:red}
         .green {color:green}
    HTML:
         <p>This text is the default paragraph style</p>
         <p class="center">This text is centered</p>
          <p class="center red">This text is centered and red</p>
          <p>This is default style <span class="green">this is green</span>
         <span class="red">this is red</span> and this is default style again.</p>
    Apply classes to text from the HTML Properties Panel (see screenshot).  Choose one class or multiple classes.
    Once you get all your CSS rules defined, it's a piece of cake to style your content in DW.
    Nancy O.

  • Background selection missing from Properties inspector in CS6? [subject edited by moderator]

    My BG (Background Insert Image) Selection is missing in the Properties Panel of my new Dreamweaver C6. I just moved up from an earlier version of Dreamweaver which did have it. How can I get the BG Image Insert / change link? Thanks

    Thanks Jon, for your initial help....
    But this isn't doing what I want to do. Both the actions you describe above, adds the background .JPG image to the entire Browser Page background.
    I need to insert / add the JPG image to a "TABLE" element which I am centering in the middle of my home page. You can see it here at: http://www.FastDates.com
    See the background JPG photo of the 3 girls with the motorcycle. I created this with the earlier version of Dreamweaver using the BG (Background Insert Image) function previously seen at the bottom of the Properties box. With the new Dreamweaver I  can not find  how do this again - Change this table background Image. Other than to go into the old page coding and change it there. But this will not help me if I create new pages in the further.
    Here is the coding for that section of the page with the JPG calendar page image I want to change each month - highlighted below darker:
    <body>
    <p align="center">
      <map name="Map2" id="Map2">
        <area shape="rect" coords="361,143,591,281" href="http://www.FastDates.com/FDRP.HTM" />
        <table width="1100" height="1151" border="0" align="center" cellpadding="1" cellspacing="10" background="IndexPhotos/IL15.07.jpg" bgcolor="#FFFFFF">
          <tr>
    I hope this will give you the needed information to help me?
    Thank you! Jim Gianatsis / FastDates.om

  • Remote JDBC connect error; missing SecStore.properties

    Hi
    After creating the intial context for a remote JDBC connection, using a Java client, to the J2EE engine, when calling createConnection(), I get the following error on ver 6.4:
    com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection:
    com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "SecStore.properties" does not exist although it should..
    I can not find the file on the server, although what limited doco I can find suggests SecStore should be created at install time. Am I missing something here?
    Thanks, Leonard

    Tried, but no success. Am definitely connecting to jndi, getting the context etc. The issue seems to be here;
    Caused by: com.sap.security.core.server.secstorefs.FileMissingException: File "SecStore.properties" does not exist although it should.
            at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
            at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
            at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:803)
            at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:784)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:206)
    Why is StorageHandler.openExistingStore trying to open SecStore.properties from the remote java client and not on the j2ee server? This makes no sense.
    Thanks

  • Adobe Bridge CS 4 missing file properties

    I'm working with photoshop files (CS 4) and a few seem to have dropped some of the metadata from the file properties in the bridge browser. Dimensions, Resolution, Bit depth, and Color Mode are missing, and the Color Space is listed as Untagged, even though it is in fact tagged as Adobe 1998 in the Photoshop file. It's as if I inadvertently hit it a quick key to dump the information, as it has only occurred on a couple of files. The thumbnail appears smaller too. Any ideas?

    I tried all of the above to no avail. I saved a copy in another folder and the file still had the diminished thumbnail and missing data. I added another layer (the files contain many layers and adjustment layers) to the file, cropped and re-saved and it picked up the missing data on the new version. I made some benign changes on my original, but alas it didn't work.
    When I get a chance I'll do some more testing on this. It may have something to do with I import certain layers. I have been flowing layers in from both Aperture and Bridge, and from the latter, sometimes as smart objects. So maybe there is something going on there.
    Except for this minor glitch, and some more serious PS stability issues, I am preferring the Bridge/Photoshop workflow to the Aperture/Photoshop workflow, and I'm thinking of jettisoning Aperture altogether in favor of the "browser" method of managing files.
    I appreciate all the suggestions and will get back to this problem soon. But for know I have to meet a deadline.

  • Missing Display Properties

    Hi,
    Not sure how but all the tabs, except background, are missing on my Display Properties in XP Pro. I've checked in regedit and all have 0 as Value Data and I am logged on as Administrator and not on a network. The strange thing is they are all showing perfectly when I boot in SAFE mode - any ideas greatly appreciated.

    Spyghost,
    Set your desktop resolution to 16Bit and remove any files you have on your desktop.
    No need for you to keep rendoring your desktop in the background while playing a game.
    Then in the settings I would do these tweaks:
    Performance & Quality Settings
    Performance - Aggressive
    Antiailiacing - Off
    Anisotropic Filters - Off
    Direct3D Settings
    Enable Fog Table Emulation - On
    Mipmap Detail Level - Best Performance
    More Direct3D
    Vertical Sync Mode - Always Off
    Render no more than - 5 Frames Ahead
    OpenGL Settings
    Default Color Depth - Use Desktop Color Depth
    Buffer-Flipping Mode - Auto-Select
    Vertical Sync - Off by Default
    As for the overclocking section, you can use it at your own risk. For now run without overclocking.
    Take Care,
    Richard

  • Generating OVA from VSphere Studio, when trying to deploy via OVA Template, missing Custom Properties page?

    This has got to be something simple I'm missing. However I am able to build a OVA package using Vmware Studio, when I use "File->Deploy OVF Template" on the Vcenter server the original OVA was built on it works fine, shows me all the Networking and Custom Application Properties I set up. However, if I take that OVA to a completely different vsphere box (stand alone), those "pages" are missing, there is no section for configuring the Network or my own custom properties.
    Is there something simple I'm missing?
    Thanks!
    M

    That is true, Scott. I forgot to mention that I had manually altered the workflow files to change out the old content type id with the new one. The workflow *is* available in the new location, it's just the task form fields that are messed up.
    Erin Giffin

  • FW8 Slider controls missing on properties box

    The slide controls in the properties panel for such things as
    text size, transparency, grain, edge size etc. are suddenly
    missing. When I click where they should be, the screen goes blank
    and I have to press the escape key to return to fireworks.
    Does anyone know why this might be happening? I uninstalled
    FW8 and re-installed it. I restarted the computer completely, tried
    turning off all other running programs, reducing the color set to
    16 bit.... Nada.
    I DID recently change from a CRT to an LCD display
    (widescreen) but do not know if the missing elements happened at
    that point or not.
    Any suggestions would be greatly appreciated. I can make
    changes to the values by typing them in, but it is pretty tedious.

    I notice that the javascript files got uploaded by NetFinder as binary files and got the ".bin" suffix appended to them. I bet that's the problem...they should have been uploaded as text files.
    NetFinder says it uses the file mappings in "Internet Config" to determine how a file gets uploaded. Do you know where those mappings are in OSX (I don't see a system preference called "Internet Config" anymore).
    Mike

  • Missing Activity Properties

    Very strange problem here.  I'm trying to update some process activity properties and they've disappeared.  In the screenshot below, below the Custom Email Template Category, there should be several options for defining the properties.
    The properties are obviously missing and I can't find a way to get them back.  I've tried resetting the perspective, and even deleting the entire local copy of the applicaction, but neither have worked.  I've spent several hours on this issue.  Help...

    Both are version 9.5.  I understand that the user assign activity is deprecated, but it's part of some ES 8.2 processes that are part of an upgraded server.  ES version processes are supposed to be totally compatible with ES2 but my experience tells me otherwise.

  • Green guidelines (when lining objects up / aligning) missing

    Hi, as title suggests I no longer get the green guidelines which show when the object I am moving is aligned with the bottom/top/middle etc of another object in my document.  Tried a couple of things in 'View' but hasn't seemed to solve the problem - probably being stupid but I haven't got the time to spend ages doing it today!  So, yet again, I am here for your help...
    Thanks as always,
    Mark

    Hi all,
    Thanks for swift response.  Smart Guides are turned 'on', at least according to the little tick next to where it says 'Smart Guides'.
    As an example of what I'm doing, I create a rectangular box and place it anywhere on my page.  I then create another rectangular box (or whatever shape).  When using Illustrator before, I could move the box and some green lines would indicate when my new box was lined up to an edge or the middle of the first box.  It's useful for making sure everything is lined up neatly and accurately, but have no idea where the function has gone.
    Is this description any clearer?
    Thanks again,
    Mark

  • Not able to create StdSchedulerFactory due to missing my_quartz.properties

    Hi ,
    Below piece of code is returning NPE as it is not able to read my_quartz.properties from the context:
    factory =(org.quartz.impl.StdSchedulerFactory) ctx.getAttribute(QuartzInitializerServlet.QUARTZ_FACTORY_KEY);
    Here is the error
    <Sep 29, 2008 3:04:30 PM IST> <Error> <HTTP> <BEA-101216> <Servlet: "QuartzIniti
    alizer" failed to preload on startup in Web application: "EkaWebApp".
    javax.servlet.ServletException: Properties file: '/WEB-INF/my_quartz.properties'
    could not be read.
    I have made the following entry in my web.xml but still no luck.
    <servlet>
         <servlet-name>QuartzInitializer</servlet-name>
         <display-name>Quartz Initializer Servlet</display-name>
         <servlet-class>org.quartz.ee.servlet.QuartzInitializerServlet</servlet-class>
         <init-param>
              <param-name>config-file</param-name>
              <param-value>/WEB-INF/my_quartz.properties</param-value>
         </init-param>      
         <init-param>
              <param-name>shutdown-on-unload</param-name>
              <param-value>true</param-value>
         </init-param>
         <init-param>
              <param-name>start-scheduler-on-load</param-name>
              <param-value>true</param-value>
         </init-param>
         <load-on-startup>1</load-on-startup>
    </servlet>
    Any clues will be greatly appreciated.
    Ravi Gupta

    use some partial submit = true for insert button.

  • Options missing from Properties window for smart shape

    I feel really stupid. I recently updated my Captivate 8 to 8.0.1.242 and now I can't figure out how to change the color of my smart shapes. I don't see the fill or stroke settings. Is there somewhere new I should be looking? Shouldn't they be under the "State" area? All is see is the opacity setting.

    Lilybiri
    Unfortunately your solution did not work for me. This contribution is more for Adobe than you. This has become a very annoying problem. I cannot get to the Smart Shape properties. Even creating a new smart shape (which I intent to delete) did not active the properties. Sometimes these properties just seem to appear after a few frustrating clicks on the smart shape...but not today!!!!! Is this on the bugs to be fixed ASAP list?

  • Center alignment missing?

    I need to align vertically on center, but for some reason only the left alignment on vertical is showing ... where did right and center go!?

    Are you working with a Text Layer?
    Nancy O.

Maybe you are looking for

  • 10.1.3 : muti-byte String will not display correctly on standard button

    in Jeveloper 10.1.3, strings on "OK" "CANCEL" "HELP" button have an incorrent display. Have anybody tested in Chinese, Korean or Japanese envirements?

  • DB2 problems with Dynamic SQL

    Does anyone out there use dynamic SQL with DB2? If so, are the sql statements causing a PreparedStatement to be executed on DB2. I posted this question similarly before, but never resolved it, and it is killing me. I have to resolve this ASAP! Here i

  • Multiple node selection in Hierarchy Variable

    Hi Experts, I have a requirement for the capability to select the multiple node in the BPS variable of type hierarchy. This is required in the data slice where my administrator want to select the more than one node at a time for the purpose of lockin

  • Javac compiler Error - cannot resolve symbol - symbol  StringBuilder?

    Hi , I am using hp - ux system with java version "1.4.2.06". when i try to compile a program called CharSequenceDemo.java which is found in the java tutorials at this link [CharSequenceDemo.java|http://java.sun.com/docs/books/tutorial/java/IandI/exam

  • How to launch a WebHelp Project Full Screen

    Folks still having a problem trying to launch my WebHelp project full screen from our local intranet page. The project still opens within the window of the Intranet page (so I loose quite a bit of screen space). This is what I have done so far: In th