Table created in Dreamweaver with CSS not positioning correctly

I've created a simple 9 page website using Dreamweaver and CSS. I am no pro but I can edit some in the code. I'm really enjoying the CSS but for some reason I cannot find out why my tables appear perfect in Firefox but not in Chrome or IE. The tables are centered properly but they appear way below where they're intended to be!
I've tried to paste my code but can't, is there somewhere I can post it?
-jrntmd8r88

After struggling with this last night I took a look again this morning and narrowed down and corrected the problem. Basically, this is what happened to cause the issue and how I resolved it. Hopefully it helps others in the future.
Steps
Create project in Windows version of Cp (I was using version 8.01).
For my client's requirements, which are quite unique and complex compared to the typical Cp project, custom quiz questions/scoring had to be developed. Since these are HTML5 (non-responsive) courses, and Javascript is the fastest/most efficient way to do this, I used Javascript extensively for quizzes via the 'Execute Javascript' action. So for quiz questions, each answer is simply a smartshape (transparent, with answer text in it) that triggers the 'Execute Javascript' on click. In addition, on many of the quiz slides there are Edge Animate/HTML5 interactions embedded.
Worked fine on windows upon publish. But when I opened on a new Mac and published, when a question answer was clicked nothing would happen.
Turns out the problem seems to be with the text in the Javascript window. I think it somehow gets corrupted, though it looks fine. I had to literally delete the javascript, save it, and then copy it back in. Once I did that, it works.
I've invested too much time in this project so far, so don't want to risk any more major issues popping up like this, so I switched back to Windows and canceled my subscription this morning. Fortunately I have a license from my employer for Windows and will just use that with Boot Camp.

