My embedded style is not over riding my external style?

I have an external style of #mainContent h1, text align center.  Then I did the same rule except embedded it in the document and changed the text align to left, but it the text stays centered.  Any ideas?  Thanks.

iconoclast78 wrote:
I have an external style of #mainContent h1, text align center.  Then I did the same rule except embedded it in the document and changed the text align to left, but it the text stays centered.  Any ideas?  Thanks.
You mean as in inline rule or as a rule in the head of the document.  If it's an inline rule, it should take precendence, if it's in the head, it should be below the linked stylesheet.
It may pay for you to upload the pages and provide a link so people can see the page and the code to help see what the problem may be.
Nadia
Adobe® Community Expert : Dreamweaver
http://www.perrelink.com.au
Unique CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
http://csstemplates.com.au/
http://twitter.com/nadiap

Similar Messages

  • Character Styles Panel not refreshing after adding character styles

    Hello,
    Anyone know how to get Illustrator's Character Styles panel to refresh after programatically adding new styles by calling CreateCharStyle()?
    Currently, the user must save the document and reopen it in order for Illustrator to refresh the character style list within the UI.  This is obviously not ideal.
    You may replicate this issue in the sample code by executing the SnippetRunner Text Styles snippet and then executing the CreateCharacterStyle snippet.  This sample code also successfully adds a new character style but fails to update the Character Styles panel within the UI.
    One side note: The AIATECurrentTextFeaturesSuite has an Invalidate() method.  I tried adding this call but it doesn't seem to have any impact.
    Any help would be greatly appreciated.
    Thanks,
    Peter

    I'm seeing success with the Notification call in CS4 too; thanks. But not in CS5 (Windows). I still need to save the document to refresh the panel. And (in fact, probably due to this fact), while the new Style has appeared, none of the features (such as font size, leading) that I have added using NewCharStyle.SetFeatures(features) show up. Any clues? The code (basically copied from the SnipperRunner project) is identical between CS4 and CS5; I'm just building against the different SDKs.
    DF

  • Table border is not over-riding cell formatting

    I'm using InDesign CS4. I've created a table and styled it with a Table Style which uses several cell styles. I have specified a table border in Table Setup, but it does not appear on my table. It maintains the formatting in the cells. "Preserve Local Formatting" is grayed out, so I cannot select or deselect it. The only way to get the border to show up is to manually apply a stroke using the Stroke palette. I do not want to use this solution. I want it to work in the Table Style.
    A similar problem was posted but not answered here: http://livedocs.adobe.com/en_US/InDesign/5.0/help.html?content=WSa285fff53dea4f86173837510 01ea8cb3f-6fbf.html
    Please help!

    Here is a useful bit of info from the InDesign CS4 online help:
    Formatting precedence in styles
    If a conflict occurs in formatting applied to a table cell, the following order of precedence determines which formatting is used:
    Cell style precedence
    1. Header/Footer 2. Left column/Right column 3. Body rows. For example, if a cell appears in both the header and the left column, the formatting from the header cell style is used.  
    Table style precedence
    1. Cell overrides 2. Cell style 3. Cell styles applied from a table style 4. Table overrides 5. Table styles. For example, if you apply one fill using the Cell Options dialog box and another fill using the cell style, the fill from the Cell Options dialog box is used.
    Mike Witherell in Maryland

  • My existing object styles are not visible

    My existing object styles are not visible in the object style panel- only via quick apply (so I know they exist)
    Any idea how I can make this panel functional again?
    Using CS6
    Thanks!

    @ Bob, I think you posted the response to a differnt question...
    @ chandasz, see Replace Your Preferences

  • Photoshop Layer Styles do not come over to FCP

    I have a .psd file. It's a logo on one layer with a blank (alpha channel) as the background. I want to put a stroke on the logo. In photoshop, I use blending options to add my stroke.
    When I import the file into FCP, it does not have the stroke. I tried other effects (drop shadow, bevel, etc) and none of those come over to FCP either.
    So is it known that photoshop does not recognize the photoshop layer styles? Or am I doing something wrong?
    Thanks for the help.
    -Carl

    Layer - Rasterize is grayed out...
    Wonder what I'm doing wrong...
    Even if I can somehow do this, why can't FCP just understand these layer styles... It works so well with photoshop, but there's this one issue. And if I rasterize it, I'm not going to be able to make it bigger later. Kind of defeats the purpose of wanting to go back and edit it later on..
    Strangeness...

  • Data Migration from 11i to R12 Global - Open POs,lines, receipts & on hand upload, Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines?

    Hi Friends,
    We are in a phase of data migration from 11i to R12 
    I was discussed with client & they wants extraction of all open POs which was generated after 01 Jan 2014 to till date in 11i.
    Condition for open POs is PO qty-received qty=>0
    critical Example for open PO is :PO no: 10 has 4 lines, 3lines full qty has been received & for 1 line partial qty(say 50 out of 100) received.
    in this case he wants in R12 uploading as PO no:10 should entered as open PO with all 4lines & 3 lines complete receipt should be done, for 4th line partial qty i.e 50 should be received.
    the question is if we upload on hand qty first, then open POs & receipts, it will increase the onhand qty in new system(mismatch of on hand qty's 11i to R12) 
    Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines.
    Or Please advice best solution.
    Thanks & Regards
    Giri

    adetoye50 wrote:
    Dear Contacts Journal Support Team,
    FYI, this is a user to user support forum.  You are NOT addressing Apple here.
    Honestly, I doubt anyone is really going to take the time to read the novel you have written.

  • Java chat program, works on single PC, but not over internet?

    I got bored so I started writing a chat client in java, its IRC style, a server and as many clients as you want. It works fine on a single computer (using 127.0.0.1 as the IP) but not over the internet.
    I've tried running the server and client on my home PC, set up the ports to be forwarded on my router and enabled them in the windows firewall but I get the error "Connection refused" when trying to connect using my external IP (ISP) address, same with me running the server and a mate running the client.
    The class chatHandler was basically stolen off the internet, the rest I wrote myself or modified bits of code to suit. I wrote it in netbeans with the GUI builder.
    I've hosted both projects in the single zip, if you want to run the application just open the .jar file in the dist folders, or view the source via the src folder, or alternatively you can load the project up in NetBeans so its easier to play with the GUI.
    So yeah if anyone can help me out with why its not working that'd be great, I've added the port to my firewall (default 60111). My ultimate goal is to implement an actual protocol so it isn't just sending plain text, then I can easily send files to mates etc.
    http://rapidshare.com/files/208309140/ChatProgram.zip.html
    Edited by: rolls on Mar 12, 2009 4:58 AM

    what I have done recently is this:
    have added java.exe, javaw.exe, the ports Im using to the windows firewall and also the ports I am using to my router.
    I have also tried changing :
    server = new ServerSocket(port);
    to:
    InetAddress IP = InetAddress.getByName(IPAddress);
    server = new ServerSocket(port, backlog, IP);
    (IPAddress = 192.168.1.3 my lan NIC)
    As I believe it was binding to my local loopback adaptor, hence not seeing any packets when using a packet analyser, however now I get an exception, after printing a stacktrace from the client I get this.
    However I can now connect using 192.168.1.3 just not using my external IP address.
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:366)
    at java.net.Socket.connect(Socket.java:519)
    at java.net.Socket.connect(Socket.java:469)
    at java.net.Socket.<init>(Socket.java:366)
    at java.net.Socket.<init>(Socket.java:180)
    at chatclient.Client.run(Client.java:60)
    at java.lang.Thread.run(Thread.java:619)
    Why is my connection getting refused? I've set up a virtual server and port forwarding on my router, and turned off the windows firewall.

  • Link to site-root relative style sheet not working CS4

    I am trying to define links to site-root relative external style sheets - as I believe that IE conditional comments prevent Templates from correctly updating the links. The styles are not being applied when I use any href path begining with "/".  So, the following do not work:
    <link href="/styles/myStyleSheet.css" rel="stylesheet" type="text/css" />
    <link href="/myStyleSheet.css" rel="stylesheet" type="text/css" />
    Dreamweaver can open the css file from a right-mouse click and even give me warnings about css properties as a tool-tip as I hover over the file. The styles are applied fine with document relative paths:
    <link href="../myStyleSheet.css" rel="stylesheet" type="text/css" />
    Any ideas?
    Jeff

    Close your meta tag.
    <meta name="description" content="blah, blah, blah...>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Css layout or style sheet not showing table layout

    When I was working on my website I noticed that my tables don't show up in the browser of my site, they do however, show up in the dreamweaver design so I am wondering if when I was making changes somehow to the site if something in the css layout or style sheet got deleted.  Could someone please take a look at it and please tell me what needs to be fixed, I am not at all familiar with css so I need all the help I can get on this here is the link.  Thank you! http://angelcoilbartlett.com/index.html

    In your HTML document in Code View, remove the following embedded CSS code. This is competing with external  style sheet code and causing your site havoc.  In the future, don't create any more new styles.  You don't need them.  Stick with the established styles set up by the original designer and you will have way fewer problems.
    DELETE ALL OF THIS NONSENSE:
    <style type="text/CSS>
    <!--
    .style1 {     font-size: 12pt
    .style3 {     font-size: 18pt;
         color: #000000;
    .style6 {font-size: 12pt; color: #000000; }
    .style8 {     color: #000000;
         font-size: 14pt;
    .style9 {
         color: #990000;
         font-weight: bold;
    a:link {
         color: #666666;
         text-decoration: none;
    a:visited {
         text-decoration: none;
         color: #666666;
    a:hover {
         text-decoration: none;
    a:active {
          text-decoration: none;
    .style10 {color: #000000}
    body,td,th {
         color: #666666;
    .style7 {font-size: 12pt;
         color: #000000;
         font-weight: bold;
    .style12 {color: #666666; font-weight: bold; }
    .style14 {color: #000000; font-weight: bold; }
    .style13 {color: #666666}
    -->
    </style>
    If you want to continue working with web pages, you owe it to yourself and your employer to learn basic HTML and CSS so you can get yourself out of jam when things go wrong.
    Start learning here:  HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can I decrease my font size in mail?  I have it set to small and yet it is enormous, letters running into one another.  I have rebooted and more.  Something is over riding my setting.  Any suggestions?

    How can I decrease my font size in mail?  I have it set to small and yet it is enormous, letters running into one another.  I have rebooted and more.  Something is over riding my setting.  Any suggestions?

    You haven't mentioned which mail it is,
    If it is G-mail go to settings --> general tab--> default text style , you can change your font size & then save at the bottom of the page

  • Problem after over riding paintComponent() method

    I am over riding the paintComponent() method for a button to show the text in 2 lines. But when I invoke setEnabled(false) on the button, the button is getting disabled but the text is not.
    Could any one please let me know how to do that.
    The code for the paintComponent() method is pasted for reference
    protected void paintComponent(Graphics g) {
    super.paintComponent(g);
    Graphics2D g2 = (Graphics2D)g;
    int w = getWidth();
    int h = getHeight();
    FontMetrics fm = g.getFontMetrics();
    int textw1 = fm.stringWidth(text1);
    int textw2 = fm.stringWidth(text2);
    FontRenderContext context = g2.getFontRenderContext();
    LineMetrics lm = getFont().getLineMetrics(text1, context);
    int texth = (int)lm.getHeight();
    prefHeight = texth;
    int x1 = (w - textw1) / 2;
    int x2 = (w - textw2) / 2;
    int th = (texth * 2);
    int dh = ((h - th) / 2);
    int y1 = dh + texth - 3;
    int y2 = y1 + texth;
    // Draw texts
    g.setColor(getForeground());
    g.drawString(text1, x1, y1);
    g.drawString(text2, x2, y2);
    regards,
    shantanu

    Hi,
    Thanks for advices, I solved the problem...it was simplier than i thought. When the g.drawImage(.... is called ) i just added Thread.sleep( time ) after that line. This gives the sound therad time to play the sound without interrput and time to main thread to handle the image. All works now pretty much as i thought, except when JFrame is overlapped the image is not drawn again...this can be corrected ( maybe?)by adding windoslistener and implement the methods in that inteface and make some repainting in different situations. But cause you gave me the magic work Thread priority I hox! the problem, so here goes 10 duke dollars.

  • OU Group Policy over-riding User Group Policy

    I'm using ZfD 4.01 ir7 and have a restrictive Group Policy applied at the
    OU level. I've created a less restrictive Group Policy and assigned it to
    a user within the above mentioned OU but the settings are not
    taking...the OU Group Policy is over-riding the user Group Policy. The
    appropriate rights have been assigned and this configuration is working
    for other users/OUs in the tree. I've run a dsrepair against this
    partition and no errors were reported.
    Any suggestions to resolve this would be greatly appreciated.
    Ryan

    Paulr,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Over-riding .LCK files on Inherited Website

    Is there any way of over-riding .LCK files?
    I’ve recently been given access to administer a
    department webpage at a university and defined a site on my
    computer - but when I accessed the server's directory I found the
    .htm files have the .LCK extension. I was able to download the
    files but am prevented from uploading any files. The original
    webperson has left and no one has any information.
    I was checking the archives and see that the .LCK is related
    to Dreamweaver's "check-in/check-out" feature which allows tracking
    of files when working in groups. But since I'm now become "the
    group", how do I over-ride this feature so I can work on the .htm
    files?
    ~CK

    Just delete the lck files on the server as I mentioned
    before.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Hurleyburley" <[email protected]> wrote in
    message
    news:[email protected]...
    > Unfortunately the previous person who opened the files
    and checked them
    > out did
    > not return/upload them - and didn't leave copies of the
    files to upload.
    >
    > So is there a way to access the files which have been
    locked when I don't
    > have
    > the original checked-out files to check-back-in?
    >
    >
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > If the previous person opened the file in DW it would
    have checked it out,
    > in the process creating the LCK file. To remove this
    file DW needs to
    > check
    > the file back in. If you are using another program for
    this part of the
    > operation then you will have problems with DW.
    >
    > --
    > Paul Whitham
    > Certified Dreamweaver MX2004 Professional
    > Adobe Community Expert - Dreamweaver
    >
    > Valleybiz Internet Design
    > www.valleybiz.net
    >
    > "Hurleyburley" <[email protected]>
    wrote in message
    > news:[email protected]...
    > >
    quote:
    Originally posted by:
    Newsgroup User
    > >
    > > Thanks alot for the help!
    > >
    > > I did enable Contribute in my Remote site. I was
    able to download the
    > > files
    > > to my computer and make changes. When I tried to
    upload the updated
    > > .htm
    > > files
    > > I got an error message saying "Encountered 1 errors
    (sic) during the
    > > transfer."
    > >
    > >
    > > Due to security reasons our university permits file
    transfers using a
    > > product
    > > called SSH Secure File Transfer Client. Does using
    the SSH FTC product
    > > instead of Dreamweaver's FTP connection create a
    problem for the .LCK
    > > check-in/check-out feature? Or is there something
    else that needs to be
    > > addressed?
    > >
    > >
    > >
    > > You need to NOT do this. Have you enabled
    Contribute in your Remote
    > > site
    > > definition?
    > > --
    > > Murray --- ICQ 71997575
    > > Adobe Community Expert
    > > (If you *MUST* email me, don't LAUGH when you do
    so!)
    > > ==================
    > >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > > ==================
    > >
    > >
    > > "Hurleyburley" <[email protected]>
    wrote in message
    > > news:[email protected]...
    > > > Is there any way of over-riding .LCK files?
    > > >
    > > > I?ve recently been given access to administer
    a department webpage at
    > > > a
    > > > university and defined a site on my computer -
    but when I accessed the
    > > > server's
    > > > directory I found the .htm files have the .LCK
    extension. I was able
    > > > to
    > > > download the files but am prevented from
    uploading any files. The
    > > > original
    > > > webperson has left and no one has any
    information.
    > > >
    > > > I was checking the archives and see that the
    .LCK is related to
    > > > Dreamweaver's
    > > > "check-in/check-out" feature which allows
    tracking of files when
    > > > working
    > > > in
    > > > groups. But since I'm now become "the group",
    how do I over-ride this
    > > > feature
    > > > so I can work on the .htm files?
    > > >
    > > > ~CK
    > > >
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
    >
    >

  • Viewing non-embedded itunes album artwork over network

    hi
    i am exploring the two methods of adding album artwork to itunes, embedded and non-embedded. my preference is to go for non-embedded, as my artwork is quite large (500Kb), as is my collection (20000 tracks). i would like to be able to view album artwork on my ipod as well as over my local network. at the moment i can't see any album artwork over the network if i use the non-embedded method - is there any way of getting this working? i can see the artwork if it is embedded, though of course coverflow doesn't work over the network at present (shame). i can only see the artwork in every track if it is embedded in every track though, which means a lot more capacity is needed on my local drive for increased file sizes (500kb * 20000) = 10GB. this isn't such a big deal on the local drive, but 10GB extra on the ipod is of course a lot of space to use for artwork. i could settle for not having album artwork on the ipod, but if it is embedded in each track then i don't have the choice but to transfer it onto the ipod (i think i've got this right). at present i am using the 'lossless-AAC script' to convert from apple lossless to AAC for the ipod, but there doesn't seem to be any way of stripping the artwork in this process, or ideally reducing the artwork to a reasonable size for the ipod. as i understand it, when i use the non-embedded method, itunes sends a small version of the artwork to the ipod. ideally i would like a similar method for local artwork, rather than artwork downloaded from the itunes store.
    i am used to using a PC, and J River Media Center as my media player, which had a much better method of handling artwork. you could store the artwork in each album folder and it would be recognised automatically by the media player, without embedding, and a smaller version would be sent to the ipod. this non-embedded artwork could be recognised over the local network, and you could even have multiple artwork which would play as a slideshow in full screen mode. i am hoping that itunes will work towards such functionality, but in the meantime would like a way of at least being able to view my artwork over my local network, ideally in fullscreen mode, using cover version visualisation, without embedding into each track if possible, but if i have to embed, without all the artwork being transfered to the ipod.
    thanks
    nick.

    Wait, are you saying that your album art is 500k average for each image? That's a little crazy, unless you're projecting the album art on a wall or something. You might want to run the images through some jpg compression to get them down to 70k or so.
    As for getting non-embedded art on seen over the network, it's not possible right now. You might want to request this feature for a future version of iTunes.

  • My ipod touch is stuck on a screen that shows a picture of the USB cable with an arrow to "itunes" and pic. of a CD with a music note over it....what do I do?

    My ipod touch is stuck on a screen that show  a picture of the USB cable with an arrow to a picture of a CD with a music note over it.  I have reset and turned on and off.....what do I do??

    Connect it to iTunes and restore it.
    B-rock

Maybe you are looking for

  • Permanent closure of Open Sales Orders

    Morning Gurus !! May be this is an issue with a lot of consultants. Our company wants to close all the open Sales Orders, for which I have suggested giving a Reason for Rejection or a Credit Block to close them. But end users are asking for a method

  • Is possible to skip first screen in BDC Session

    Hi all, Is it possible like  in call transaction method to skip first screen in Batch input session? Syntax---- call transaction MM01 and skip first screen. I want same result By using Batch input session. Suggess.......... Thanks Sanket sethi

  • Create multiple idoc with multiple receivers based on value mapping table

    Hi, Scenario:  Step1 : sender sends a finance doc iin the form of an idoc. This idoc will have multiple line items based on profit center. Do determine the value of receiving comp code(header field) n receiving system(logical sys name) value mapping

  • Re-Org/Update Program for Route determination

    Hi does anyone know if there is a Re-org / Update program for Routes ? I have added new routes, against Shipping conditions from NO and SE to many Western European Countries ,  and would like to update Sales orders/ deliveries with these new routes M

  • Dreamweaver (aka Macromedia Dreamweaver)

    I have Macromedia Dreamweaver 6.0 on a PC and my website is hosted on Earthlink. Can I download the website to my MacBook pro and if so what version of Adobe CS5 would I need to purchase in order to work on the website on my Mac? Many Thanks, John