![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
All she can see is the BG color of the page and the text off to the right. The BG image does not show. Clearly it has to be there because no matter how many times I refresh my browser the image shows. It is at http://www.4quiche.com/Maui.html |
#3
| |||
| |||
|
|
I tossed together a *****very***** simple, single page using MX04. It's just a picture of a Maui beach (that I took 1/1/04) and a few bars of text off to the right. I sent the link to my wife to check on her monitor because it was very simple but appealing at the same time. Guess what? All she can see is the BG color of the page and the text off to the right. The BG image does not show. Clearly it has to be there because no matter how many times I refresh my browser the image shows. It is at http://www.4quiche.com/Maui.html Both of us are using XP Pro and both using MSIE 6.028 |
#4
| |||
| |||
|
|
All she can see is the BG color of the page and the text off to the right. The BG image does not show. Clearly it has to be there because no matter how many times I refresh my browser the image shows. It is at http://www.4quiche.com/Maui.html |
#5
| |||
| |||
|
|
body { background-image: url(); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #CCCCCC; background-image:url(Logos/SDPC.ai) } |
|
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000; background-image: url(file:///C|/testfolder/images/P1030055.JPG); background-repeat: no-repeat; background-position: left top; background-color: #959DAA; } |
#6
| |||
| |||
|
|
At the moment you are telling it to appear not only as the page background but also the table cell background and the table row background. |
#7
| |||
| |||
|
|
Yeah......what Gary said. Plus I think what you really want to do is use it as a BACKGROUND image. And since you probably don't want it repeating, you should check into using CSS. MD SanDiegoPC wrote: I tossed together a *****very***** simple, single page using MX04. It's just a picture of a Maui beach (that I took 1/1/04) and a few bars of text off to the right. I sent the link to my wife to check on her monitor because it was very simple but appealing at the same time. Guess what? All she can see is the BG color of the page and the text off to the right. The BG image does not show. Clearly it has to be there because no matter how many times I refresh my browser the image shows. It is at http://www.4quiche.com/Maui.html Both of us are using XP Pro and both using MSIE 6.028 |
#8
| |||
| |||
|
|
Osgood wrote: At the moment you are telling it to appear not only as the page background but also the table cell background and the table row background. lol. It gets even more confusing. As you have no tables on that page there is really no need to use td or th. (I think I said table row before when I should have said table header.) The only css styles you need on that page are these: body{ margin 0; padding: 0; background-color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000; background-image: url(file:///C|/testfolder/images/P1030055.JPG); background-repeat: no-repeat; background-position: left top; background-color: #959DAA; } Obvioulsy change the link to the background image |
#9
| |||
| |||
|
|
background-image: url(file:///C|/testfolder/images/P1030055.JPG); |
|
Thanks all for the replies. Why though, does the image show on my browser just as intended? No, I'm not talking LOCAL, but on theWeb. Remember, I uploaded the file to share with my wife. I can refresh the page all I want on my machine and it shows *with* the image. Wierd! "Mad Dog" <md (AT) mdp (DOT) com> wrote in message news:cbtpcb$le$1 (AT) forums (DOT) macromedia.com... Yeah......what Gary said. Plus I think what you really want to do is use it as a BACKGROUND image. And since you probably don't want it repeating, you should check into using CSS. MD SanDiegoPC wrote: I tossed together a *****very***** simple, single page using MX04. It's just a picture of a Maui beach (that I took 1/1/04) and a few bars of text off to the right. I sent the link to my wife to check on her monitor because it was very simple but appealing at the same time. Guess what? All she can see is the BG color of the page and the text off to the right. The BG image does not show. Clearly it has to be there because no matter how many times I refresh my browser the image shows. It is at http://www.4quiche.com/Maui.html Both of us are using XP Pro and both using MSIE 6.028 |
#10
| |||
| |||
|
|
Thanks all for the replies. Why though, does the image show on my browser just as intended? No, I'm not talking LOCAL, but on theWeb. Remember, I uploaded the file to share with my wife. I can refresh the page all I want on my machine and it shows *with* the image. Wierd! |
![]() |
| Thread Tools | |
| Display Modes | |
| |