|
| |||
| This is crazy I've asked about this twice. There has to be a simple solution. Using Word 2003, I am trying put a page with one picture onto my website. I've taken a blank document and placed a picture (a jpg) on it. I then saved it as a web page. I then uploaded it to my site using a program called "FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm . When I preview the web page in word, by clicking the "Web Page Preview" button in the File drop-down Menu, the preview is perfect, but when I go to the site all that appears is the page with a box where the picture should be and that box has a small box with a "X" in it in the upper left corner. I've posted the picture on the site as well and when I go to the picture site it shows up perfectly. Here is the link: http://pages.suddenlink.net/budnsha/a.jpg . I have tried using Publisher and another web design program and the same thing happens using using these. There has to be a simple solution. What is it? |
| |||
| Re: This is crazy It isn't crazy. Your link does not appear to be correct. Try this code in a notepad and then save the file as: jag.html <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title></title> <meta content="Expert" name="Expert"> </head> <body style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153);" alink="#33ffff" link="#ff0000" vlink="#6600cc"> <img alt="MyCar" src="http://pages.suddenlink.net/budnsha/a.jpg" style="width: 640px; height: 480px;"><br> <br> <br> </body> </html> hth Hoops wrote: >I've asked about this twice. There has to be a simple solution. > >Using Word 2003, I am trying put a page with one picture onto my website. >I've taken a blank document and placed a picture (a jpg) on it. I then saved >it as a web page. I then uploaded it to my site using a program called >"FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm . > >When I preview the web page in word, by clicking the "Web Page Preview" >button in the File drop-down Menu, the preview is perfect, but when I go to >the site all that appears is the page with a box where the picture should be >and that box has a small box with a "X" in it in the upper left corner. > >I've posted the picture on the site as well and when I go to the picture >site it shows up perfectly. Here is the link: >http://pages.suddenlink.net/budnsha/a.jpg . > >I have tried using Publisher and another web design program and the same >thing happens using using these. > >There has to be a simple solution. What is it? > > > > |
| |||
| Re: This is crazy On the web page, the image properties give a filename of "image001.jpg" (or something similar), while your jpg file is named "a.jpg". Are you loading the image file to the webserver with the correct file name? How about using notepad and just writing a few lines of HTML, if all you intend is to show the picture? It doesn't get much more reliable than that. "Hoops" <Hoops@discussions.microsoft.com> wrote in message news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... I've asked about this twice. There has to be a simple solution. Using Word 2003, I am trying put a page with one picture onto my website. I've taken a blank document and placed a picture (a jpg) on it. I then saved it as a web page. I then uploaded it to my site using a program called "FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm .. When I preview the web page in word, by clicking the "Web Page Preview" button in the File drop-down Menu, the preview is perfect, but when I go to the site all that appears is the page with a box where the picture should be and that box has a small box with a "X" in it in the upper left corner. I've posted the picture on the site as well and when I go to the picture site it shows up perfectly. Here is the link: http://pages.suddenlink.net/budnsha/a.jpg . I have tried using Publisher and another web design program and the same thing happens using using these. There has to be a simple solution. What is it? |
| |||
| Re: This is crazy That worked perfectly. Thank you so much. Now, I need to put 50 pictures on that page. They're named a.jpg through y.jpg plus there are others like xfront.jpg, etc. How can I do all 50 pictures? "Expert" wrote: > It isn't crazy. Your link does not appear to be correct. Try this code > in a notepad and then save the file as: jag.html > > <html> > <head> > <meta content="text/html; charset=ISO-8859-1" > http-equiv="content-type"> > <title></title> > <meta content="Expert" name="Expert"> > </head> > <body > style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153);" > alink="#33ffff" link="#ff0000" vlink="#6600cc"> > <img alt="MyCar" src="http://pages.suddenlink.net/budnsha/a.jpg" > style="width: 640px; height: 480px;"><br> > <br> > <br> > </body> > </html> > > hth > > Hoops wrote: > > >I've asked about this twice. There has to be a simple solution. > > > >Using Word 2003, I am trying put a page with one picture onto my website. > >I've taken a blank document and placed a picture (a jpg) on it. I then saved > >it as a web page. I then uploaded it to my site using a program called > >"FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm . > > > >When I preview the web page in word, by clicking the "Web Page Preview" > >button in the File drop-down Menu, the preview is perfect, but when I go to > >the site all that appears is the page with a box where the picture should be > >and that box has a small box with a "X" in it in the upper left corner. > > > >I've posted the picture on the site as well and when I go to the picture > >site it shows up perfectly. Here is the link: > >http://pages.suddenlink.net/budnsha/a.jpg . > > > >I have tried using Publisher and another web design program and the same > >thing happens using using these. > > > >There has to be a simple solution. What is it? > > > > > > > > > |
| |||
| Re: This is crazy I have no idea how the image on the web page shows up as image001.jpg. Somehow it's being changed. I know I haven't saved any pictures that starts with the name of image. First, how were you able to determine the image name is image001.jpg? As for using notepad, I have over 50 pictures I want to put on that page and I've never done HTML script. "Val" wrote: > On the web page, the image properties give a filename of "image001.jpg" (or > something similar), while your jpg file is named "a.jpg". Are you loading > the image file to the webserver with the correct file name? > > How about using notepad and just writing a few lines of HTML, if all you > intend is to show the picture? It doesn't get much more reliable than that. > > > "Hoops" <Hoops@discussions.microsoft.com> wrote in message > news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... > I've asked about this twice. There has to be a simple solution. > > Using Word 2003, I am trying put a page with one picture onto my website. > I've taken a blank document and placed a picture (a jpg) on it. I then > saved > it as a web page. I then uploaded it to my site using a program called > "FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm > .. > > When I preview the web page in word, by clicking the "Web Page Preview" > button in the File drop-down Menu, the preview is perfect, but when I go > to > the site all that appears is the page with a box where the picture should be > and that box has a small box with a "X" in it in the upper left corner. > > I've posted the picture on the site as well and when I go to the picture > site it shows up perfectly. Here is the link: > http://pages.suddenlink.net/budnsha/a.jpg . > > I have tried using Publisher and another web design program and the same > thing happens using using these. > > There has to be a simple solution. What is it? > > > > |
| |||
| Re: This is crazy OK try this by changing the name of the files as appropriate. At present they are all a.jpg but you need to change them to b.jpg, c.jpg etc etc. I have also inserted a table to create a semi-professional layout!! <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table border="1" width="100%" id="table1"> <tr> <td> <img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> <tr> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" width="640" height="480"></td> </tr> </table> </body> </html> Hoops wrote: > That worked perfectly. Thank you so much. > > Now, I need to put 50 pictures on that page. They're named a.jpg through > y.jpg plus there are others like xfront.jpg, etc. How can I do all 50 > pictures? > > "Expert" wrote: > > > It isn't crazy. Your link does not appear to be correct. Try this code > > in a notepad and then save the file as: jag.html > > > > <html> > > <head> > > <meta content="text/html; charset=ISO-8859-1" > > http-equiv="content-type"> > > <title></title> > > <meta content="Expert" name="Expert"> > > </head> > > <body > > style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153);" > > alink="#33ffff" link="#ff0000" vlink="#6600cc"> > > <img alt="MyCar" src="http://pages.suddenlink.net/budnsha/a.jpg" > > style="width: 640px; height: 480px;"><br> > > <br> > > <br> > > </body> > > </html> > > > > hth > > > > Hoops wrote: > > > > >I've asked about this twice. There has to be a simple solution. > > > > > >Using Word 2003, I am trying put a page with one picture onto my website. > > >I've taken a blank document and placed a picture (a jpg) on it. I then saved > > >it as a web page. I then uploaded it to my site using a program called > > >"FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm . > > > > > >When I preview the web page in word, by clicking the "Web Page Preview" > > >button in the File drop-down Menu, the preview is perfect, but when I go to > > >the site all that appears is the page with a box where the picture should be > > >and that box has a small box with a "X" in it in the upper left corner. > > > > > >I've posted the picture on the site as well and when I go to the picture > > >site it shows up perfectly. Here is the link: > > >http://pages.suddenlink.net/budnsha/a.jpg . > > > > > >I have tried using Publisher and another web design program and the same > > >thing happens using using these. > > > > > >There has to be a simple solution. What is it? > > > > > > > > > > > > > > |
| |||
| Re: This is crazy This the link to the file I just createted: http://www.geocities.com/xfsgpr/page01.html Click on it and see if you like the layout! Expert wrote: > OK try this by changing the name of the files as appropriate. At > present they are all a.jpg but you need to change them to b.jpg, c.jpg > etc etc. > > I have also inserted a table to create a semi-professional layout!! > > > > <html> > > <head> > <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> > <meta name="ProgId" content="FrontPage.Editor.Document"> > <meta http-equiv="Content-Type" content="text/html; > charset=windows-1252"> > <title>New Page 1</title> > </head> > > <body> > > <table border="1" width="100%" id="table1"> > <tr> > <td> > <img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > <tr> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > width="640" height="480"></td> > </tr> > </table> > > </body> > > </html> > > > Hoops wrote: > >> That worked perfectly. Thank you so much. >> >> Now, I need to put 50 pictures on that page. They're named a.jpg >> through >> y.jpg plus there are others like xfront.jpg, etc. How can I do all >> 50 >> pictures? >> >> "Expert" wrote: >> >> > It isn't crazy. Your link does not appear to be correct. Try >> this code >> > in a notepad and then save the file as: jag.html >> > >> > <html> >> > <head> >> > <meta content="text/html; charset=ISO-8859-1" >> > http-equiv="content-type"> >> > <title></title> >> > <meta content="Expert" name="Expert"> >> > </head> >> > <body >> > style="color: rgb(255, 255, 255); background-color: rgb(0, 0, >> 153);" >> > alink="#33ffff" link="#ff0000" vlink="#6600cc"> >> > <img alt="MyCar" src="http://pages.suddenlink.net/budnsha/a.jpg" >> > style="width: 640px; height: 480px;"><br> >> > <br> >> > <br> >> > </body> >> > </html> >> > >> > hth >> > >> > Hoops wrote: >> > >> > >I've asked about this twice. There has to be a simple solution. >> > > >> > >Using Word 2003, I am trying put a page with one picture onto my >> website. >> > >I've taken a blank document and placed a picture (a jpg) on it. >> I then saved >> > >it as a web page. I then uploaded it to my site using a program >> called >> > >"FileZilla". Here is the link: >> http://pages.suddenlink.net/budnsha/jag.htm . >> > > >> > >When I preview the web page in word, by clicking the "Web Page >> Preview" >> > >button in the File drop-down Menu, the preview is perfect, but >> when I go to >> > >the site all that appears is the page with a box where the >> picture should be >> > >and that box has a small box with a "X" in it in the upper left >> corner. >> > > >> > >I've posted the picture on the site as well and when I go to the >> picture >> > >site it shows up perfectly. Here is the link: >> > >http://pages.suddenlink.net/budnsha/a.jpg . >> > > >> > >I have tried using Publisher and another web design program and >> the same >> > >thing happens using using these. >> > > >> > >There has to be a simple solution. What is it? >> > > >> > > >> > > >> > > >> > > |
| |||
| Re: This is crazy Expert, thank you so much. I think I can make it from here. I'm really grateful for your help and the time you put into this. "Expert" wrote: > This the link to the file I just createted: > > http://www.geocities.com/xfsgpr/page01.html > > Click on it and see if you like the layout! > > > Expert wrote: > > > OK try this by changing the name of the files as appropriate. At > > present they are all a.jpg but you need to change them to b.jpg, c.jpg > > etc etc. > > > > I have also inserted a table to create a semi-professional layout!! > > > > > > > > <html> > > > > <head> > > <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> > > <meta name="ProgId" content="FrontPage.Editor.Document"> > > <meta http-equiv="Content-Type" content="text/html; > > charset=windows-1252"> > > <title>New Page 1</title> > > </head> > > > > <body> > > > > <table border="1" width="100%" id="table1"> > > <tr> > > <td> > > <img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > <tr> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > <td><img border="0" src="http://pages.suddenlink.net/budnsha/a.jpg" > > width="640" height="480"></td> > > </tr> > > </table> > > > > </body> > > > > </html> > > > > > > Hoops wrote: > > > >> That worked perfectly. Thank you so much. > >> > >> Now, I need to put 50 pictures on that page. They're named a.jpg > >> through > >> y.jpg plus there are others like xfront.jpg, etc. How can I do all > >> 50 > >> pictures? > >> > >> "Expert" wrote: > >> > >> > It isn't crazy. Your link does not appear to be correct. Try > >> this code > >> > in a notepad and then save the file as: jag.html > >> > > >> > <html> > >> > <head> > >> > <meta content="text/html; charset=ISO-8859-1" > >> > http-equiv="content-type"> > >> > <title></title> > >> > <meta content="Expert" name="Expert"> > >> > </head> > >> > <body > >> > style="color: rgb(255, 255, 255); background-color: rgb(0, 0, > >> 153);" > >> > alink="#33ffff" link="#ff0000" vlink="#6600cc"> > >> > <img alt="MyCar" src="http://pages.suddenlink.net/budnsha/a.jpg" > >> > style="width: 640px; height: 480px;"><br> > >> > <br> > >> > <br> > >> > </body> > >> > </html> > >> > > >> > hth > >> > > >> > Hoops wrote: > >> > > >> > >I've asked about this twice. There has to be a simple solution. > >> > > > >> > >Using Word 2003, I am trying put a page with one picture onto my > >> website. > >> > >I've taken a blank document and placed a picture (a jpg) on it. > >> I then saved > >> > >it as a web page. I then uploaded it to my site using a program > >> called > >> > >"FileZilla". Here is the link: > >> http://pages.suddenlink.net/budnsha/jag.htm . > >> > > > >> > >When I preview the web page in word, by clicking the "Web Page > >> Preview" > >> > >button in the File drop-down Menu, the preview is perfect, but > >> when I go to > >> > >the site all that appears is the page with a box where the > >> picture should be > >> > >and that box has a small box with a "X" in it in the upper left > >> corner. > >> > > > >> > >I've posted the picture on the site as well and when I go to the > >> picture > >> > >site it shows up perfectly. Here is the link: > >> > >http://pages.suddenlink.net/budnsha/a.jpg . > >> > > > >> > >I have tried using Publisher and another web design program and > >> the same > >> > >thing happens using using these. > >> > > > >> > >There has to be a simple solution. What is it? > >> > > > >> > > > >> > > > >> > > > >> > > > > |
| |||
| Re: This is crazy Finding image name - right click the blank image area on the web page, select Properties. As to why the name got changed - probably something Word did. Using Word to make web pages is like using a chainsaw to whittle a toothpick. If you need to do more than a simple page or two, look for any the many web page layout programs - many are free or have free light-weight versions. They'll produce code that is much lighter and easier to manually update, if needed. Val "Hoops" <Hoops@discussions.microsoft.com> wrote in message news:683C1E48-8A10-48E3-9434-FB3FAEEFF991@microsoft.com... I have no idea how the image on the web page shows up as image001.jpg. Somehow it's being changed. I know I haven't saved any pictures that starts with the name of image. First, how were you able to determine the image name is image001.jpg? As for using notepad, I have over 50 pictures I want to put on that page and I've never done HTML script. "Val" wrote: > On the web page, the image properties give a filename of "image001.jpg" > (or > something similar), while your jpg file is named "a.jpg". Are you loading > the image file to the webserver with the correct file name? > > How about using notepad and just writing a few lines of HTML, if all you > intend is to show the picture? It doesn't get much more reliable than > that. > > > "Hoops" <Hoops@discussions.microsoft.com> wrote in message > news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... > I've asked about this twice. There has to be a simple solution. > > Using Word 2003, I am trying put a page with one picture onto my website. > I've taken a blank document and placed a picture (a jpg) on it. I then > saved > it as a web page. I then uploaded it to my site using a program called > "FileZilla". Here is the link: > http://pages.suddenlink.net/budnsha/jag.htm > .. > > When I preview the web page in word, by clicking the "Web Page Preview" > button in the File drop-down Menu, the preview is perfect, but when I go > to > the site all that appears is the page with a box where the picture should > be > and that box has a small box with a "X" in it in the upper left corner. > > I've posted the picture on the site as well and when I go to the picture > site it shows up perfectly. Here is the link: > http://pages.suddenlink.net/budnsha/a.jpg . > > I have tried using Publisher and another web design program and the same > thing happens using using these. > > There has to be a simple solution. What is it? > > > > |
| |||
| Re: This is crazy Crazy .... Huh? Thanks for the info about word. "Val" wrote: > Finding image name - right click the blank image area on the web page, > select Properties. > > As to why the name got changed - probably something Word did. Using Word to > make web pages is like using a chainsaw to whittle a toothpick. If you need > to do more than a simple page or two, look for any the many web page layout > programs - many are free or have free light-weight versions. They'll > produce code that is much lighter and easier to manually update, if needed. > > Val > > "Hoops" <Hoops@discussions.microsoft.com> wrote in message > news:683C1E48-8A10-48E3-9434-FB3FAEEFF991@microsoft.com... > I have no idea how the image on the web page shows up as image001.jpg. > Somehow it's being changed. I know I haven't saved any pictures that starts > with the name of image. > > First, how were you able to determine the image name is image001.jpg? > > As for using notepad, I have over 50 pictures I want to put on that page and > I've never done HTML script. > > "Val" wrote: > > > On the web page, the image properties give a filename of "image001.jpg" > > (or > > something similar), while your jpg file is named "a.jpg". Are you loading > > the image file to the webserver with the correct file name? > > > > How about using notepad and just writing a few lines of HTML, if all you > > intend is to show the picture? It doesn't get much more reliable than > > that. > > > > > > "Hoops" <Hoops@discussions.microsoft.com> wrote in message > > news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... > > I've asked about this twice. There has to be a simple solution. > > > > Using Word 2003, I am trying put a page with one picture onto my website. > > I've taken a blank document and placed a picture (a jpg) on it. I then > > saved > > it as a web page. I then uploaded it to my site using a program called > > "FileZilla". Here is the link: > > http://pages.suddenlink.net/budnsha/jag.htm > > .. > > > > When I preview the web page in word, by clicking the "Web Page Preview" > > button in the File drop-down Menu, the preview is perfect, but when I go > > to > > the site all that appears is the page with a box where the picture should > > be > > and that box has a small box with a "X" in it in the upper left corner. > > > > I've posted the picture on the site as well and when I go to the picture > > site it shows up perfectly. Here is the link: > > http://pages.suddenlink.net/budnsha/a.jpg . > > > > I have tried using Publisher and another web design program and the same > > thing happens using using these. > > > > There has to be a simple solution. What is it? > > > > > > > > > > > |
| |||
| Re: This is crazy Hi I use Googles Picassa to create slide shows, much more reliable than Word etc, which puts far too much code on teh page and does not always render correctly in most browsers. Regards Barry Hoops wrote: > Crazy .... Huh? Thanks for the info about word. > > > "Val" wrote: > >> Finding image name - right click the blank image area on the web page, >> select Properties. >> >> As to why the name got changed - probably something Word did. Using Word to >> make web pages is like using a chainsaw to whittle a toothpick. If you need >> to do more than a simple page or two, look for any the many web page layout >> programs - many are free or have free light-weight versions. They'll >> produce code that is much lighter and easier to manually update, if needed. >> >> Val >> >> "Hoops" <Hoops@discussions.microsoft.com> wrote in message >> news:683C1E48-8A10-48E3-9434-FB3FAEEFF991@microsoft.com... >> I have no idea how the image on the web page shows up as image001.jpg. >> Somehow it's being changed. I know I haven't saved any pictures that starts >> with the name of image. >> >> First, how were you able to determine the image name is image001.jpg? >> >> As for using notepad, I have over 50 pictures I want to put on that page and >> I've never done HTML script. >> >> "Val" wrote: >> >>> On the web page, the image properties give a filename of "image001.jpg" >>> (or >>> something similar), while your jpg file is named "a.jpg". Are you loading >>> the image file to the webserver with the correct file name? >>> >>> How about using notepad and just writing a few lines of HTML, if all you >>> intend is to show the picture? It doesn't get much more reliable than >>> that. >>> >>> >>> "Hoops" <Hoops@discussions.microsoft.com> wrote in message >>> news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... >>> I've asked about this twice. There has to be a simple solution. >>> >>> Using Word 2003, I am trying put a page with one picture onto my website. >>> I've taken a blank document and placed a picture (a jpg) on it. I then >>> saved >>> it as a web page. I then uploaded it to my site using a program called >>> "FileZilla". Here is the link: >>> http://pages.suddenlink.net/budnsha/jag.htm >>> .. >>> >>> When I preview the web page in word, by clicking the "Web Page Preview" >>> button in the File drop-down Menu, the preview is perfect, but when I go >>> to >>> the site all that appears is the page with a box where the picture should >>> be >>> and that box has a small box with a "X" in it in the upper left corner. >>> >>> I've posted the picture on the site as well and when I go to the picture >>> site it shows up perfectly. Here is the link: >>> http://pages.suddenlink.net/budnsha/a.jpg . >>> >>> I have tried using Publisher and another web design program and the same >>> thing happens using using these. >>> >>> There has to be a simple solution. What is it? >>> >>> >>> >>> >> >> |
| |||
| Re: This is crazy Barry, I got the problem solved. I downloaded a program called Kompozer, which is a free shareware program. The program is easy to use for beginners and does a good job. Thanks. "Barry" wrote: > Hi > I use Googles Picassa to create slide shows, much more reliable than > Word etc, which puts far too much code on teh page and does not always > render correctly in most browsers. > > Regards > Barry > > Hoops wrote: > > Crazy .... Huh? Thanks for the info about word. > > > > > > "Val" wrote: > > > >> Finding image name - right click the blank image area on the web page, > >> select Properties. > >> > >> As to why the name got changed - probably something Word did. Using Word to > >> make web pages is like using a chainsaw to whittle a toothpick. If you need > >> to do more than a simple page or two, look for any the many web page layout > >> programs - many are free or have free light-weight versions. They'll > >> produce code that is much lighter and easier to manually update, if needed. > >> > >> Val > >> > >> "Hoops" <Hoops@discussions.microsoft.com> wrote in message > >> news:683C1E48-8A10-48E3-9434-FB3FAEEFF991@microsoft.com... > >> I have no idea how the image on the web page shows up as image001.jpg. > >> Somehow it's being changed. I know I haven't saved any pictures that starts > >> with the name of image. > >> > >> First, how were you able to determine the image name is image001.jpg? > >> > >> As for using notepad, I have over 50 pictures I want to put on that page and > >> I've never done HTML script. > >> > >> "Val" wrote: > >> > >>> On the web page, the image properties give a filename of "image001.jpg" > >>> (or > >>> something similar), while your jpg file is named "a.jpg". Are you loading > >>> the image file to the webserver with the correct file name? > >>> > >>> How about using notepad and just writing a few lines of HTML, if all you > >>> intend is to show the picture? It doesn't get much more reliable than > >>> that. > >>> > >>> > >>> "Hoops" <Hoops@discussions.microsoft.com> wrote in message > >>> news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... > >>> I've asked about this twice. There has to be a simple solution. > >>> > >>> Using Word 2003, I am trying put a page with one picture onto my website. > >>> I've taken a blank document and placed a picture (a jpg) on it. I then > >>> saved > >>> it as a web page. I then uploaded it to my site using a program called > >>> "FileZilla". Here is the link: > >>> http://pages.suddenlink.net/budnsha/jag.htm > >>> .. > >>> > >>> When I preview the web page in word, by clicking the "Web Page Preview" > >>> button in the File drop-down Menu, the preview is perfect, but when I go > >>> to > >>> the site all that appears is the page with a box where the picture should > >>> be > >>> and that box has a small box with a "X" in it in the upper left corner. > >>> > >>> I've posted the picture on the site as well and when I go to the picture > >>> site it shows up perfectly. Here is the link: > >>> http://pages.suddenlink.net/budnsha/a.jpg . > >>> > >>> I have tried using Publisher and another web design program and the same > >>> thing happens using using these. > >>> > >>> There has to be a simple solution. What is it? > >>> > >>> > >>> > >>> > >> > >> > |
| |||
| Re: This is crazy Hi Hoops, Glad you got it sorted. Regards Barry Hoops wrote: > Barry, I got the problem solved. I downloaded a program called Kompozer, > which is a free shareware program. The program is easy to use for beginners > and does a good job. > > Thanks. > > "Barry" wrote: > >> Hi >> I use Googles Picassa to create slide shows, much more reliable than >> Word etc, which puts far too much code on teh page and does not always >> render correctly in most browsers. >> >> Regards >> Barry >> >> Hoops wrote: >>> Crazy .... Huh? Thanks for the info about word. >>> >>> >>> "Val" wrote: >>> >>>> Finding image name - right click the blank image area on the web page, >>>> select Properties. >>>> >>>> As to why the name got changed - probably something Word did. Using Word to >>>> make web pages is like using a chainsaw to whittle a toothpick. If you need >>>> to do more than a simple page or two, look for any the many web page layout >>>> programs - many are free or have free light-weight versions. They'll >>>> produce code that is much lighter and easier to manually update, if needed. >>>> >>>> Val >>>> >>>> "Hoops" <Hoops@discussions.microsoft.com> wrote in message >>>> news:683C1E48-8A10-48E3-9434-FB3FAEEFF991@microsoft.com... >>>> I have no idea how the image on the web page shows up as image001.jpg. >>>> Somehow it's being changed. I know I haven't saved any pictures that starts >>>> with the name of image. >>>> >>>> First, how were you able to determine the image name is image001.jpg? >>>> >>>> As for using notepad, I have over 50 pictures I want to put on that page and >>>> I've never done HTML script. >>>> >>>> "Val" wrote: >>>> >>>>> On the web page, the image properties give a filename of "image001.jpg" >>>>> (or >>>>> something similar), while your jpg file is named "a.jpg". Are you loading >>>>> the image file to the webserver with the correct file name? >>>>> >>>>> How about using notepad and just writing a few lines of HTML, if all you >>>>> intend is to show the picture? It doesn't get much more reliable than >>>>> that. >>>>> >>>>> >>>>> "Hoops" <Hoops@discussions.microsoft.com> wrote in message >>>>> news:D9CD5BCA-52C5-417B-8949-DC1BD5FE932A@microsoft.com... >>>>> I've asked about this twice. There has to be a simple solution. >>>>> >>>>> Using Word 2003, I am trying put a page with one picture onto my website. >>>>> I've taken a blank document and placed a picture (a jpg) on it. I then >>>>> saved >>>>> it as a web page. I then uploaded it to my site using a program called >>>>> "FileZilla". Here is the link: >>>>> http://pages.suddenlink.net/budnsha/jag.htm >>>>> .. >>>>> >>>>> When I preview the web page in word, by clicking the "Web Page Preview" >>>>> button in the File drop-down Menu, the preview is perfect, but when I go >>>>> to >>>>> the site all that appears is the page with a box where the picture should >>>>> be >>>>> and that box has a small box with a "X" in it in the upper left corner. >>>>> >>>>> I've posted the picture on the site as well and when I go to the picture >>>>> site it shows up perfectly. Here is the link: >>>>> http://pages.suddenlink.net/budnsha/a.jpg . >>>>> >>>>> I have tried using Publisher and another web design program and the same >>>>> thing happens using using these. >>>>> >>>>> There has to be a simple solution. What is it? >>>>> >>>>> >>>>> >>>>> >>>> |
| |||
| Re: This is crazy "Expert" wrote: > It isn't crazy. Your link does not appear to be correct. Try this code > in a notepad and then save the file as: jag.html > > <html> > <head> > <meta content="text/html; charset=ISO-8859-1" > http-equiv="content-type"> > <title></title> > <meta content="Expert" name="Expert"> > </head> > <body > style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153);" > alink="#33ffff" link="#ff0000" vlink="#6600cc"> > <img alt="MyCar" src="http://pages.suddenlink.net/budnsha/a.jpg" > style="width: 640px; height: 480px;"><br> > <br> > <br> > </body> > </html> > > hth > > Hoops wrote: > > >I've asked about this twice. There has to be a simple solution. > > > >Using Word 2003, I am trying put a page with one picture onto my website. > >I've taken a blank document and placed a picture (a jpg) on it. I then saved > >it as a web page. I then uploaded it to my site using a program called > >"FileZilla". Here is the link: http://pages.suddenlink.net/budnsha/jag.htm . > > > >When I preview the web page in word, by clicking the "Web Page Preview" > >button in the File drop-down Menu, the preview is perfect, but when I go to > >the site all that appears is the page with a box where the picture should be > >and that box has a small box with a "X" in it in the upper left corner. > > > >I've posted the picture on the site as well and when I go to the picture > >site it shows up perfectly. Here is the link: > >http://pages.suddenlink.net/budnsha/a.jpg . > > > >I have tried using Publisher and another web design program and the same > >thing happens using using these. > > > >There has to be a simple solution. What is it? > > > > > > > > > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help word gone crazy | northumberland | Microsoft Office | 2 | 12-10-2008 08:20 PM |
| XP Pro going crazy??? | specops70 | Windows XP | 10 | 06-18-2008 03:30 PM |
| DEP has gone crazy | GaryDean | Windows XP | 5 | 03-12-2008 04:50 PM |
| DEP has gone crazy | GaryDean | Windows XP | 0 | 12-13-2007 07:02 AM |
| Am I Crazy? | Bob | Windows Vista | 16 | 06-04-2007 11:20 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |