CSS Runs in Design, But Not Live

I added a CSS definition to "repeat-x" a 1px background image in DW CS4. I uploaded the page to my site and everything worked fine. After making a few additional changes (none to the CSS that I remember), the page stills displays correctly in design mode. However, as soon as I go live, I lose the background that I defined in CSS. What could be cuasing this problem?

Maybe you are refering to the background on the local PC, not the server?
As ever, a link to the site would help people to identify the problem.
Bob

Similar Messages

  • USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    Greetings;
    This seems to an ongoing issue (see related discussion link).  We've been experiencing the same update lag since last Friday.  The new additions to the Collection appear and are accessible in both the iPad and iPhone applications, but even though they additions appear in "Quick View", the material doesn't appear in the Collection itself.  Apple is aware of the issue and is investigating.  All the best...
    Syd Rodocker
    Tennessee State Department of Education
    https://discussions.apple.com/message/15461971#15461971

  • ASAP!!  Flash Player Works on Computer But Not Live.  (Could Be Easy)

    I need to present this site in a couple of hours and ran into this problem.
    I just added a Flash button that works perfectly on every single page except my gallery.php.  All the other pages are .html.  On my computer I can see the button perfectly, but when I uploaded and viewed the file it tells me to update my player.  Why would it not work live and does it have anything to do with it being a .php file?  Here's a link that works, The "Primerica" button on the top right is the focal point.
    Works:
    http://shepardsuperteam.com/chris/inner_circle.html
    Doesn't Work
    http://shepardsuperteam.com/chris/gallery.php
    It looks more presentable in IE7 than FF but I need to remedy this ASAP!!!

    With an intermittent problem, whether a solution really works
    needs to be tested extensively. Someone else reported being able to
    play Flash in FF with Flash 9 installed, IF they also had Flash 8
    installed. But in that case and in yours, was there sufficient
    testing before the solution was reported? Check out this page with
    FF (it's a page that tends to generate the problem with a high
    frequency, but not always):
    http://www.yoism.org/?q=node/52#jill
    If repeated testing on that page doesn't crash your ability
    to play Flash, then your solution may really work. What version of
    Flash does Adobe say you have when you visit this page?:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    The other problem with IE is probably unrelated to this. Did
    you reinstall Flash for IE? For IE, you have to run the exe program
    with winax.exe in the name.

  • Mail.jar javabeans runs in beans but not in browser

    I have added the mail.jar to java beans and have written a program to access smtp mail
    The program compiles and runs ok in the beans development client but when i try to run it outside of beans in a web browser it wont run.
    If I then remove the Mail part from the program it will run outside of beans.
    I have added the mail.jer to the library within beans
    The exception im getting points to the Mail.jar being missing.
    Is there any other way to register the mail.jar with java beans or even with the javac compiler.
    Thanks in advance

    I include the full code im trying to get to work outside of the design environment. I tried adding the path of the mail.jar to the html path but it did absolutely nothing. I cannot find any reason why this code works in the designer and not outside of it. Works great in and out of the designer without the mail.jar library. Once the mail.jar library is there it will only work in the designer. I would have thought during the packaging process the designer would pass over all of the relative files and settings ready for deployment as it does with running in the designer but apparently not.
    package request;
    import java.awt.*;
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    public class request extends java.applet.Applet{
         Button sendrequest,clear;
         TextField tex1,tex2,tex3,tex4,tex5;
    @Override
         public void init(){
              setLayout(new GridLayout(6,2,2,5));
              add(new Label("Customer Name"));
              tex1=new TextField(22);
              add(tex1);
              tex2=new TextField(22);
              add(new Label("Account Number"));
              add(tex2);
              tex3=new TextField(22);
              add(new Label("Viewing Card Number"));
              add(tex3);
              tex4=new TextField(22);
              add(new Label("Request Type"));
              add(tex4);
              tex5=new TextField(22);
              add(new Label("Request Reason"));
              add(tex5);
              sendrequest = new Button("Send Request");
              add(sendrequest);
              clear=new Button("Clear");
              add(clear);
    @Override
         public boolean action(Event evt,Object arg){
              if(evt.target instanceof Button){
    try {
    makechoice((Button) evt.target);
    } catch (Exception ex) {
    Logger.getLogger(request.class.getName()).log(Level.SEVERE, null, ex);
                   return true;
              } else return false;
         void makechoice(Button b) throws Exception{
              if (b==sendrequest){
                   String mess=null;
                   Date date;
                   date=new Date();
                   mess=date.toString() + "\r\n";
                   mess=mess + "Customer Name: "+ tex1.getText() + "\r\n";
                   mess=mess + "Account Number: "+ tex2.getText() + "\r\n";
                   mess=mess + "Card Number: "+ tex3.getText() + "\r\n";
                   mess=mess + "Request Type: "+ tex4.getText() + "\r\n";
                   mess=mess + "Request Reason: "+ tex5.getText() + "\r\n";
    postmail(mess);
    }else {
                   tex1.setText("");
                   tex2.setText("");
                   tex3.setText("");
                   tex4.setText("");
                   tex5.setText("");
    void postmail(String mess) throws MessagingException
    boolean debug = false;
    String recipient="YOUR EMAIL ADDRESS HERE";
    String subject="change request";
    String from="YOUR EMAIL ADDRESS HERE";
    //Set the host smtp address
    Properties props = new Properties();
    props.put("mail.smtp.host", "YOUR SMTP SERVER ADDRESS HERE");
    // create some properties and get the default Session
    Session session = Session.getDefaultInstance(props, null);
    session.setDebug(debug);
    // create a message
    Message msg = new MimeMessage(session);
    // set the from and to address
    InternetAddress addressFrom = new InternetAddress(from);
    msg.setFrom(addressFrom);
    InternetAddress addressTo = new InternetAddress(recipient);
    msg.setRecipient(Message.RecipientType.TO, addressTo);
    // Setting the Subject and Content Type
    msg.setSubject(subject);
    msg.setContent(mess, "text/plain");
    Transport.send(msg);
    }

  • Non-UB runs on Intel but not as plugin?

    I was under the impression that AU was the requisite format to run a plugin within Logic and universal binary was additionally required for anything to run on Intel macs. Zero-G Vocal Forge is stated as being AU but not necessarily UB. The stand alone version works fine on my Intel iMac however, the plugin does not show up in my Logic 8 or Ableton Live 6 plugin menus. I tried the AU scanner in Logic to no avail. The component does show up in the correct folder. I thought that if something wasn't UB, it just wouldn't run at all on an intel Mac but it runs fine, just not as a plugin. I wouldn't even bother asking, except that the stand alone is operational. Will I have to wait for UB, or am I doing something wrong? Thanks. - Emile

    Hi,
    The reason the Stand=Alone version of your plugin works, is that under an Intel mac, there is a shell, called "Rosetta". What this does, is that when you open a non-Intel, or non-Universal Binary version of a software, the computer tries to open it, and runs it inside the Rosetta shell. This is not a very efficient way of running software, but it allows you to open things that are not yet Universal Binaries.
    The Audio Unit portion of your plugin, is NOT Universal binary, and because it is not, it does not show up when you open Logic, which IS Universal binary. Logic is not being run under the Rosetta shell, because it does not need to.
    If you want to use it as a Plugin-In inside of Logic, you will have to wait until the company releases a UB version.
    Cheers

  • App is running on simulator but not in Playbook device

    Hi,
    I have developped an app that has been approved and it's present on app world.
    The app is running perfectly on the simulator but customers write reviews saying that they can't save data on the device and no error message is displayed.
    I have used AIR SDK and a SQLIte database.
    As I'm in Europe and Playbook is not available, I can't debug the app on a real device.
    Has anybody an idea about why the app work on the simulator but not on the real device.
    Thanks.

    Scocam - that's not a particularly helpful comment. A great deal of the apps in AppWorld have not been tested on the PlayBook yet as there ard a number of developers still waiting to receive their PlayBooks.
    If they live outside of North America then they have no other way of getting one except for waiting for RIM to ship them out. In the meantime, we use the simulators that RIM provide us and hope the apps behave the same on the real devices. This isn't always the case.
    But a great way to demonstrate your ignorance with an unhelpful pithy comment. Well done.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!

  • I want a user to use only import, it run with export but not import

    Hi,
    i create a user for use only for import and for export.
    batch_export with exp_full_database role <- It run
    batch_import with imp_full_database role <- don't run
    P:\>sqlplus batch_export/batch
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:21:58 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-00604: une erreur s'est produite au niveau SQL rÚcursif 1
    ORA-20000: Connexion refusee
    ORA-06512: Ó ligne 41
    Entrez le nom utilisateur :
    P:\>sqlplus batch_import/batch@rfsage
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:03:36 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ConnectÚ Ó :
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    the trigger as run
    create or replace trigger batch_export.check_connexion after logon on database
    declare
    V_MODULE SYS.V_$SESSION.module%TYPE;
    V_TERMINAL SYS.V_$SESSION.terminal%TYPE;
    V_SID SYS.V_$SESSION.SID%TYPE;
    V_SERIAL SYS.V_$SESSION.SERIAL#%TYPE;
    V_COMMAND varchar2(100);
    V_CURRENT_USER varchar2(20);
    V_CURRENT_SID SYS.V_$SESSION.SID%TYPE;
    cursor connexion is
    select substr(module,1,7) module, substr(terminal,1,12) terminal, sid, serial# from v$session T1 where schemaname='BATCH_EXPORT';
    cursor ID_CUR is
    select user from dual;
    cursor SID_CUR is
    select SYS_CONTEXT('USERENV','SID') sessionid from dual;
    --select SYS_CONTEXT('USERENV','CURRENT_USERID') current_userid from dual;
    Begin
    open SID_CUR;
    loop
    fetch SID_CUR into V_CURRENT_SID ;
    EXIT WHEN SID_CUR%NOTFOUND;
    dbms_output.put_line('V_CURRENT_SID:'||V_CURRENT_SID);
    end loop;
    close SID_CUR;
    open ID_CUR;
    loop
         fetch ID_CUR into V_CURRENT_USER ;
         EXIT WHEN ID_CUR%NOTFOUND;
         if V_CURRENT_USER='BATCH_EXPORT' then
         open connexion;
         loop
              fetch connexion into V_MODULE,V_TERMINAL,V_SID,V_SERIAL ;
              EXIT WHEN connexion%NOTFOUND;
              if V_MODULE<>'EXP.EXE' then
              dbms_output.put_line('V_SID:'||V_SID);
              dbms_output.put_line('V_CURRENT_USER:'||V_CURRENT_USER);
                   if V_CURRENT_SID=V_SID then
                   dbms_output.put_line('MODULE:'||V_MODULE);
                   RAISE_APPLICATION_ERROR (-20000,'Connexion refusee');
                   end if;
              end if;
         end loop;
         close connexion;
         end if;
    end loop;
    close ID_CUR;
    End;
    as the same for import user.
    I try with role in trigger but it don't, i see this in forum Oracle.
    But i think EXP_FULL_DATABASE have not DBA rule, but IMP_FULL_DATABASE have.
    How i do this ?
    I want just to use a user to imp utilities, but not connexion in sqlplus.
    Thanks for your help
    Christophe

    thanks for your help.
    it run !
    for example :
    as the system user
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'CONNECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    SQL> grant create session to batch;
    Autorisation de privilèges (GRANT) acceptée.
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'SELECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    the result
    oracle@debian:~$ sqlplus batch/batch;
    SQL*Plus: Release 10.2.0.1.0 - Production on Mar. Août 22 06:53:00 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à :
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select user from dual;
    SP2-0544: Commande "select" désactivée dans le profil utilisateur du produit
    SQL>
    oracle@debian:~$ exp batch/batch owner=batch file=test.dump
    Export: Release 10.2.0.1.0 - Production on Mar. Août 22 06:54:32 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export fait dans le jeu de car WE8DEC et jeu de car NCHAR AL16UTF16
    le serveur utilise le jeu de caractères WE8ISO8859P1 (conversion possible)
    Prêt à exporter les utilisateurs spécifiés ...
    . export des actions et objets procéduraux de pré-schéma
    . export des noms de bibliothèque de fonctions étrangères pour l'utilisateur BATCH
    . export des synonymes de type PUBLIC
    . export des synonymes de type PRIVATE
    Thanks for all

  • Report generating on local but not live

    hi Guys,
    its been 2 months to this problem, Crystal report is not generating report on live. i had installed CR for my local laptop and same setup for live. VS 2010. now i got new machine and i downloaded setup for VS2010. but when i opened report by double clicking it said that version is different so i installed older setup which i had on my laptop. the problem is when i create a report locally, it generates report very fine but on LIVE it does not do anything. it does not even create exception. some time there is one error in Even Viewer
    "The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    i have researched on it and it seems that this error does not break functionality. could you please tell me any idea?
    thanks

    hi guys,
    now my live and local both are not working... as suggested by Ludek i have tried Process monitor and found some entries which i want to point out. please see below.
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegEnumValue
    Result:     NO MORE ENTRIES
    Path:     HKLM\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Report Application Server\InprocServer
    TID:     6900
    Duration:     0.0000013
    Index:     14
    Length:     48,900
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegCreateKey
    Result:     ACCESS DENIED
    Path:     HKLM\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    TID:     6900
    Duration:     0.0000056
    Desired Access:     Read/Write
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     ACCESS DENIED
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    TID:     6900
    Duration:     0.0000059
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694_CLASSES\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000033
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKCR\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000047
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694_CLASSES\Wow6432Node\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000033
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-21-1520874416-994972325-646158445-1014
    TID:     6900
    Duration:     0.0000026
    Desired Access:     Maximum Allowed
    Date & Time:     23/01/2012 14:06:35
    Event Class:     File System
    Operation:     ReadFile
    Result:     END OF FILE
    Path:     C:\Users\FA-Kamran\Desktop\FoodAlert\ClientRC\Code\FoodAlertProj\Reports\TrainingManagement\rptIndividualEmployee.rpt
    TID:     6900
    Duration:     0.0000013
    Offset:     98,304
    Length:     5,120
    Date & Time:     23/01/2012 14:06:35
    Event Class:     File System
    Operation:     CreateFile
    Result:     ACCESS DENIED
    Path:     C:\Windows\Temp\rptIndividualEmployee {8CBD9840-7EA6-482D-8DD2-6DFB920768BF}.rpt
    TID:     40020
    Duration:     0.0000192
    Desired Access:     Generic Read
    Disposition:     Open
    Options:     Synchronous IO Non-Alert, Non-Directory File
    Attributes:     N
    ShareMode:     Read, Write, Delete
    AllocationSize:     n/a
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegQueryValue
    Result:     BUFFER OVERFLOW
    Path:     HKCR\CLSID\{F734A321-8381-4FFD-A614-139E8906DC83}\InprocServer32\(Default)
    TID:     6900
    Duration:     0.0000016
    Length:     144
    I am sorry for this long message but i need to fix this as soon as possible. thanks

  • Query running in Quality but not in Production

    Hi Folks,
    we are running a query AQICSDUSERS=====MOVEMENTLIST4= which used to get executed previously,but all of a sudden now after running for an hour or so it is coming back to  sap easy access screen without displaying the report.It is running and giving the report in Quality but not in Production.
    What could be the reason?
    K.Kiran.

    Hi Folks,
    From DUMP I got this:-
    <b>You should usually execute long-running programs as batch jobs.
    If this is not possible, increase the system profile parameter
    "rdisp/max_wprun_time".</b>
    I want to know how to increase the system profile parameter
    "rdisp/max_wprun_time".
    Thanks,
    K.Kiran.

  • CSS okay in IE but not recognized by FF and Safari

    I have a style sheet for image floats that is attached to a html document within a php file that is recognized by IE but is not recognized by Firefox and Safari. I have attached it as an internal style sheet as well as an external style sheet and neither makes a difference.  HELP!

    I've cleaned up the code in the html file within the php file per your instructions by removing the embedded CSS and deleting the <html>, <head> and <body> tags.  This seemed to clear any conflicts on the php file (http://www.mdy.lib.in.us/index.php). However the page is still showing okay in IE but not in FF and Safari. Below is my revised html code...what am I not getting right?
    <link href="/mdby2.css" rel="stylesheet" type="text/css" />
    <p><img src="/Weekly_News/images/ScienceClublogo.jpg" width="153" height="99" class="left" />
    On Thursday, April 23 at 3:30 p.m. students, ages 7 and up, can participate in a fun science experiment.  Bring a bottle of your favorite soft drink for the experiment. Registration required.</p>
    <p><img src="/Weekly_News/images/FamilyStoryTimelogo.jpg" width="153" height="102" class="right" />
    On Saturday, April 18 at 10:00 a.m. attend this special storytime co-sponsored with Little Saints Child Care in Middlebury. There will be stories about families, a craft and a tour of the Children's Department.</p>
    <p><a href="http://www.booksite.com/texis/scripts/bookletter/showlist.html?sid=5638&amp;list=CNL3&amp; preview=1">
    <img src="/Weekly_News/images/LTAIlogo.jpg" width="122" height="87 "class="left" /></a>
    The next book in the series is &ldquo;The Guardians&rdquo; by Ana Castillo. The lecture will be on April 21at 7:00 p.m.  It will be followed by refreshments and book discussion. For more about this series see <a href="http://www.booksite.com/texis/scripts/bookletter/showlist.html?sid=5638&amp;list=CNL3&amp; preview=1">&quot;Love and Forgiveness: In the presence of the enemy&quot;</a>. </p>
    <p><img src="/Weekly_News/images/GED.jpg" width="140" height="97" class="right" />
    Access free online GED classes at the library.  An instructor from The Learning Generation Initiative (LGI) will be available on Wednesdays from 4:00 to 8:00 p.m. &amp; Saturdays from 10:00 a.m. to 2:00 p.m. in Community Room 3. For more information call LGI at 866-898-3908.</p>
    <p><a href="http://www.mdy.lib.in.us/Kids/toddlertime.php"><img src="/Weekly_News/images/toddlerLOGO.gif" alt="Toddler Time" width="150" height="58" class="left" /></a>
    <a href="http://www.mdy.lib.in.us/ToddlerTime/ToddlerTime.php"><strong>Toddler Time</strong></a> meets on Tuesdays at 10:00 a.m.   Introduce your toddler to fun activities at the library. Registration required. The last winter/spring session will be on April 28th.</p>
    <p><a href="http://www.mdy.lib.in.us/Kids/StoryTime/storytime.php"><img src="/images/StoryTimeLogo.gif" width="150" height="50" class="right" /></a>
    <a href="http://www.mdy.lib.in.us/StoryTime/storytime1.php"><strong>Story Time</strong></a> meets on Wednesdays and Thursdays at 10:00 a.m. and 1:00 p.m. Introduce your preschooler to the world of children's literature.  Registration required. The last winter/spring sessions will be on April 29th and 30th.</p>
    <p><img src="/Weekly_News/images/GoGreenPink2.jpg" width="152" height="98" class="left" />
    Recycle your InkJet and Laser Printer Cartridges at the library. For every acceptable cartridge, the recycler makes a donation to the National Breast Cancer Foundation.</p>

  • Semantics of running with DB_INIT_TXN but not DB_INIT_LOCK

    What are the semantics of enabling the logging and transactional subsystems, but not the locking subsystem? Ideally this would give the write ahead logging properties of running with transactions, but no isolation or atomicity guarantees. Is this, in fact, what will happen, or will this configuration lead to something else?
    Thanks!

    I'm not totally clear here though, does BDB provide isolation and atomicity guarantees even if I don't enable the locking subsystem? No exaclty. BDB provides those guarantees to ensure that every single method in the API works well. But it doesn't take care of concurrency control for your own application. I guess it might help you understand better if you refer to http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/intro.html.
    That seems odd as it would have to be using some internal locking system for that. What I'd like is for BDB to provide me write ahead logging but no concurrency control and I'll provide my own concurrency control above BDB so I can ensure that only one thread will be reading/writing a key at the same time. Does DB_INIT_TXN, DB_INIT_LOG give me that?Yes, you could use DB_INIT_TXN, DB_INIT_LOG and write your own concurrency control.
    Regards,
    Emily Fu, Oracle Berkeley DB

  • New to CSS, text-align and line-height ok in 'Design', but not in browsers (IE 10 & Chrome) on Win8

    [DREAMWEAVER CC]
    I'm now learning CSS, and find that where I specify in an external style sheet
    h1 {
              font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
              text-align:center;
              color: black;
              font-size: 1em;
              font-weight: normal;
              font-style: normal;
              line-height: 3.0;
              letter-spacing: 0px;
              word-spacing: 10px;
    text-shadow: 3px 3px 5px #333;
    text-decoration: none ;
    text-transform: none;
    That, in DW Design, they look fine, but in Windows 8, IE 11 and ChromeVersion 31.0.1650.63 m   that the text-align: center; and the line-height: 3.0;  are ignored.
    I work around by specifying <tr align="center" height = "77">   shouldn't the text-align: center; and the line-height: 3.0;  be specifiable in my CSS??
    Thanks for any help!
    <tr height="77" align="center">
            <h1>
                <td bgcolor="CornSilk">1/28/2014</td>
                <td>the Sky</td>
                <td>Fate is the Hunter</td>
              <td >Ernest Gann</td>
                <td >John</td>
                <td >Jessica</td>
              <td><a href="http://www.amazon.com/FATE-HUNTER-Ernest-K-Gann/dp/0671636030/ref=sr_1_1?s=books&ie=UTF8&q id=1387462831&sr=1-1&keywords=ernest+gann">Learn More</a></td>
            </h1>
        </tr>

    hemmi1 wrote:
    [DREAMWEAVER CC]
    I'm now learning CSS, and find that where I specify in an external style sheet
    Not sure what it is you are trying to do but what you have at the moment is invalid code which is most likely why it doesn't work cross browser. (of cousre this css does not help  - line-height: 3.0; - 3.0 what? - px, ems?)
    Here's an example below of how you could do it. Give your table a class (below it is called .myTable) then you can start styling the <td> cell, and anything inside it by appending the element like an <h2> tag to the class name - .myTable h2
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Untitled Document</title>
    <style>
    .myTable {
        width: 900px;
        margin: 0 auto;
    .myTable td {
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    width: 150px;
    .myTable h2 {
        margin: 0;
        padding: 0;
    text-align:center;
    color: black;
    font-size: 1em;
    line-height: 50px;
    word-spacing: 10px;
    text-shadow: 3px 3px 5px #333;
    .myTable a {
        display: block;
        text-align: center;
    </style>
    </head>
    <body>
    <table class="myTable" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td><h2>1/28/2014</h2></td>
    <td><h2>the Sky</h2></td>
    <td ><h2>Ernest Gann</h2></td>
    <td ><h2>John</h2></td>
    <td ><h2>Jessica</h2></td>
    <td><a href="http://www.amazon.com/FATE-HUNTER-Ernest-K-Gann/dp/0671636030/ref=sr_1 _1?s=books&ie=UTF8&qid=1387462831&sr=1-1&keywords=ernest+gann">Learn More</a></td>
    </tr>
    </table>
    </body>
    </html>

  • Why page looks fine in Design view but not live view?

    I am new to DW. I created a page that looks fine in design view but now I cant get it to show up in live view or the browser preview. Can some one give me some areas to troubleshoot. Most of the code is from a previous page I created that still looks fine in every view. I am not sure what I could be doing different in setting up this site.

    Thanks for taking the time to reply to question. Aftr taking a break. I came back realized I inserted the stylesheet before I changed site settings. I just needed to remove the forward slash from my stylesheet declaration. FYI for anyone else new to DW: if stuffs not showing  in Live View and Browser Preview eg background images, Go to Manage Sites and check your site setting for Links relative to: You may have switched between document and site root. Thus breaking your links to images or in my case the entire style sheet.

  • Live Updating Smart Playlist... but not live updating iPod?

    I have several video files that I want to convert to iPod-compatible MP4. I have a program to do the conversion in a batch mode and then add the files to my iTunes library.
    I also have a live-updating Smart Playlist (for all files where the Kind includes 'video' and the playcount is 0) to catch these files as they come in. I have this playlist as one of the ones set to be automatically updated on my iPod.
    However, in my test runs, the video is properly converted and added to my iTunes library, and the Smart Playlist picks it up as well. However, it does not then send the file to my iPod (which is already in its dock) unless I first eject the iPod and reconnect it.
    I'd really like to get this working, as I'm hoping to do this on a somewhat regular basis--have a selection of stuff queued up when I go to bed, and then have it waiting for me on my iPod when I wake up to go to the gym. It worked for me over the weekend, when I bought an episode of Knight Rider from the music store while the iPod was connected--it was downloaded and added to the playlist, and then copied to the iPod with no intervention from me. Unless my memory is faulty or something.

    Welcome to the Discussions Steavis,
    As far as I know, a sync to the iPod only occurs upon the first attachment, as long as your settings are set for such action.
    The iPod will only sync after the initial attachment if you initiate the sync yourself. I believe it is in a pull-down menu, and/or CTRL-Click the iPod in the source list and select "Sync".
    I am not sure if that is all correct, but in my experience, if I have connected my iPod, it syncs, then I say load in a CD to iTunes, I must re-sync the iPod before they transfer.
    Not knowing what you are using for this automation to get the app that converts and adds, etc, can do, I might explore a script that runs at a specific time of day and initiates a sync to any iPod connected. That should be fairly easy to do.
    Beavis2084

  • Google maps works locally but not live. not addon problem

    Google maps in an iframe seems to get stuck loading.
    Regular google maps ok.
    by locally I mean:
    if I load the file with the iframe from the version on my computer, it's ok, but when I put it on my server, it fails to load.
    Happens only in firefox. opera/ie/chrome just fine
    Tried the usual fixes (safe mode, skype addon, about;config images.default, clear cache, )
    For me, the page shows a blank.
    here are sample links...http://contrakyoto.byethost9.com/DirectionsAndWhatToBring.html
    http://www.daniweb.com/web-development/web-design/html-and-css/threads/268779
    But in my IDE, I can use the mozilla engine, and I can see the map partially loaded with the "Loading/still having problems" message. I can sometimes see this in FF too. Also, safe mode iwth all addons off also doesnt work.
    What is odd, is that if I load the same page LOCALLY...the map works fine.

    pasting all that HMTL is not necessary, it is not relevant
    here. Make sure you have the FLV, and the FLV's Skin SWF uploaded
    and they are targeted correctly.

Maybe you are looking for

  • ITouch 5 is not recognized by Windows 7

    Hi, I bought a used iTouch 5th gen and charger cable and have spent the last 5 hours trying to get it to sync to iTunes. I had a 4th gen iPod that i lost a month ago that worked perfectly with my computer. I have reconnected and restarted both device

  • Fixed Asset Error: 'Invalid evaluation parameters, specify depn area

    Hi Experts, During creation of Fixed Asset Master Data, I encountered an error message 'Invalid evaluation parameters, specify depreciation area'. I reviewed all my definitions and I don't seem to see any missing definition. I am using SAP 8.8 patch

  • Totem doesn't reproduce some videos and it should

    Hello, since I can't use VLC at the moment, I tried totem (Also, I wanted totem for nautilus thumbnails). Im having a weird behaviour. I have a folder with 400+ files, two kind of them, .mp4 and .mkv. It reproduces like 90% of every kind, but the oth

  • Oracle Vm Manager 3.0.2 PoolFileSystemMissingEvent

    hi, i have 1 pool with 4 oracle vm server 3.0.2. the problem is : i cant watch vm guest running , cant add vm server to pool and in event ovm, PoolFileSystemMissingEvent. here some log from one of vm server : Traceback (most recent call last): File "

  • Display BEx query in iFrame (non portal)?

    Hi, We're currently having trouble displaying a BEx query URL in an iFrame outside of the portal.   Meaning, we have a different application web server that is attempting to point to the URL from the SAP server.  When we simply paste the URL in the w