Technology Questions

Go Back   Technology Questions > Software Questions > General Questions > Microsoft Office

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-23-2009, 12:40 PM
Hoops
Newsgroup Contributor
 
Posts: n/a
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?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 05-23-2009, 12:40 PM
  #2 (permalink)  
Old 05-23-2009, 01:00 PM
Expert
Newsgroup Contributor
 
Posts: n/a
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?
>
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 05-23-2009, 01:10 PM
Val
Newsgroup Contributor
 
Posts: n/a
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?



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 05-23-2009, 01:20 PM
Hoops
Newsgroup Contributor
 
Posts: n/a
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?
> >
> >
> >
> >

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 05-23-2009, 01:40 PM
Hoops
Newsgroup Contributor
 
Posts: n/a
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?
>
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 05-23-2009, 01:50 PM
Expert
Newsgroup Contributor
 
Posts: n/a
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?
> > >
> > >
> > >
> > >

> >


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 05-23-2009, 02:10 PM
Expert
Newsgroup Contributor
 
Posts: n/a
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?
>> > >
>> > >
>> > >
>> > >
>> >

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 05-23-2009, 02:40 PM
Hoops
Newsgroup Contributor
 
Posts: n/a
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?
> >> > >
> >> > >
> >> > >
> >> > >
> >> >

> >

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 05-23-2009, 03:00 PM
Val
Newsgroup Contributor
 
Posts: n/a
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?
>
>
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 05-23-2009, 05:10 PM
Hoops
Newsgroup Contributor
 
Posts: n/a
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?
> >
> >
> >
> >

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 05-30-2009, 09:10 AM
Barry
Newsgroup Contributor
 
Posts: n/a
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?
>>>
>>>
>>>
>>>

>>
>>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 05-30-2009, 10:10 AM
Hoops
Newsgroup Contributor
 
Posts: n/a
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?
> >>>
> >>>
> >>>
> >>>
> >>
> >>

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 06-06-2009, 08:20 AM
Barry
Newsgroup Contributor
 
Posts: n/a
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?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 06-06-2009, 08:20 AM
LOOK AND LISTEN
Newsgroup Contributor
 
Posts: n/a
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?
> >
> >
> >
> >

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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?

All times are GMT -8. The time now is 10:29 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0