CSS (some, not all) not showing up in browser, but fine in DW. Plus other desperate issues....

I would really appreciate any and all help I can get to solve these problems as I'm new to CSS/HTML (completely new) and have been attempting to code my design just well enough to get it uploaded and working as a site. Once I can atleast achieve this feat, I plan on completely converting to CSS. But for now, I need to get the site working and I really didn't want to come and bother all of you on here with my problems and have been procrastinating posting on here for absolutely ages now....but since I can't figure all of the messy-uppy ness going on on my own, I beg forgiveness for any of your time wasted on my problems .
Okay, so the "main" issue here is that I can see some(some, not all) CSS on DW, but I see NONE whatsoever when I go to preview in browser, same after uploading. I do have all of the files uploaded and placed in the correct directories, including the stylesheet, and images folder. But, nope, nada. Now, I did think this was a root/directory problem, maybe the url's weren't pointing to the right directories. I checked and attempted to fix this several times and any changes made no difference. Also, uploaded to the root of my site, where all files and folders are where they should be, yet no change. I am utterly clueless as to what is going on here....
Second: Padding, or margins added through CSS for the divs is simply not working in DW or otherwise. I have padding placed on all of the content type areas with writing/content in them and despite the fact that the changes to the font/text formatting I've made show up, the padding does not. This is only in DW since no CSS whatsoever is showing out of DW anyways. I would like to know how to get the padding and the formatting, just all of the CSS in general to actually show up in browser/when uploaded.
Third: The next issue is also confusing, and this only occured after I made the page into a template and uploaded the home.htm page I created from it to my site. For some reason, the image called "../images/aurora2_14_content_marg.gif". Is appearing at the very top of the page for no reason at all. I don't understand why it is there, or how it even got up there in the first place.
Fourth: This was actually next on my list of things to figure out once I've gotten all of the above issues taken care of but since I'm still drawing a blank after 2+ weeks on how to get this done in a way that will work I guess it couldn't hurt to ask on here and get some expertise on the matter. The issue is that I have a repeating background (images/bg.png) that I want stretching downwards as I add content to the page. I have this placed as the main background for the entire site as you will be able to see in a moment through my code/site. Now, the place I want this to start is from where the aforementioned image (../images/aurora2_14_content_marg.gif) stops. However, I want the content to actually start from 20 pixels or so from the top of that very image. I want to try and achieve this through the use of margins but since the margins and padding are not showing up I hve been unable to experiment with it enough to figure out any other way to achieve this.  Any suggestions on how to achieve this would be much appreciated.
Fifth (yes, unfortunately we're still going): As you may be able to see through the design I have two seperate areas for the main content and the navigation and other such items to be placed. To clarify, the content will be placed(through the use of expandable content boxes, once I figure out how to work that) beginning at the aforementioned image/td/div (../images/aurora2_14_content_marg.gif) with a bit of padding or margin from the top and sides (too pull the content towardsthe center of the site rather than all over from left to right like it is appearing now). The navigation etc will be placed where the long cyan area is under the search bar. For both of these, I cannot figure out how to split my one background image and also the content_marg.gif image into the two divs/or whatever else would work to split their contents from eachother. I think that seperating them into 2 divs with padding from the sides and eachother and seperate top paddings (I want the navigation to begin more near the top of the page than the content). The issue here is, I cannot figure out how to do this.
Any and all suggestions would be greatly appreciated. Also, any tips on how to achieve the code for the solutions provided would also be very much appreciated, as I am only just starting out coding.
The site/page:
http://aurora.comeze.com/home.htm
The stylesheet (style.css):
http://aurora.comeze.com/style.css
Like I mentioned above, all of this except the padding shows up in DW. Whereas, none of this shows up at all in browser view, or through the site.

Summary of issues #1 through #5:
Code errors galore:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faurora.comeze.com%2Fhome.htm
Photoshop generated HTML.
20th century table based layout with endless spacer gifs.
START OVER
From Tables to CSS Web Design Part 1 -
http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
From Tables to CSS Web Design Part 2 -
http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
=========================
DW Starter Pages (CSS Layouts)
http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
=========================
Taking a Fireworks (or Photoshop)  comp to a CSS Layout in DW
Part 1 - Initial Design
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
Part 2 - Markup preparation
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
Part 3 - Layout and CSS
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
========================
HTML & CSS Tutorials - http://w3schools.com/
Learn CSS positioning in 10 Steps
http://www.barelyfitz.com/screencast/html-training/css/positioning/
How to Develop with CSS?
http://phrogz.net/css/HowToDevelopWithCSS.html
========================
Code Validation Tools
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Best of luck,
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Crystal ReportViewer not showing on the browser but the tool bar appears with Print, export etc.

    Hello
    I am struggling on displaying the Report on the Browser. I am using Visual Studio 2010 and loaded my development box with client Tools.
    I am calling a report which is hosted on a Crystal Enterprise Server 13 on a remote location.
    The problem I am having right now is I am able to connect to the report without issues and able to see the Control Toolbar like "Print", "Export" icons etc. On clicking on Print or "Export" it is perfectly working as expected with Data. But the Crystal Report View does not show the report on the browser. Not sure why that is happening. is there anything I am missing? Code also pasted below. Please review and do help me quickly in providing an answer as soon as possible please.
    All the references are of CrystaDecisions 14.0.35000 versions.
    Running the application from my Visual Studio. PLEASE HELP!!
    SessionMgr ceSessionMgr = new SessionMgr();
                EnterpriseSession ceSession = ceSessionMgr.Logon("username",
                                        "password",
                                        "servername:port", "Enterprise");
                EnterpriseService ceEnterpriseService = ceSession.GetService("", "InfoStore");
                InfoStore ceInfoStore = new InfoStore(ceEnterpriseService);
                EnterpriseService ceRASFactoryService = ceSession.GetService("", "RASReportFactory");
                object rrfObject = ceRASFactoryService.Interface;
                InfoObjects ceInfoObjects = ceInfoStore.Query("SELECT * FROM CI_INFOOBJECTS WHERE SI_PROGID='CrystalEnterprise.Report' AND SI_NAME='WMS_TIMESHEET'");
                InfoObject ceInfoObject = ceInfoObjects[1];
                ReportAppFactory myReportAppFactory = (ReportAppFactory)rrfObject;
                myReportClientDocument = myReportAppFactory.OpenDocument(ceInfoObject.ID, 0);
                reportAreaController = myReportClientDocument.ReportDefController.ReportAreaController;
                reportSource = myReportClientDocument.ReportSource;
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo connInfo = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfos connInfos = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfos();
                CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag propertyBag = new CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag();
                propertyBag.Add("Database DLL", "crdb_odbc.dll");
                propertyBag.Add("Server Name", "WMS");
                connInfo.Attributes = propertyBag;
                connInfo.UserName = "xxxxx";
                connInfo.Password = "xxxxx";
                connInfos.Add(connInfo);
                myReportClientDocument.DatabaseController.SetConnectionInfos(connInfos);
                //if (IsPostBack)
                //SetReportData(295286);
                //myReportClientDocument.DatabaseController.logon(userId, password);
                myReportClientDocument.DatabaseController.logon("xxxxx", "xxxxx");
                Session.Add("ceSession",ceSession);
                Session.Add("ReportClientDocument",myReportClientDocument);
                CrystalReportViewer2.Visible = true;
                CrystalReportViewer2.EnterpriseLogon = Session["ceSession"];
                //CrystalReportViewer2.ReportSource = ceReportDocument;
                if (myReportClientDocument == null)
                    CrystalReportViewer2.ReportSource =  (ReportClientDocument) Session["ReportClientDocument"];
                else
                    CrystalReportViewer2.ReportSource = myReportClientDocument;
                CrystalReportViewer2.HasCrystalLogo = false;
                CrystalReportViewer2.HasExportButton = true;
                CrystalReportViewer2.HasPrintButton = true;
                CrystalReportViewer2.HasGotoPageButton = true;
                CrystalReportViewer2.HasPageNavigationButtons = true;
                CrystalReportViewer2.HasRefreshButton = true;
                CrystalReportViewer2.HasSearchButton = true;
                CrystalReportViewer2.HasToggleGroupTreeButton = true;
                CrystalReportViewer2.BestFitPage = true;
                CrystalReportViewer2.DisplayPage = true;
                CrystalReportViewer2.DisplayToolbar = true;
                CrystalReportViewer2.EnableDrillDown = true;
                CrystalReportViewer2.DocumentView = DocumentViewType.WebLayout;
                CrystalReportViewer2.RequestContext.FetchFromServer = true;
                //CrystalReportViewer2.ReuseParameterValuesOnRefresh = true;
                //CrystalReportViewer2.Width = 350;
                //CrystalReportViewer2.Height = 350;
                CrystalReportViewer2.Page.Title = "The information contained below is not for use or disclosure outside Convergys Corporation except under written agreement.";
                CrystalReportViewer2.PrintMode = CrystalDecisions.Web.PrintMode.ActiveX;
                CrystalReportViewer2.Zoom(400);

    Hi,
    What browser version are you using?
    Could you view the report from launchpad from the same browser?
    Could you try a different browser version?
    In IE, could you try using compatibility mode?
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place

  • My Macbook Air does not show up on my network to any of my other computers, Other computers on my network appear and disappear, some shared folders are not accessible

    My Macbook Air with Lion does not show up on my network to any of my other computers (PC's) , even though it is connected to my wifi and does access the Internet. In addition, my other computers sometimes show up in Finder and sometimes they're not there. Sometimes they do show in Finder and when I click on them, I get "Connection Failed", other times, they connect. Also some shared folders on those other computers, which are PC's are not accessible, even though fully shared. My network is Apple Airport Extreme and works perfectly otherwise, including all PC's being able to see each other. Help would be much appreciated

    I got the same problem. I want to access my shared folder on my home windows7 from my MBA. Tried many suggestions on the web but all to no avail. I thought that should be very trivial. Maybe a Lion bug?

  • I'm developing a web site using MVC3 & Razor, but my css changes do not show up on FireFox, but do on Chrome & Internet Explorer - How can I get Razor to render correctly on FireFox?

    I don't have a public version as I'm just staring development.
    For an example I have completed the walk-thru at [http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/updating-related-data-with-the-entity-framework-in-an-asp-net-mvc-application]. Then I tried changing minor items in site.css (such as font size) and the changes did not show up on FireFox, but do show up on Chrome and Internet Explorer.
    Example of change below: I changed the background from #e8eef4 to #ff0000. The table header background shows up in red for chrome & IE, but stay in light blue for FireFox.
    <code>
    table th {
    padding: 6px 5px;
    text-align: right;
    background-color: #ff0000;
    border: solid 1px #e8eef4;
    </code>

    You can also reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)

  • Suddenly - and for no reason that I can think of - my keyboard does not show on screen what I am typing. In other words it is gibberish.

    Suddenly - and for no reason that I can think of - my keyboard does not show on screen what I am typing. In other words it is gibberish. This is only happening in browsers (Firefox and Chrome) but is OK in Word, Excel etc
    This has just started today; yesterday, I downloaded a Zone Alarm update which was genuine and I have done a full scan for virus and malware – nothing!
    I have tried the FN+NumLock idea which I saw on the internet but that doesn’t seem to work.
    Any ideas?

    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • External Drive Files Not Showing Up on Mac but files do shows Up on PC

    External Drive Files Not Showing Up on Mac but files do shows Up on PC
    i had the Ex HD for about 3 years running smoothly on my mac but recently everything disappeared. plunged it into a pc to see if it read my files and it did. what can i do? to make it work on mac again. i don't want to reformat that drive because i have important applications (DMG) and other zip photo video files in the drive.

    yes. i did.
    ...i have tried "verify" & "repair" but they didn't pass the san test. and when i "unmounted/mount" a error message popped up say that there is a application running off the drive but there nothing (i see) running, to close all activity

  • TS1382 I have a ipod classic 160GB and it's not showing any music anymore, but there is still 7GB of memory being used, and I don't have it back up on my itunes, since I had to put a new hard drive on my computer. Any suggestion to find out whats on that

    I have a ipod classic 160GB and it's not showing any music anymore, but there is still showing 7GB of memory being used, and I don't have it backed up on my itunes, since I had to put a new hard drive on my computer. Any suggestion to find out whats on that memory or to get it the music back, there is approximately over 1400 songs on it?

    What is the memory being used by, is it Other? If it is, that means the iPod can no longer read the music, so it has put it all in "Other".
    The usual fix for this is to allow the iPod to Sync with its iTunes Library. If that doesn't work, the next option is to Restore the iPod using the Restore command in iTunes, on the Device/Summary pane.
    Unless you are very (very) lucky, I suspect that you are going to have to Restore your iPod. Restoring will remove everything form the iPod and put back onto it only what it finds in your iTunes Library, which you say is currently empty.
    If you have to rebuild your Library after this issue, by adding all the music back again, this is going to be hard to hear, but for the future, you may want to consider always having a backup of your library. The easiset way to back the Library up is;
    if the Library is small enough, burn it to a DVD, as digital files, not a "music CD".
    If your Library is too large for a DVD, buy yourself an external hard drive and copy the Library onto the drive. Remember to update the backup every so often.

  • Pb! pics not showing in n85 gallery but in file ma...

    Hi!
    As it is writen in title, my pics not showing in n85 gallery but in file manager!
    I don't now if it is because I have uptdated till share online 4.
    I just have a blank screen with now pics showing. When I click on open, I just have white and grey icons with a boat in it but unable to open one.
    That's is really annoying as I bought this mobile phone for the multimedia advantages...
    Please need help!
    Thanks

    its either the presence of Share Online 4.0 or a firmware issue. the same thing happened with N78 until new firmware 20.149 rectified the problem of the thumbnails not displaying/displaying incorrectly. a new firmware should be on the horizon for N85 i'm sure 
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!
    Message Edited by adrianhughes on 04-Apr-2009 12:47 PM

  • When i try to log into facebook all it says is "Cookies are not enabled on your browser" but i have enabled them. how do i log in?

    When I try to log into facebook all it says is "Cookies are not enabled on your browser" but i have enabled them. How do I log in?

    My guess is it's either a corrupt cookie or you have some add-on blocking cookies.
    We'll need some more info about your Firefox setup. Go to '''Help > Troubleshooting Information''' then click '''Copy all to Clipboard'''. Open a reply to this post, and go to '''Edit > Paste''' to paste the info from your Troubleshooting Information page.

  • I have got an ipad 2 .It is not showing any home screen but showing a symbol of connecting USB with itunes.I have downloaded itunes on my pc and it shows sync with ipad.How di I get my home screen.Pl help

    I have got an ipad 2 .It is not showing any home screen but showing a symbol of connecting USB with itunes.I have downloaded itunes on my pc and it shows sync with ipad.How di I get my home screen.Pl help

    Follow the prompts for setting up your iPad with iTunes on your PC.
    Which Windoze version is your PC running?

  • I tried to open a folder in my Documents. It does not show in any window but does show up when I am half way between windows. It did the same thing when I tried to empty the trash. It asked if that was what I wanted but I could't say yes because it was or

    I tried to open a folder in my Documents. It does not show in any window but does show up when I am half way between windows. It did the same thing when I tried to empty the trash. It asked if that was what I wanted but I could't say yes because it was or

    what is your question/issue here? did the folder have any content in it to begin with? screen shots of what you may be seeing?
    if english isn't your native language, write it in what you are most comfortable speaking in to describe your issue.

  • Fonts NOT showing up in Illustrator but are in Fireworks (CS3)

    Hi,
    I have the CS3 package and it works great. However, I have a load of fonts on my system that are not appearing in the fonts menu in Illustrator CS3. I checked if Fireworks CS3 was picking them up and it is...this is great, but why not in Illustrator??
    I also checked Photoshop, and they don't show there either. This is really weird. These are only basic fonts like "Helvetica" etc.
    Please, any help would be greatly appreciated on how to resolve this.
    I am using Vista 64 and the CS3 suite.
    Thanks again,
    Mikey

    Along with Mikey, I have a large number of fonts loaded but, when looking at them in the font list (with 'Preview' turned on), only about half of them actually display a font...the rest are blank. When I apply the 'blank' fonts to text, nothing appears. When I apply a functioning font that does show a preview, it looks fine. Maybe these are related issues?
    Illustrator CS3
    Windows XP

  • My MacBook Pro is not showing it's connected but it is, my messages stopped working with my iPhone and is locking me out of my mail accounts

    II'm having so much trouble with my MacBook Pro.
    1. The wifi is not showing it's connected but it is
    2. I used to be able to use messages as iMessage from my phone- that randomly stopped
    3. It alerted gmail to lock my account.
    Please help!

    Log out, log back in, and try again.

  • Can anyone guide me to connect my 5ghz network. After updating to ios6 this network is not showing on my iPad but ok with Mac.

    I have installed ios6 on my iPad with following problems.o
    1. My 5 ghz is not showing although my Mac works fine with 5 ghz. Can anyone give me guidance?
    2. Had problems with kindle books- it completely gone. Tried to delete kindle app and reinstalled. Now it is ok.

    You can't connect directly to the external drive, but should be able to use iTunes Home Sharing via the laptop.
    http://support.apple.com/kb/PH1453

  • After upgrading to IOS 5 on my iPad only some books in iBooks show content. They were fine before the upgrade. I made a new version in Pages and reinstalled them on the iPad. Still nothing. What is the fix?

    After upgrading to IOS 5 on my iPad only some books in iBooks show content. They were fine before the upgrade. I made a new version of the book in Pages and reinstalled them on the iPad. Still nothing. What is the fix?

    I just got the iBooks update and that fixed the problem, except the book covers look like they were done in a government printing office.

Maybe you are looking for

  • Java Null Pointer Exception- Business Validation In AM

    Hi, I have been tried cracking this validation issue, tried several combinations. But does not work and throw java null pointer exception. I would appreciate if somebody can point where I am going wrong on the code. Thanks ahead. Below is the issue:-

  • Error message FH 502 in IDOC GL Account Master Data processing

    Hi all: I am updating the GL Account Master Records, importing generated IDOC´s from the production system, using standard SAP IDOC functions. Usually it is working fine, but sometimes I get the error message FH 502 “Internal error: Import of table S

  • HELP.....PHISHING EMAIL QUERY

    I have received an email marked from: Your Apple Update Profile I have copy and pasted it below: Is this for real or is it a phishing email?? At first I responded and gave my password but then once it asked for my updated payment method I stopped. It

  • Frustrated because I keep getting "action list not found" when installing adobe-reader.

    1. I had Adobe-reader installed and working but kept getting pop-up screens telling me to update. 2. Each time I tried updating, an error-message showed up "action list not found". 3a. So I thought deleting adobe-reader and doing a fresh install migh

  • Error deploy shared library from Enterprise Manager IAS10.1.3.5.0

    Hi, I am trying deploy one shared library in my OC4J instance (prd_oc4j) from Enterprise Manager, but when i run my application its not loading this library (error missing class), but when i put this shared library in file server.xml without Enterpri