I'm sure it's simple...

My page consists of multiple slices from ImageReady.
Everytime I tell Dreamweaver to center the page all the slices go,
however the text does not. I'm sure this is so simple, but it's
driving me insane! Any suggestions?

</head>
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0
auto;position:relative; }
/* 760px will display on an 800px screen maximized browser
window without */
/* horizontal scrollbars. */
-->
</style>
<body>
Note that you have STILL placed my recommended code BELOW the
</head> tag.
It will be ignored in that location, which may be why you are
not seeing a
reliable effect. As I said before, change this -
</head>
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0
auto;position:relative; }
/* 760px will display on an 800px screen maximized browser
window without */
/* horizontal scrollbars. */
-->
</style>
<body>
to this -
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0
auto;position:relative; }
/* 760px will display on an 800px screen maximized browser
window without */
/* horizontal scrollbars. */
-->
</style>
</head>
<body>
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Stebabe15" <[email protected]> wrote in
message
news:fnb42d$8jg$[email protected]..
>
http://www.advancedstreetskills.com/sessions_pageTEST.html
>
> here you are. It's diff in IE and FF

Similar Messages

  • My Iphone 4s is not deleting phone numbers permanently. I will go in to delete them, however, the phone still has them saved. I can see this when I go to text people. What do I need to do to turn this off? I'm sure it is simple.

    My Iphone 4s is not deleting phone numbers permanently. I will go in to delete them, however, the phone still has them saved. I can see this when I go to text people. What do I need to do to turn this off? I'm sure it is simple.

    I don't want them ALL deleted just certain ones...you know?

  • I'm trying to send (email) photos from iPhoto. Computer says it doesn't recognize my user name or password. I've never had a problem emailing photos.....until now. Any suggestions? I'm sure it's simple but I don't know it!

    I'm trying to send (email) photos from iPhoto. Computer says it doesn't recognize my user name or password. I've never had a problem emailing photos.....until now. Any suggestions? I'm sure it's simple but I don't know it!
    CAN ANYONE HELP??  I ALSO NEED TO KNOW WHICH/WHAT TO PICK FOR MY MAIL CLIENT. I'VE TRIED THREE DIFFERENT THINGS AND NONE OF THEM WORK!

    Mail would be a good choice, unless you are using another email client, like Outlook. There is likely something wrong with the account setup in iPhoto. You may need to delete the account you set up and enter it again if you want to send with iPhoto instead of with Mail.
    Give this a try to see what might be wrong: Drag a photo from iPhoto onto the Mail icon in the Dock. It will create a new message with the photo attached. If you click on the photo in Mail, it should show a popup menu to allow you to set the image size to send.
    Check out some of the links in the More Like This section to the right. There might be some other suggestions.

  • WHat I'm sure is a simple problem but not for me...

    Greetings all,
    I am putting together a simple applet that accesses a MYSQL database, reads all the records out and writes them to the "graphic" screen via the paint method.
    Everything works fine when I run the applet in a player (Eclipse) but when I move everything over to the web server, the html page (static part) displays but the applet fails with an error. The Java Console tells me the following:
    java.lang.NoClassDefFoundError: jdbctest01$Database
         at jdbctest01.init(jdbctest01.java:41)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    The applet code it is referencing is:
    40 ...
    41 db = new Database(url, user, pass);
    42 ...
    and the "Database" method being invoked is:
    public class Database {
    public Database(String url, String user, String pass){
         try{
    connection = DriverManager.getConnection(url, user, pass);
         catch(SQLException e) {
    As I said, nothing to it...but I can't figure out why its not working (but I am sure its obvious). I have tried it on IE & Firefox; same result. Both have java enabled, the class file and the html files all have open permissions (machine is not on the net) so I doubt anything as simple as security is at work. I have been staring at this for a while and I am losing feeling to my lower extremities. I hope someone out there can offer some ideas as to what I should be checking for or what else to do diagnostic wise.
    Many thanks,
    Pete

    Axel,
    Many thanks for the lead (Incidentally, it's not my code; they use it for "education" (of who I'm not sure) and they just discovered there are no compiled copies anywhere so, no examples, screen shots etc.). I "volunteered" to try and get it working and...
    Anyway, I added the jdbctest01$Database.class and I got "different" results. Now, it gets into the database class and when it executes the connection = DriverManager.getConnection(url, user, pass); it returns a SQLException error. I have confirmed that the url, user and pass values ARE correct so I am not sure where this error is coming from. The "connection" value is typed Connection. There really isn't anything else that I can see could be wrong. One other thing; the exception is caught in the Database instance but it still manages to return to the statement following the invocation of the Database class. The connection value it returns looks like it might be right (the returned value is: jdbctest01$Database@adb1d4 which I think is "like" it should be but no luck). The first statement on return is: stmt = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY); and stmt is typed Statement) And at this point,it dies with a null pointer error.
    Any other ideas will be greatly appreciated.
    Thanks,
    Pete

  • I'm sure this is simple--

    I just updated to OS X Mavericks and my old version of MS Word won't work. Is there a plug in or something that will fix this?!

    Oh my gosh. I just tried to do the back up thing. It said "your backup system disk could not be found." what does that mean?!!
    Are my files safe? They seem to all BE here I just can't get to them.
    Okay then, is there a way to upgrade to MS 2011 for free? I imagine not but maybe it's so out of date by now...?

  • Help on a simple SQLstatement

    If I had to use a select statement in order to do something that would normally involve an "If..Then" , what would this select statement look like?
    I'm trying to do the following:
    If A = "value1" then B = "value 2"
    and
    If A IN ("value3", "value4", ...) then B /= "value2"
    Sorry for something that I'm sure is a simple answer. Thanks in advance.

    here is simple example
    SQL> select empno,ename, (CASE when deptno=10 then
    2 'TEN'
    3 END) deptno
      4  from emp where deptno=10  ;
         EMPNO ENAME                                              DEPTNO
          7782 CLARK                                              TEN
          7839 KING                                               TEN
          7934 MI_LL_ER                                           TEN
          7501 T*_1NU                                             TEN

  • Port 8080: I know this is simple, I just can't get it to work.

    I'm trying something that I'm sure is relatively simple. But I just can't get it to work. I have OSX Server 10.4.10. I currently have my company site (www.example.com) hosted on it. But I'm trying to get another site hosted on it at port 8080. When I enter my company domain, www.example.com:8080, the page can't be displayed. But when I enter the IP address, such as 192.168.xxx.xxx:8080 from within my network, the correct site shows up. How can I get a website displayed at port 8080 from outside my network? I'm running DD-WRT on my router and have ports 80 and 8080 directed to the IP address of my server.
    Thanks in advance for any help.

    Hi WiFiNetGuy-
    I am a tad confused, which isn't new, but I need to get a grasp on exactly what it is that you are trying to do.
    Do you have both websites (i.e. www.example1.com and www.example2.com) both pointed at the same ip address? How many unique domain names and ip addresses are we talking about?
    From what you describe it sounds like a routing issue but I need more info (:>)
    Luck-
    -DaddyPaycheck

  • Simple Bank Balance Sheet Question

    I have a simple bank balance spreadsheet.
    The headers include the following:
    Date Amount Category Cleared Balance
    The category is a pop-up list, cleared is a check list
    What formula do I use to add the total amount spent in a category, for the purpose of making a spending graph? I guess I need to "look up" the "kind" in the column and then get a sum of the amount, but I am not sure how to do this. I am sure it is simple.

    This method may not be particularly elegant but I have been using it successfully for years.
    Okay, let's assume for this example that you have Columns A through E with the headers you specified, Date, Amount, Category, Cleared, and Balance. Further, you have a pop-up menu on the cells of the Category menu. Again for this example let's assume the pop-up values are "Utilities", "Food", "Clothing", and "Other". Now you need to establish 4 columns (one for each of the menu items). Let's use columns G through J. In the header of column G, type Utilities. In the header of column H, type Food, and so forth.
    Now in cell G2 enter the following formula =IF($C2=G$1,$B2,)
    Copy the formula into cells H2 through J2 (fill right) and then copy the formula from cells G2 through J2 (fill down) down the spreadsheet to as many rows as you think you will have entries.
    What this formula does is examine the contents of the Category cell and compares it to the text in the header of the column. If they match the $ contents of Amount are copied to the new cell. So, when you get done with this you have 4 columns of mostly zeros except where the categories match. Then all you have to do is at the bottom of each of the 4 columns (possibly in the footer), sum the column and you will have the individual sums for each category.
    I hope this wasn't too confusing. There may be a more elegant way and if someone knows it maybe they will post it and I'll learn too.

  • Drag and drop to target simple errors, expecting identifier?

    im creating a drag and drop. moving a guitarest name to a target e.g draging a movieclip called slash to a dynamic text box called box_slash this is my code and i get 2 stupid errors but have been up all night and cant figure it out!
    flash cs5 actionscript 3, is this code for actionscript3 i found the base for it here: http://edutechwiki.unige.ch/en/Flash_drag_and_drop_tutorial any help would be incredible as it for an assignment and im new to flash
    var hits = 0;
    // Register mouse event functions
    slash.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    slash.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    clapton.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    clapton.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    hendrix.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    hendix.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    // Define a mouse down handler (user is dragging)
    function mouseDownHandler(evt:MouseEvent):void {
              var object = evt.target;
              // we should limit dragging to the area inside the canvas
              object.startDrag();
    function mouseUpHandler(evt:MouseEvent):void {
              var obj = evt.target;
              // obj.dropTarget will give us the reference to the shape of
              // the object over which we dropped the circle.
              var target = obj.dropTarget;
              // If the target object exists the we ask the test_match function
              // to compare moved obj and target where it was dropped.
              if (target != null)
                        test_match(target, obj);
              obj.stopDrag();
    function test_match(target,obj) {
              // test if either one of the four pairs match
              if ( (target == box_slash && obj == slash) ||
                 (target == box_clapton && obj == clapton) ||
                   (target == box_hendrix && obj == hendrix) || )
                        // we got a hit
                        hits = hits+1;
                        textField.text = "Correct! :)";
                        // make the object transparent
                        obj.alpha = 0.5;
                        // kill its event listeners - object can't be moved anymore
                        obj.removeEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
                        obj.removeEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
                        // Test if we are done
                        if (hits == 3)
                                  textField.text = "Well Done";
              else
                        textField.text = "wrong! :(";
    the errors are: i have highlighted the lines
    Scene 1, Layer 'Actions', Frame 1, Line 39
    1084: Syntax error: expecting rightparen before leftbrace.
    Scene 1, Layer 'Actions', Frame 1, Line 38
    1084: Syntax error: expecting identifier before rightparen.

    Thankyou very much that does get rid of that error now i get
    Scene 1, Layer 'Actions', Frame 1, Line 42
    1120: Access of undefined property textField.
    Scene 1, Layer 'Actions', Frame 1, Line 51
    1120: Access of undefined property textField.
    Scene 1, Layer 'Actions', Frame 1, Line 56
    1120: Access of undefined property textField.
    now im sure this is simple but im as im sure you have figured out im a complete noob to flash
    textField.text = "Correct! :)";
      textField.text = "Well Done";
    textField.text = "wrong! :(";
    is this something to do with an instance name?

  • Simple image pan using Flash CS3

    I need help panning a long jpeg image resting on the bottom layer of my first Flash project.
    I simply need to pan the image from right to left in a continuous loop, which I'm sure is a simple thing to program, yet I can't seem to locate instructions or a tutorial that explains it.
    Can anyone help?

    Try the following tutorial...
    http://www.tutorialized.com/view/tutorial/Continuously-Scrolling-Image/2520

  • Simple network: Windows 7 file server & several Macs and Linux machines- SAMBA bombing out?

    Hi guys, i know this is really more of a windows support question, but here goes:
    Windows 7 Ultimate 64bit acting as a file server, turned off all the usual MS authentication stuff so Macs and Linux systems connect with password without issues..
    except when i start copying certain files/file types/names to the system, it will break the network connection, then refuse any more connections, all macs and linux machines on the network are booted, from the PC however i can still access the Macs shares volumes.. (the macs still see the windows machine & pinging is still there, but if i try to connect i get 'check the name/ip address' error
    im no expert, but its as if the Samba service on the windows machine gets killed and im not sure what to do to get it to re-connect other then restarting the system, but as the system is also a terminal server users always have apps/documents open and its 'never a good time' to do it..
    if there was an alternate Samba to install, or a buffer patch, or even a 'goto this service, stop and restart' etc.
    Trying to get help from the 'windows' community comes down to 'well your on a mac what do expect etc etc' *sigh*
    any help is appreciated
    Richard

    Hi, just thought id update my finding regarding this, and it maybe directly affected by my only system, but in case anyone else has this issue?
    I thought it may be due to the file name thats causing the lockups, but I found while trying to backup my collection of install images and updates that sure enough a simple named file 'osx10.6.3.DMG' going to the server, 850MB in it stalls and fails, now im not able to connect.
    but form the PC, without changing the name or location etc, i copied the SAME from the Macs hard drive through to the windows system, all 5.7GB.
    so it is something to do with my windows 7 system, but maybe more related to the size of the file then the name or non-standard characters as first thought.
    as suggested by Grant above i will check on the server boards as well.
    thanks

  • Looks like a simple search but I am lost

    Hi all,
    I need to conduct this search from ONE input field in several database fields like keywords, number, description and alike. Also I need to find only records with the flag "T".
    I have tried all variations but to no success. I bet this is easier then I am thinking. HEre is the code:
    SELECT i.img_id, i.img_custom_id, i.img_online
    FROM TEST_IMAGES i LEFT JOIN TEST_IMAGES_TEXT it ON it.img_id_r = i.img_id
    WHERE LOWER(i.img_online) = 't'
    OR i.img_custom_id = 'apple'
    OR CONTAINS (it.img_description, 'apple') > 0
    OR CONTAINS (it.img_keywords, 'apple') > 0
    group by i.img_id, i.img_custom_id, i.img_online
    So with the above it should find all records which have in its keywords field the word "apple" but only in records which also have the "t" in the img_online field.
    I am sure this is simple to some, but my head is spinning right now. So any help is very much appreciated. Thank you.

    Never mind. Wasn't sleeping for a long time .....

  • Simple Question - loginblock.ascx

    Hi,
    I apologize in advance for what I'm sure is a simple question!.
    I'm not familiar with C# at all and am pretty new to ASP.NET, therefore I'm keeping the level of customization to a minimum during phase 1 of our website. However, I would like to add a remember me checkbox to the loginblock.ascx. I have followed the normal asp rules for adding this checkbox to the layouttemplate but it makes no difference to whether a user is remembered. Looking at the code it would seem that the remember me value is always passed as false:
    protected void loginMain_LoggedIn(object sender, EventArgs e) {
            NPUser user = new NPUser(loginMain.UserName);
            ((NPBasePage)Page).Login(user.UserID, user.AccountID, false);
    All I would like to do therefore is control that value with a checkbox, so I thought this code would work:
    protected void loginMain_LoggedIn(object sender, EventArgs e) {
            NPUser user = new NPUser(loginMain.UserName);
            ((NPBasePage)Page).Login(user.UserID, user.AccountID, checkbox1.Checked);
    It doesnt, the control no longer loads. As a matter of interest I replaced checkbox1.checked with other controls on the page, and with the exception of the login and main panels, none of the other controls could be referenced either without generating an error. I'm obviously missing something fairly fundamental here, and would appreciate any help.
    Thanks!.

    I have manually changed the value to true, and it triggers the process that automatically logs a user on at the next visit.
    This is currenty where my checkbox resides, although it I have moved it around to see if it made any difference!.
    <asp:Login ID="loginMain" runat="server" OnLoginError="loginMain_LoginError"
        OnLoggedIn="loginMain_LoggedIn"   >
        <LayoutTemplate>
        <table class="nptable" style="width: 265px; border-top-style: none; border-right-style: none; border-left-style: none; background-color: #c8bb89; border-bottom: white 5px solid; padding-left: 5px; ">
            <tr>
                <td class="npbody" style="height: 25px">
                 <asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName" Font-Bold="true" Font-Size="11px">User Name:</asp:Label><br/>
                 <asp:TextBox ID="UserName" runat="server" Width="110px" BackColor="White"></asp:TextBox>
                </td>
                <td style="white-space:nowrap; height: 25px;" class="npbody">
                 <asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password" Font-Bold="true" Font-Size="11px">Password:</asp:Label><br/>
                 <asp:TextBox ID="Password" runat="server" TextMode="Password" Width="80px"></asp:TextBox>
                 <asp:LinkButton ID="LoginButton" runat="server" CommandName="Login" Text="Log In"></asp:LinkButton>
                </td>
            </tr>
            <tr>
             <td colspan="2" style="height: 14px">
                <asp:CheckBox ID="checkbox1" runat="server" ></asp:CheckBox>
            </td>
            </tr>
        </table>
        </LayoutTemplate>
    </asp:Login>

  • Help: Very simple HTTPService issue

    I have created very simple test :
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute"
    width="100%" height="100%">
    <mx:Script><![CDATA[
    import mx.rpc.http.HTTPService;
    [Bindable]
    public var srv:HTTPService;
    ]]></mx:Script>
    <mx:Label text="Is it working?" />
    </mx:Application>
    This application is rendered by tomcat here :
    http://jc.studiogdo.com (you can
    test)
    As the HTTPService is declared, you can see that nothing is
    rendered!!!! On a local machine (tomcat running on my localhost)
    then it works on IE. On real server like this example nothing
    works!!! Of course without declaring the HTTPService everything
    works... I've created this example with Flex Builder2 on eclipse
    useProxy is false, so no need for a crossdomain.xml... Where
    is the error????
    Many thanks for help..

    The issue is that : declaring the HTTPService stops the
    player (even if the play parameter is set to true for the embed
    object) when the application is served from a tomcat server (not a
    local file), so it works only if I forces (right menu) the play
    menu item.
    What happens :
    On a local file : FF and IE accepts to autoplay the
    application
    On a local tomcat (localhost url) : FF refuses to auto play,
    IE accepts.
    On a real distant tomcat server : FF and IE refuses to
    autoplay
    I think this is for security reason? But how to force the
    play parameter to be used anyway... (I repeat to be sure
    understanding : the simple HTTPService declaration changes the way
    the play parameter is evaluated..)

  • Need help on simple cursor

    Hi All,
    I am trying to list name of columns based on input table names
    Not sure why below simple code is not working
    Can you please suggest what is wrong?
    SQL>declare
      2  v_list varchar2(200);
      3  cursor c1 (i_table_name varchar2) is
      4  select * from all_tab_columns where
      5  owner='SCOTT' and table_name in i_table_name;
      6  begin
      7  v_list := '(''DEPT'')';
      8  dbms_output.put_line(v_list);
      9  FOR rec in c1(v_list)
    10  loop
    11  dbms_output.put_line(rec.column_name);
    12  end loop;
    13  end;
    14  /
    ('DEPT')
    PL/SQL procedure successfully completed.

    There is a fundamental concept you are missing.
    You define a STRING variable:
    v_list varchar2(200);
    It is NOT a list. It is a single value string variable.
    Then you attempt to use a literal string value as a list:
    select * from all_tab_columns where  owner='SCOTT' and table_name in i_table_name;
    Putting 5 words in to a string does not make it a list:
    v_list varchar2(200) := 'word1,word2,word3,word4,word5';
    A list needs to be defined as an ARRAY type:
    type TStringArray is table of varchar2(30);
    stringList TStringArray;
    An array consists of cells or items. Which means a list of 5 items will be an array of 5 items:
    stringList := new TStringArray( 'word1','word2','word3','word4','word5');
    This is a basic data structure concept in programming. And you need to understand it fully BEFORE writing a single code statement. It is that critical to understand. Programming is all about manipulating data structures. Not commands and statements.

Maybe you are looking for

  • Cannot add transitions to video

    Hi There, I am trying to add transitions to a video but none are showing up in the library on the side bar. I tried to disable automatic transitions but I cannot click on window> movie properties There are no transitions in the video right now. Anyon

  • Submit button on adobe forms

    Is there a way to ensure the submit feature (using the interactive button) will work in all  browsers?  I have created optimized PDF forms and the submit button works only in Explorer.

  • How to access oracle eb-suit tables

    Can someone pls help me how to access po_vendors table of oracle purchasing.

  • Restoring Mountain Lion Time Machine Backup in Lion.

    I need to downgrade my RMBP from Mountain Lion too Lion. If I use the internet recovery to restore it to Lion, will I then be able to reinstall all my programs from a Time Machine backup?

  • I sent email 2 days ago and still no reply about i am enable to make in app purchase..

    I really need to make in app purchase, itunes support still didnt fix this problem, how long should i waited for them to fix?? I cant make in app purchase, it says your purchase could not be completed, for assistance contact itunes support.. I have c