Dreamweaver interface is all messed up

I don't know how it became like this. it has seemed to just
degrade more and more today. I am a noob to dreamweaver, though
learned a whole lot about CSS today. The graphical interface in
dreamweaver is out of place with images, margins/paddings all out
of place. But when I view it in a browser such as firefox, it is
perfect--it appears just as the code is supposed to. I don't know
how to attach a pic, so I'll upload some to imageshack.
Messed
up dreamweaver
Accurate
firefox

Where did this layout come from?
Anyhow, your original image is a good example of how DMX2004
falls down with
CSS layouts. I'm afraid to get a good Design view of this
markup, you will
have to be using DW8.
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
==================
"dcarmor" <[email protected]> wrote in
message
news:[email protected]...
> thanks for bearing with me.
>
> there is some CSS in there that isn't being used in the
html file i
> attached
> because I've continued to work on it...it appears fine
in the browsers so
> I
> figured it wouldn't matter even if I can't fix the
graphical issues in
> dreamweaver.
>
> html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form,
fieldset {
> margin: 0;
> padding: 0;
> border: 0;
> }
>
> body {
> font-family: Arial, Helvetica, sans-serif;
> font-size: 100.01%;
> background-color:#FFF;
> color: #666666;
> text-align: center;
> }
>
> #wrapper {
> width: 770px;
> background-color:#D1EBEE;
> margin:10px auto;
> text-align:left;
> border: 1px solid #000;
> }
>
> #banner {
> height: 200px;
> background-image: url(../images/stick.png);
> background-repeat: no-repeat;
> }
>
>
> #leftcol #nav ul {
> background-image:url(../images/ButtonBar.gif);
> list-style-type: none;
> margin: 0;
> padding: 0;
> font-size: 80%;
> border: 0px solid #000000;/*this adds a second line to
the bottom of the
> nav,
> if you prefer a single line you can remove it by
uncommenting the other
> properties and commenting out this one. I think it gives
a nice raised
> effect,
> the choice is your's :)*/
> /*border-left: 1px solid #000000;
> border-right: 1px solid #000000;
> border-top: 1px solid #000000;*/
> }
>
>
>
> #leftcol #nav ul li {
> padding: 3px 0 3px 10px;
> margin: 0;
> }
>
> #leftcol #nav ul li a{
> background-image:url(../images/Button_up.gif);
> background-repeat:no-repeat;
> color: #000000;
> display: block;
> padding: 4px 0 6px 4px;
> text-decoration: none;
> height: 1%;
> }
>
>
> #leftcol #nav a:hover, #leftcol #nav a:focus {
> background-image:url(../images/Button_down.gif);
> background-repeat:no-repeat;
> color: #FFF;
> }
>
> #leftcol a{
> text-indent: 10%;
> font-size: 100%;
> color: FFF;
> }
>
> #content{
> margin-left: 180px;
> width: 570px;
> }
>
> #content p{
> font-size: 80%;
> margin: 20px;
> color:#232323;
> position: relative;
> }
>
> #content h1{
> font-size: 160%;
> color:#003366;
> padding: 0;
> margin: 15px 20px 0 20px;
> }
>
> #content h2{
> font-size: 110%;
> color:#990000;
> padding: 0;
> margin: /*100px 0 0*/ 20px;
> }
>
> .leftimage{
> float: left;
> margin-right: 10px;
> border: 1px solid #000000;
> }
>
> .rightimage{
> margin-bottom: 20px;
> float: right;
> margin-left: 15px;
> border: 1px solid #000000;
> width: 150px;
> }
>
> /*.clearit{
> clear: both;
> background-color:#00FF66;
> width: 200px;
> }*/
>
>
> #footer{
> border-top: 1px solid #000000;
> background-color: #003366;
> color: #FFFFFF;
> clear: both;
> }
>
> #footer p {
> font-size: 70%;
> padding: 3px;
> }
>
> #leftcol{
> margin-left: 0px;
> margin-top: 0px;
> width: 170px;
> margin-bottom: 20px;
> float: left;
> }
>
> #content p.right{
> float: right;
> }
>
> .container{
> width: 99%;
> float:right;
> }
>
> .container1{
> margin:10px 0 10px 0;
> width: 99%;
> float:right;
> background-color:#6E6E6E;
> border: 1px solid #000;
> height: auto;
> }
>
> #navTop {
> border: 1px solid #000;
> margin: 10px 0 0 0;
> font-size: 100%;
> font: Arial, Helvetica, sans-serif;
> color: #000;
> text-decoration: none;
> background: #999999;
> width: 570px;
> }
>
> #content #navTop a{
> font-size: 100%;
> color:#333333;
> text-decoration: none;
> padding: 0 18px 0 18px;
> }
>
> #content #navTop a:hover{
> font-size: 100%;
> color:#FFF;
> text-decoration: none;
> }
>

