Ask a Question related to Dreamweaver AppDev, Design and Development.
-
brian the dj #1
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
-
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... -
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... -
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... -
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... -
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... -
Murray *TMM* #2
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
-
brian the dj #3
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
-
Murray *TMM* #4
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
-
carolinamalariae #5
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



Reply With Quote