Similar Messages

  • Editing pages created using dreamweaver with microsoft's visual studio express

    Here's a quick, somewhat vague, question for anyone who might have an answer. Is there a trick to editing pages created using dreamweaver with Microsoft Visual Studio Express? The reason I ask is I recently finished a web site for my first client who now wants to make edits herself using the program she uses, that being Microsoft. I thought it would be as easy as pulling the html files from the server (or the usb flash drive i gave her), making changes and then putting them back to the server, but apparently she is having some problems. I'm meeting with her soon. I have no experience with any other programs, other than Adobe, so I don't know how much good I'll be in helping her. Maybe it's an easy question, maybe not. Any info appreciated. Thanks!

    David wrote -
    Dreamweaver template commands are all wrapped in HTML comments, so they
    shouldn't cause any problems. They should simply be treated as comments.
    However, the concept of editable and locked regions will be ignored.
    Hi David, I meant the templates with the dwt extension, not the html files that are created from them. The full version of VS will recognize the dwt extension as 'Dynamic Web Template' but as this is a microsoft extension it does not recognize the code for editing and shows a large number of errors, (before anyone comments the dwt file extension is used by a number of other programs, all referring to a different file type).
    PZ

  • Updated iphone 5 to iOS 6.1.3, now trouble with keyboard not responding correctly and screen zooming in by itself...

    updated iphone 5 to iOS 6.1.3, now I am having trouble with keyboard not responding correctly and screen zooming in by itself...
    Buttons pressing themself...
    Also, my main screen is permanently zoomed in...
    suggestions?

    Double tap the screen with THREE fingers, that should get it back to normal again.
    Then go into Settings > General > Accessibility > Zoom > OFF.
    Not too sure about the keyboard and random button presses though.  Back it up and restore from iTunes, see if that fixes it.

  • Linking Access tables, creating a query with using both Access and Oracle

    Hello,
    I am using 3.0.04.34 version Oracle Developer. I am supposed to create a script/procedure to use both Access tables and oracle tables together. There is an option in developer to copy the access tables into oracle. But it doesn't help me. Because when we updated the access tables
    the copied ones are not be updated. How can I created a linked access tables to oracle and create a query with using both access and oracle table together.
    I will appreciate if you guys help me. I look forward to hearing from you guys.
    Thanks,
    Pinar

    Pinar,
    to be able to query MS Access tables in Oracle you need an additional product, the Oracle Database Gateway for ODBC. It allows you to link any foreign database into an Oracle database using a suitable ODBC driver. You can then access the MS Access tables through a database link based on the Database Gateway for ODBC. This will also allow you to join local Oracle and remote MS Access tables from your Oracle database.
    There's a note on My Oracle Support which gives you more details:Document 233876.1 Options for Connecting to Foreign Data Stores and Non-Oracle Databases - For example - DB2, SQL*Server, Sybase, Informix, Teradata, MySQL
    And there's also a dedicated Forum: Heterogeneous Connectivity

  • CSS not working correctly across browsers

    I have a page that im using CSS to assign a background image
    to a table
    row..
    In IE6 it works great..
    in all the other browsers we tested it is missing
    IE7
    Opera
    Firefox
    Safari
    Here is my CSS styling:
    background-image:url('images/Menu-Bar.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    width:950px;
    height:59px;
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    Here is the complete code for the simple page we are working
    with.. The
    background image that is assigned to the table (
    live-area.gif ) shows fine
    for all browsers... but the image for the <tr> tage
    only shows up for IE6
    and not for any other browser..
    <form id="form1" runat="server">
    <div style="text-align: center">
    <br />
    <img alt="" src="images/Logo.png" style="width: 400px;
    height: 108px;
    text-align: center;" />
    <table class="menu" width="100%"
    style="background-position: center;
    background-image: url('images/Live-Area.gif');
    background-repeat: no-repeat;
    background-attachment: fixed; background-color: #FF9933;
    width:973px;
    height:653px;"
    align="center">
    <tr height="15%" width="100%"
    style="background-image:url('images/Menu-Bar.png');
    background-repeat:
    no-repeat; background-attachment: fixed; width :950px;
    height:59px;">
    <td>
    <table width="90%" align="center">
    <tr>
    <td>
    <CMS:DhtmlMenu ID="DhtmlMenu1" runat="server"
    DefaultMenuID="8"
    Stylesheet="" BackColor="Transparent"
    MenuHoverOverColor="Transparent"
    SubMenuBackColor="White" SubMenuHoverOverColor="#FFB618"
    BackImageUrl="~/images/blank.gif" />
    </td>
    <td>
    <CMS:DhtmlMenu ID="DhtmlMenu2" runat="server"
    DefaultMenuID="10"
    Stylesheet="" BackColor="Transparent"
    MenuHoverOverColor="Transparent"
    SubMenuBackColor="White" SubMenuHoverOverColor="#FFB618"
    BackImageUrl="~/images/blank.gif" />
    </td>
    <td>
    <CMS:DhtmlMenu ID="DhtmlMenu3" runat="server"
    DefaultMenuID="12"
    Stylesheet="" BackColor="Transparent"
    MenuHoverOverColor="Transparent"
    SubMenuBackColor="White" SubMenuHoverOverColor="#FFB618"
    BackImageUrl="~/images/blank.gif" />
    </td>
    <td>
    <CMS:DhtmlMenu ID="DhtmlMenu4" runat="server"
    DefaultMenuID="14"
    Stylesheet="" BackColor="Transparent"
    MenuHoverOverColor="Transparent"
    SubMenuBackColor="White" SubMenuHoverOverColor="#FFB618"
    BackImageUrl="~/images/blank.gif" />
    </td>
    <td>
    <CMS:DhtmlMenu ID="DhtmlMenu5" runat="server"
    DefaultMenuID="16"
    Stylesheet="" BackColor="Transparent"
    MenuHoverOverColor="Transparent"
    SubMenuBackColor="White" SubMenuHoverOverColor="#FFB618"
    BackImageUrl="~/images/blank.gif" />
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr height="85%" valign="top">
    <td colspan="5">
    <asp:ContentPlaceHolder id="ContentPlaceHolder1"
    runat="server">
    <CMS:ContentBlock ID="ContentBlock1" runat="server" />
    </asp:ContentPlaceHolder></td>
    </tr>
    </table>
    </div>
    <CMS:Login ID="Login1" runat="server" />
    </form>
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008
    "John Waller" <[email protected]>
    wrote in message
    news:[email protected]...
    > It's very hard to diagnose without seeing what you're
    seeing or at least
    > all the code (context is important - posting code
    snippets in isolation is
    > not overly helpful for accurate diagnosis).
    >
    > We have to take stabs in the dark and offer guesses like
    Nadia is trying
    > to do.
    >
    > --
    > Regards
    >
    > John Waller

  • Dynamic menu css not displaying correctly in https

    Hello,
    Need help! I'm trying to get my menu to display properly in https but no luck so far. (Chrome and IE) Please let me know if there is a solution. Thank you.
    good menu look http://winxed.businesscatalyst.com/
    bad menu look https://winxed.worldsecuresystems.com/events/eyelash-extension-extensive-class-houston

    Just drop a zoom:100% style on the link, and IE will get it
    right.
    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
    ==================
    "TC2112" <[email protected]> wrote in
    message
    news:fh2nt4$4u8$[email protected]..
    > Hello,
    >
    > The problem is with IE, not Firefox.
    > The content of your menu link tags is a clear gif image
    that is the same
    > height as the background images applied to the link tag
    that change on
    > mouseover.
    > Even though it looks like you want it to in IE, IE is
    actually rendering
    > your
    > code incorrectly.
    > Firefox is rendering your code exactly as it should.
    >
    > Your background images are applied by CSS to the link,
    not the image
    > within.
    > In standards compliant browsers like Firefox, the height
    of link
    > attributes
    > such as background and border are determined by the font
    size or line
    > height
    > that applies to that link, even if there is no text in
    the link.
    > As a test, you can add font-size:38px (the height of
    your background
    > images)
    > to "table.menu" in your CSS and you'll see your entire
    link background
    > images
    > in FF.
    > IE incorrectly streches the link background to the
    height of the image
    > within
    > within the link.
    > IE does the same thing to borders if they are applied to
    just the "a" tag
    > and
    > not to "a img" in the CSS.
    >
    > A quick fix:
    >
    > table.menu { width:186px; margin-top:6px;
    > line-height: 38px; }
    >
    > A better fix and some great information:
    >
    >
    >
    >
    http://projectseven.com/tutorials/css/uberlinks/index.htm
    >
    > and:
    >
    >
    http://css.maxdesign.com.au/listamatic/
    >
    > Hope that helps,
    >
    > Take care,
    > Tim
    >

  • Projects first created in Windows are now not publishing correctly from a Mac

    I've been using the Windows version of Captivate for months without issues, putting together a large number of HTML5 courses, non-responsive. Lots of custom javascript via the 'Execute JavaScript' action for smartshapes, etc.
    I just purchased a new Macbook Pro and then purchased a subscription license for Captivate. Now my cptx files that were working fine when opened and published from Windows Cp are very not publishing correctly - the javascript does not execute, etc. Everything *appears* fine within Captivate but I get issues upon preview/publish.
    Thank goodness I have the 30 days to cancel the subscription and get a refund...but before I do that - has anyone else tried switching to a Mac and run into problems with Captivate projects?
    Both machines have 8.01 installed. The only thing I can think of is, after installing 8.0 via the subscription download, I then did the 'Check for updates' and it went and downloaded and installed the 8.01 update. When I did this on Windows I followed the directions on a blog post somewhere (sorry - I forget the name!) that stressed deleting some directories on the machine first before running the update. I assumed the subscription files would be fixed/patched....

    After struggling with this last night I took a look again this morning and narrowed down and corrected the problem. Basically, this is what happened to cause the issue and how I resolved it. Hopefully it helps others in the future.
    Steps
    Create project in Windows version of Cp (I was using version 8.01).
    For my client's requirements, which are quite unique and complex compared to the typical Cp project, custom quiz questions/scoring had to be developed. Since these are HTML5 (non-responsive) courses, and Javascript is the fastest/most efficient way to do this, I used Javascript extensively for quizzes via the 'Execute Javascript' action. So for quiz questions, each answer is simply a smartshape (transparent, with answer text in it) that triggers the 'Execute Javascript' on click. In addition, on many of the quiz slides there are Edge Animate/HTML5 interactions embedded.
    Worked fine on windows upon publish. But when I opened on a new Mac and published, when a question answer was clicked nothing would happen.
    Turns out the problem seems to be with the text in the Javascript window. I think it somehow gets corrupted, though it looks fine. I had to literally delete the javascript, save it, and then copy it back in. Once I did that, it works.
    I've invested too much time in this project so far, so don't want to risk any more major issues popping up like this, so I switched back to Windows and canceled my subscription this morning. Fortunately I have a license from my employer for Windows and will just use that with Boot Camp.

  • Dreamweaver codes does not show correctly

    Hi, i have a problem with dreamweaver.
    İ use last version Adobe CC. When i use dreamweaver for my job, codes does not show correct.
    look ss please. letters cut of middle. look letter "g" "j" "y "   Look MysQl letter. you see "y" is cut of
    Thank you for help.

    Are you using frames?
    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
    ==================
    "David Powers" <[email protected]> wrote in message
    news:f9hns3$soa$[email protected]..
    > FlashRenaissance wrote:
    >> When I try to preview my .html pages in Dreamweaver
    8 it does not know
    >> the page. The only thing that shows up is a page
    that "Cannot be found"
    >> with a strange extension (TMPztriqmk5y3.htm).
    >
    > See the TMP at the beginning? It stands for temporary.
    >
    >> Any suggestions on how I can get the pages to show
    up again in preview
    >> mode? Maybe something went wrong in the preferences?
    >
    > Go to Preferences, select Preview in Browser, and
    deselect the option to
    > preview using temporary files.
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "The Essential Guide to Dreamweaver CS3"
    (friends of ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

  • CSS not working correctly in Safari only!

    I built a website <http://globalpeace.jp> for a Japanese friend quite some time ago (2007) and it worked fine at the time but now (I am not sure from when as I had not looked at the site for a long time) the display of a series of floating boxes in the header is not displaying correctly, but ONLY in Safari.
    There is a 200px blank area that should be filled with a thin horizontal line right up until the box with the animated butterfly. Everything looks fine in Opera, Chrome and Firefox. I have tried my best to find what might be causing this but have had no luck...
    Any solutions would be greatly appreciated...

    Perhaps there is something I can do within DW that might easily solve this?
    There's no magic button to fix bad code.  Adobe abandoned GoLive back in 2008 because it wasn't capable of producing standards compliant code.  This is 2013.  It would make more sense to re-build the site from scratch to be both web standards compliant and responsive in mobiles, tablets and desktops. 
    Nancy O.

  • Musik with Dialog not playing correctly

    Hi there.
    Music with spoken texts is not played correctly on my T410i with Windows 8 pro installed.
    For example, the soundtrack to Kill Bill1
    Track 5: Queen of the Crime Council - dialogue excerpt from film
    Track 6: "Ode To Oren Ishii" - The RZA
    The problem occurs in all music players (iTunes, Windows Media Player, the Windows8 App "Music" also flash based player of Sky.fm have this problem (e.g. http://www.sky.fm/play/altrock) .
    Hardware: Lenovo T410i with Nvidia / Intel graphic card combination.
    What I've done so far:
    * reinstalled Drivers (Conexant 20585 SmartAudio HD).
    * reinstalled Codec pack (Klite Codec Pack (32-bit and 64-bit)
    * turned off the advanced features (bass management, Virtual Surround, ...) in the options of the speakers
    * switched off the detection of communication activities.
    * Speaker Setting is "Stereo" (two Speakers)
    I have no idea why this happens, as soon as there is a spoken text in the music, it starts sounding bad with echo, cracking noise and the spoken texts are very very silent.
    I don’t know how to fix this.
    KR Martin

    I am having the same problem with my Jam Pack loops. I bought the jam packs a few years ago and have been using them fine with my iBook. I put them on an external drive (trying to keep the iMac HD empty) and dropped the folder on my loops browser. They've worked fine with my iBook for years. I just got a new iMac and, again, dropped the folder on my loops browser. They play fine in the browser, but when I drop them in the timeline I only hear a faint beat.
    Any suggestions?
    B. Muir

  • Software for communicating with ipod not installed correctly?

    I cant download the new itunes 11.0.1 as keeps coming up with invalid or corrupt signature. So downloaded it onto another laptop and then copied it over. When opening it comes up with the following message "the software required for communicating with ipods and mobile phones was not installed correctly, it asked if you want itunes to repair it and when you say yes it doesnt repair.  Tells me to re-install itunes which i cant do. Any ideas?

    Another thing is that iPod Touch shows up fine...I've tried every other ipod from older 4gig Nanos to 120gb Classics and none of them work..this is really annoying!

  • Software required for communicating with iPods not installed correctly

    I am trying to do a new iTunes install version 10.6.1 on a Windows 7 64 bit machine. Everything goes smoothly and I get a message saying it installed correctly however, upon starting iTunes I get the following error:
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    I have uninstalled it following the directions, reinstalled it by running as administrator, etc. still the same message. I also notice Quicktime is not getting installed at all.
    Please advise.
    Thanks in advance.

    I also notice Quicktime is not getting installed at all.
    That one is normal nowadays (ever since the iTunes versions 10.5.x).
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Problems with javascript not working correctly, have firefox version 15.0.1. Javascript enabled in tools option. What else should I be looking at?

    Certain websites do not load correctly, the webpage sometimes does not display. Upgraded to current version of Java, this did not solve the problem. The most blatant thing I noticed is that when I hit the plus button to open a new tab, the page that displays displays my nine most favorite websites, all nine have descriptions, but only two or three display the actual web page.
    I also have hotmail and when I try to load some pages directly from the e-mail I get the message Javascript needs to be enabled.

    Are you using any cleanup software like CCleaner that might cleanup the cache?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    To avoid confusion:
    *http://kb.mozillazine.org/JavaScript_is_not_Java

  • Create XML File with codepage (not UNICODE)

    Hi all ,
    I'm using the SDIXML_DATA_TO_DOM function module to create a xml format from an internal table, finally I write the internal table in xml format to file in the application server.
    Finally I get a file in XML format in UTF-8 (UNICODE), but I have to convert the UTF-8 into other codepage because the file is send to other system which not familiar with the UNICODE.
    Does anyone knows how to convert the codepage for the xml internal table ?
    Thanks,
    Yaki

    Another option rather than converting it after the fact is to have it create the XML file in the encoding that you want to begin with.  It looks like this function module you mention will either accept a pointer to a XML document object or create one for you.  I would suggest that you go ahead and create a document yourself and pass it to the function module.
      ixml = cl_ixml=>create( ).
      document = ixml->create_document( ).
    You can then call the method SET_ENCODING of the class IF_IXML_DOCUMENT.  The encoding itself is another class of type IF_IXML_ENCODING.  You can set the character set in this object using method SET_CHARACTER_SET.

  • How can I bring back image Align options in Dreamweaver CS6 (CSS not an option)?

    Why were the options to align images from the Property bar removed in Dreamweaver CS6? When CSS isn't an option (email, CMSs, etc ), what options are available to better edit the inline HTML code?
    For this purpose, is it better to revert to an older version of Dreamweaver?

    You can write inline code in any version of Dreamweaver, but you need to hand-code it. Versions later than CS2 or Dreamweaver MX don't really support inline code generation, as the idea for websites was to generate external style sheets.
    Here's what I do for emails: I use MailChimp. Their on-line email generators do write good code that is readable in any email application and they also allow the user to subscribe to a text-only email.
    If you still have your old copy of Dreamweaver MX or CS-2 that supports in-line code generation, keep using that. It will coexist nicely with Dreamweaver CS6 and you can have both open at the same time. As long as it continues to work correctly on your operating system, you're good to go.
    -Mark

Maybe you are looking for

  • Not able to update data in iterator

    Our scenario is something like this: We do not directly bind UI components to VO, that is, for example we do not directly drag and drop a VO as a table. Instead we use POJO to exchange data between the UI and model layers. Our requirement is to show

  • How to apply check constraint at a row level?

    I am new to SQL. I have a schema like this. Students(student_id,student_name,club,date_of_passed_out). clubs(club_name,club_in_charge,club_inaugurated_date). The students can act as the club in charges. So it is not possible for a student to act as a

  • How can I have a VMWare repository for add-ons

    I have a virtual environment and need to be able to put add-ons/extensions in one shared directory so all my clients can access them. I do not want the users to have to install them. Is there anyway to do this?

  • Error message AE5 in cable box?

     Cable went out on oll three tv's, there's a message on a black screen that says 'if you want to watch Verizon Fios, press menu, otherwise turn off TV.', but when we press 'menu' on the verizon remotes, this appears on the cable box where the channel

  • How to format negative currency values (remove () )?.

    Hi, I have a field that ocasionally can contain negative raw values. What happens is, when a negative raw value is fed to the field, the field looks like this: ($999.999,00) And I'd like it to look like this: -$999.999,0 Any ideas how to do this?, I