Similar Messages

  • Dreamweaver CS3 Design View messed up

    I'm not quite sure why, but the design view is all messed up
    when I am
    editing my webpage.
    Here is what it looks like.
    http://img257.imageshack.us/img257/4749/sammesseduphl2.jpg
    but as you can see by going here
    http://sdsusammys.com/rush.php
    that
    the page works perfectly.
    I was reading some of the other peoples posts and I noticed
    people who
    Include php files usually have this same problem.
    The beginning of the code for my rush.php page is as follows
    <?php
    include("includes/header.html");
    ?>
    <?php
    include("includes/navbar.php");
    ?>
    Would that have anything to do with it?
    Thanks

    Sammy,
    As for "viewing" your web page inside Dreamweaver, it is not
    a good idea. Dreamweaver is a basically a HTML editing application.
    Ideally speaking, best if you view your web page with any web
    brower. Also check with your web page with many browsers, where you
    will notice some beheavior or such difference in those two or many
    browsers. It depends on how you code your HTML code per se.
    Hope that helps.
    Cheers, Brian
    quote:
    Originally posted by:
    Sammy.BE
    I'm not quite sure why, but the design view is all messed up
    when I am
    editing my webpage.
    Here is what it looks like.
    http://img257.imageshack.us/img257/4749/sammesseduphl2.jpg
    but as you can see by going here
    http://sdsusammys.com/rush.php
    that
    the page works perfectly.
    I was reading some of the other peoples posts and I noticed
    people who
    Include php files usually have this same problem.
    The beginning of the code for my rush.php page is as follows
    <?php
    include("includes/header.html");
    ?>
    <?php
    include("includes/navbar.php");
    ?>
    Would that have anything to do with it?
    Thanks

  • The font i used in my KEYNOTE presentation is not available when you upload it to the cloud.  So, now my  text boxes are all messed up.  How can I select ALL font boxes of presentation and change (at least) the font style?

    I have a large presentation that I need to access from the cloud THIS SATURDAY.  Now, after uploading from my iMac to Cloud, the font is all messed up because the font I selected on my mac is NOT available on the Keynote Cloud....so capitalization is wrong, inconsistent, etc.
    Is there a quick way to select all text and change the style?  Help..I am running out of time!

    What's the URL of the page?
    In the mean time clear the cache and reload the page.

  • The last few times I've used headphones in my iPad, the audio has been all messed up to the extent where it's better to just use the internal speakers and not the headphones. I've tried multiple pairs of headphones to no avail. Help?

    The last few times I've used headphones in my iPad, the audio has been all messed up to the extent where it's better to just use the internal speakers and not the headphones. I've tried multiple pairs of headphones to no avail.
    The iPad was bought in mid-June, but I did not get extended Apple-Care warranty on it. Any idea of what's happenening?

    Multiple means how many? If only 2 or 3, they could all be faulty. Try the headphones in some other device, to make sure they are OK. Or there could be something wrong with the headphone port.
    Your iPad is still covered by the 1-year warranty so you should make a Genius appointment and have it looked at.
    Another thing to try is to plug in the headphone jack a few times in succession to see if it frees up something inside the port.

  • Photo order is all messed up with IOS 6. This used to work in IOS 5.

    With IOS 6.0, the order in which photos are displayed on iphone and ipad is all messed up.
    In iPhoto, you see them sorted by date taken. When you sync this with itunes and view them on ipad/iphone, they show up in the wrong order (sorted by date modified).
    This used to work in IOS 5.0. Apple has changed something in IOS 6.0 and I hate it.
    is there some way to fix this and see them sorted by date taken on ipad and iphone?

    Same issue here. What i´ve realized is that the photos are only sorted wrong in event folders. Sorting is correct in the overall photo archive. This is really annoying.

  • When I download a audiobook the chapters get all messed up! Help

    When I try to download audiobooks the chapters get all messed up!  Kind of a novice!  Help!

    hello trailfac67, well I am also new to Mac but I have 5000 song it .....and also audio book, the trick is that when you download it select them all before import , say no when ask to download them and highlight them all in blue and then you go to : file and then to :  get info ,then select: options tab and then go to:  gapless album and scroll to select yes and it shoul check it automaticaly if not check gapless album. this will keep all your audio chapters in order like they should. you can do this also if you already have import them, just highlight them all and do the same as I said on top. well it work well for me so you should be ok too. sorry if i spell wrong...I am french.! but my itune is in english. let us know if it work for you also, bye salut lulu

  • TS3999 There is no Europe/Minsk timezone in iCloud calendar interface. All scheduled events are displayed with 1 hour error.

    There is no Europe/Minsk timezone in iCloud calendar interface. All scheduled events are displayed with 1 hour error.
    Is there any workaround?

    Hello again, Kirik17.
    The concept still holds true. When clicking to select your time zone, you will need to select another city within your same Time Zone so that that one becomes your default.
    If you are still unable to select your Time Zone, you may find more information by using another one of Apple's Support Resources at: https://getsupport.apple.com/GetproductgroupList.action.
    Cheers,
    Pedro.

  • Illustrator bug- menu bar all messed up, and it keeps crashing

    I have the weirdest bug on my trial version- the menu bar on top appears with $$$ signs and all messed up, and crashes constantly. I tried to delete and reinstall illustrator (I downloaded a trial version of the basic creative suite with Illustrator, Photoshop and InDesign, but had the bug only on Illustrator. I even reinstalled Leopard (and in the first installation it was a brand new iMac), which also did not help, so I have no idea what to do. Has anyone else had the problem or knows what to do?
    Thanks!
    Dotan

    i had continual illustrator cs4 freezes in relation to the menus and some file types as well. (win 7 prof 64 bit)
    But I found it it worked in a newly created user profile fine.
    After having shelled out 3500.- eur for the masters colletion, I was rather dissapointed to find that i have to dig into my pocket for support when the software breaks. The solution is pretty simple assumabley known and could have been answered in two lines of text instead of the useless prefab answers i got.
    But first I have to join the general gripe about the stability of illustrator and flash in paticular. It is obvious that each product is created by different teams who do not share common standards. Inexplicable.
    Quark never cared about their customers while they were market leader either, remember that, Adobe?
    Their frustration became your success. It might pay to remember that part of your history.
    I solved the problem by replacing the entire settings folder with the one from the functional profile
    C:\Users\user-name\AppData\Roaming\Adobe\Adobe Illustrator CS4 Settings
    save any custom color sets, etc first.
    three days of hair pulling for a 12 second solution.
    Thanks, Adobe!
    My motivation to pay another 1200.- for an upgrade is somehow shrinking very, very quickly.

  • Ms word formatting all messed up in Pages

    Hi all.
    I am using the iPad2 with Pages to edit and print from my iPad.
    I am typically opening email attachments in this case an MS Word document only to find that the formatting is all messed up.
    This is not restricted to this one document, but many.
    Anyone know what I can do about this ?
    I would have attached an example but cannot find a way of adding an attachment here for you to look at.
    Regards
    James

    Here is a link to the Pages formatted version of the document
    https://files.me.com/jimatalveston/ceau40.pages.zip
    Note: Clicking this link starts a file download.

  • Interface for all cost object related transtions with third party system

    Hello Guru's
    I have one required for Functional Specications i.e,  i need to create interface for all cost object related transtions with third party system for this purpose i need to create FS. any body please guide how to do..

    Hi sreedhar royals
    You need to check controlling tables you need to interact. (CSKS, COAS,....) then ask your abaper and project manager to guide you.
    Regards

  • My folders/apps all messed up/missing after upgrade

    So I was able to get my music and all other stuff back on after the upgrade (they didn't work right off). Now my folders are all messed up. I rearranged it all on Itunes, synced again and that was a wasted hour! It went right back to the way just post upgrade.
    So I did a restore to the morning before the update and its still not right. I can live with them not in folders, but a LOT are not showing on the phone, (though they do in Itunes). In Itunes they are scattered amongst 11 pages, but on the phone its mostly bare folders and only 3 pages.

    A call to Apple had no help, other than to restore all the way to factory settings. Didn't help. The apps are still spread amongst 11 pages in Itunes,and when I try to sync, it seems to sync from the phone. Not from Itunes. The phone only shows about 4 pages. Sometimes it adds new apps from previous try. If I download them again it seems to stick. Some are paid for and Apps wants me to pay again.
    still stuck. I see others have same issue and no one has responded to our issue.

  • Converting a file to JPG looks all messed up

    Hello Everyone,
    I have this project I am doing for my brothers business. Its called Wilde electric. I have the "W" done, and when I put text beside it, and group it, and save it as a PDF first it looks fine, but when I go from PDF and convert it into a JPG the text gets all messed up. Does anyone know how to fix this?
    I am using windows Vista(32 bit) with adobe illustrator CS3 version 13.0.2, and also using adobe acrobat 9 Pro version 9.3.0
    If anyone needs pictures I could show them next time.
    Any help with this problem would be great
    Thank you for your time in this matter
    Please email me also at [email protected]
    bye
    brock

    Hello Everyone and wade,
    I made a mistake I am trying to take it and turn it into a Word Document. But when I take it out of PDF and convert it into a word Document the text gets all messed up. ill try and save it as a JPG and open word and add it to the document

  • My preview area has gone all messed up? :[ (CS6) (Photos)

    So the preview area (Area where it shows which part of the video you are on) has gone all messed up like this >>>
    (Pic) Gyazo.com/920fc648b1db9fe199683e4aab44fa03
    How do i reset it to the usual, one screen?

    See this section of After Effects Help:
    http://helpx.adobe.com/en/after-effects/using/modifying-using-views.html#choose_a_view_lay out_and_share_view_settings

  • Xorg graphics are all messed up and glitchy (screenshots) How to fix?

    I've set up a new system, but the graphics are super glitchy!
    Here's what gdm (gnome) looks like when i enter run level 5 with an existing xorg.conf file:
    and here's what it looks like without xorg.conf so settings are automatic:
    With the first setup (xorg.conf included) there's no way to log in.
    Without xorg.conf, you can see the loging windows and log in, and when you get to the desktop, the background remains all messed up just like at the login screen.
    Any ideas what might be wrong? i'll be right back to post my xorg.conf
    Last edited by trusktr (2010-07-06 21:47:36)

    Here's the xorg.conf that renders the first un-usable screen:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    EndSection
    Section "Module"
    # Load "dri"
    Load "record"
    Load "glx"
    Load "dbe"
    Load "dri2"
    Load "extmod"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS" "True"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "NV44A [GeForce 6200]"
    BusID "PCI:1:0:0"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    viewport 0 0
    Depth 24
    EndSubSection
    EndSection

  • IPhoto 11 events' dates are all messed up

    Hi, my iPhoto 11 events' dates are all messed up.
    I tried a solution that I found in the forum in which one should delete file com.apple.iPhoto but I don't have the said file.
    Any ideas?
    Thanks in advance!

    Yes you do. In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    You can then find and delete the necessary preference file.
    OT

Maybe you are looking for