BG image not showing up

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default BG image not showing up

    Hi,
    I recently changed a backgroud image on a certain page after i edited and now
    it will not show up. I have the image in the correct Directory and when i am in
    Dreamweaver the site looks perfect! once i hit F12 to test or if i even upload
    it to my server that is the only background image that does not show up. Am i
    missing something? It has worked before without a problem. the ONLY thing i
    changed was the "images/MI.gif"



    <TR valign="top" background="images/MI.gif">
    <TD WIDTH=463 HEIGHT=194 COLSPAN=2><div style="padding-top:145px ">
    <table width="96%" border="0">
    <tr>

    brian the dj Guest

  2. Similar Questions and Discussions

    1. background image showing up in front of text in .pdf
      I've got a Microsoft Word document, and in it there is a watermark image. It looks fine in the Word doc, but when I save the file as a pdf, the...
    2. Showing "New" image if date created <7
      I am trying to figure out how to show a 'New' image if the item was added to the database within the past 7 days. I tried to use this script and it...
    3. Keep over image while showing popup menu
      When I hover over a button that has a popup menu, I would like the button's over image to stay on when my mouse is over the popup menu. When it goes...
    4. Can you stop the "image"-button from showing?
      Hi, When you do mouseover over an image you often see this button with icons for saving, printing, email and open MyImagesFolder. But not...
    5. Can I take a small (320x240), blurry image, and make it a clear, large image?
      Just wondering if there is an easy way to do this? I'm sure it won't be perfect cause photoshop can only work with what's there, but maybe it can...
  3. #2

    Default Re: BG image not showing up

    Move it from the tr to the td.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "brian the dj" <webforumsuser@macromedia.com> wrote in message
    news:d62lu0$fdr$1@forums.macromedia.com...
    > Hi,
    > I recently changed a backgroud image on a certain page after i edited and
    > now
    > it will not show up. I have the image in the correct Directory and when i
    > am in
    > Dreamweaver the site looks perfect! once i hit F12 to test or if i even
    > upload
    > it to my server that is the only background image that does not show up.
    > Am i
    > missing something? It has worked before without a problem. the ONLY thing
    > i
    > changed was the "images/MI.gif"
    >
    >
    >
    > <TR valign="top" background="images/MI.gif">
    > <TD WIDTH=463 HEIGHT=194 COLSPAN=2><div style="padding-top:145px ">
    > <table width="96%" border="0">
    > <tr>
    >

    Murray *TMM* Guest

  4. #3

    Default Re: BG image not showing up

    I LOVE YOU I THINK!!!
    YES I got it!!
    THANK YOU SOOOOOOOOOO FRIGGIN MUCH!
    I was pullin my hair out.
    THANK YOU!
    brian the dj Guest

  5. #4

    Default Re: BG image not showing up

    I love you too. Let's just wander over here for a few....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "brian the dj" <webforumsuser@macromedia.com> wrote in message
    news:d62nb4$h9n$1@forums.macromedia.com...
    >I LOVE YOU I THINK!!!
    > YES I got it!!
    > THANK YOU SOOOOOOOOOO FRIGGIN MUCH!
    > I was pullin my hair out.
    > THANK YOU!

    Murray *TMM* Guest

  6. #5

    Default Re: BG image not showing up

    hi, i'm having a little problem.... my background image is not showing up, please help me...
    here's the code:



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!--

    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License

    Title : Undertaking
    Version : 1.0
    Released : 2010821
    Description: A two-column web design, best for your personal and business blogging.

    -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>make a blog</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <link href="default.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #wrapper #page #page-bgtop #page-bgbtm #content .post .entry h3 {
    font-family: Times New Roman, Times, serif;
    }
    #wrapper #page #page-bgtop #page-bgbtm #content .post .entry h3 {
    color: #C0C0C0;
    }
    #wrapper #page #page-bgtop #page-bgbtm #content .post .entry h3 {
    color: #808080;
    }
    body {
    background-image: url(images/img01.jpg);
    background-color: #039;
    background-repeat:repeat
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    </style>
    </head>
    <body>
    carolinamalariae Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139