(Msg. 1) Posted: Wed Aug 13, 2008 1:53 pm
Post subject: Logo To Open In New Window Archived from groups: microsoft>public>publisher>webdesign (more info?)
I am using MS Publisher 2007. I have a United Way logo on a page and I want
users to be able to click on the logo and it go directly to the United Way
website in a new window.
I read all the posts and FAQs and I have inserted what my code looks like.
What am I doing wrong?
<p style="font-family:trebuchet ms;font-size:50%"><a
href="http://www.unitedway-cc.org/" target="_blank">United Way of Cumberland
County</a></p></a>
The above code places a text hyperlink but how do I insert the saved logo.
The logo is saved in My Documents as United Way.jpg
(Msg. 2) Posted: Wed Aug 13, 2008 4:08 pm
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
In publisher
Right click on the logo on the page in question
Select Hyperlink
Insert http://www.unitedway-cc.org/ in the address
Select OK
Place the curser over the logo and it will show the link assigned to it
Then when published, the logo will link to the site when someone clicks on
it
Spike
"Administrative Assistant"
<AdministrativeAssistant RemoveThis @discussions.microsoft.com> wrote in message
news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
>I am using MS Publisher 2007. I have a United Way logo on a page and I
>want
> users to be able to click on the logo and it go directly to the United Way
> website in a new window.
>
> I read all the posts and FAQs and I have inserted what my code looks like.
> What am I doing wrong?
>
> <p style="font-family:trebuchet ms;font-size:50%"><a
> href="http://www.unitedway-cc.org/" target="_blank">United Way of
> Cumberland
> County</a></p></a>
>
> The above code places a text hyperlink but how do I insert the saved logo.
> The logo is saved in My Documents as United Way.jpg
>
> Any help is appreciated.
>
(Msg. 3) Posted: Thu Aug 14, 2008 6:33 am
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thank you for your response Spike but that is not the answer to my question.
I want the user to be able to click on the United Way logo and go to the
United Way site but the United Way site needs to open in a "new window".
I previously set the hyperlink as you described before I did my first
initial post but what happens is the user clicks on the United Way logo and
the United Way site opens in the same window, having the user leave our site.
"Spike" wrote:
> In publisher
> Right click on the logo on the page in question
> Select Hyperlink
> Insert http://www.unitedway-cc.org/ in the address
> Select OK
> Place the curser over the logo and it will show the link assigned to it
> Then when published, the logo will link to the site when someone clicks on
> it
>
> Spike
>
> "Administrative Assistant"
> <AdministrativeAssistant DeleteThis @discussions.microsoft.com> wrote in message
> news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
> >I am using MS Publisher 2007. I have a United Way logo on a page and I
> >want
> > users to be able to click on the logo and it go directly to the United Way
> > website in a new window.
> >
> > I read all the posts and FAQs and I have inserted what my code looks like.
> > What am I doing wrong?
> >
> > <p style="font-family:trebuchet ms;font-size:50%"><a
> > href="http://www.unitedway-cc.org/" target="_blank">United Way of
> > Cumberland
> > County</a></p></a>
> >
> > The above code places a text hyperlink but how do I insert the saved logo.
> > The logo is saved in My Documents as United Way.jpg
> >
> > Any help is appreciated.
> >
>
>
(Msg. 4) Posted: Thu Aug 14, 2008 7:18 am
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
The easiest solution is insert the logo, and put the code snippet you are
using below the logo. I would suggest that the 50% font size is way too
small though.
A second solution would do away with the text in the link:
<A target="_blank" HREF="http://www.unitedway-cc.org/"><IMG
SRC="http://www.yourwebsite.comz/images/logo.gif" ALT="United Way of
Cumberland" border="0" width="120" height="60"></A>
You would have to create a folder on your host called "images" at the same
directory level as the index.htm file and the index_files folder. Upload
your United Way logo image, and call it "logo.gif" assuming that you use a
..gif file. Change the width and height to match the logo dimensions. Change
border to 1 to get a border if desired.
Now after inserting this code snippet, if you do a web page preview the logo
image will be imported into your page, and when you mouseover the image the
Alt tag will show in a tool tip, and when you click the image, the United
page will open in a new window. You can also dictate the size of the window
and more if you really want to do so.
DavidF
"Administrative Assistant"
<AdministrativeAssistant.TakeThisOut@discussions.microsoft.com> wrote in message
news:58AA366F-730A-4CCF-910A-10975D3E1F24@microsoft.com...
> Thank you for your response Spike but that is not the answer to my
> question.
> I want the user to be able to click on the United Way logo and go to the
> United Way site but the United Way site needs to open in a "new window".
>
> I previously set the hyperlink as you described before I did my first
> initial post but what happens is the user clicks on the United Way logo
> and
> the United Way site opens in the same window, having the user leave our
> site.
>
> "Spike" wrote:
>
>> In publisher
>> Right click on the logo on the page in question
>> Select Hyperlink
>> Insert http://www.unitedway-cc.org/ in the address
>> Select OK
>> Place the curser over the logo and it will show the link assigned to it
>> Then when published, the logo will link to the site when someone clicks
>> on
>> it
>>
>> Spike
>>
>> "Administrative Assistant"
>> <AdministrativeAssistant.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
>> >I am using MS Publisher 2007. I have a United Way logo on a page and I
>> >want
>> > users to be able to click on the logo and it go directly to the United
>> > Way
>> > website in a new window.
>> >
>> > I read all the posts and FAQs and I have inserted what my code looks
>> > like.
>> > What am I doing wrong?
>> >
>> > <p style="font-family:trebuchet ms;font-size:50%"><a
>> > href="http://www.unitedway-cc.org/" target="_blank">United Way of
>> > Cumberland
>> > County</a></p></a>
>> >
>> > The above code places a text hyperlink but how do I insert the saved
>> > logo.
>> > The logo is saved in My Documents as United Way.jpg
>> >
>> > Any help is appreciated.
>> >
>>
>>
(Msg. 5) Posted: Thu Aug 14, 2008 8:23 am
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks for the response David. I followed your instructions but what I'm
coming up with is this. When I Webpage Preview the site I see a clear box
with the text United Way of Cumberland County written in it and in a smaller
box inside that box is a red x. The United Way logo does not show. I saved
it as logo.gif. I also opened the logo and resized it to the dimensions
listed in the code. However, clicking on this clear box does open the United
Way page in another window.
What could be causing the logo NOT to show? This is a copy of the code
snippet I have. <A target="_blank" HREF="http://www.unitedway-cc.org/"><IMG
SRC="http://www.rcvcc.org/images/logo.gif" ALT="United Way of Cumberland
County" border="0" width="120" height="60"></A>
"DavidF" wrote:
> The easiest solution is insert the logo, and put the code snippet you are
> using below the logo. I would suggest that the 50% font size is way too
> small though.
>
> A second solution would do away with the text in the link:
>
> <A target="_blank" HREF="http://www.unitedway-cc.org/"><IMG
> SRC="http://www.yourwebsite.comz/images/logo.gif" ALT="United Way of
> Cumberland" border="0" width="120" height="60"></A>
>
> You would have to create a folder on your host called "images" at the same
> directory level as the index.htm file and the index_files folder. Upload
> your United Way logo image, and call it "logo.gif" assuming that you use a
> ..gif file. Change the width and height to match the logo dimensions. Change
> border to 1 to get a border if desired.
>
> Now after inserting this code snippet, if you do a web page preview the logo
> image will be imported into your page, and when you mouseover the image the
> Alt tag will show in a tool tip, and when you click the image, the United
> page will open in a new window. You can also dictate the size of the window
> and more if you really want to do so.
>
> DavidF
>
>
> "Administrative Assistant"
> <AdministrativeAssistant.DeleteThis@discussions.microsoft.com> wrote in message
> news:58AA366F-730A-4CCF-910A-10975D3E1F24@microsoft.com...
> > Thank you for your response Spike but that is not the answer to my
> > question.
> > I want the user to be able to click on the United Way logo and go to the
> > United Way site but the United Way site needs to open in a "new window".
> >
> > I previously set the hyperlink as you described before I did my first
> > initial post but what happens is the user clicks on the United Way logo
> > and
> > the United Way site opens in the same window, having the user leave our
> > site.
> >
> > "Spike" wrote:
> >
> >> In publisher
> >> Right click on the logo on the page in question
> >> Select Hyperlink
> >> Insert http://www.unitedway-cc.org/ in the address
> >> Select OK
> >> Place the curser over the logo and it will show the link assigned to it
> >> Then when published, the logo will link to the site when someone clicks
> >> on
> >> it
> >>
> >> Spike
> >>
> >> "Administrative Assistant"
> >> <AdministrativeAssistant.DeleteThis@discussions.microsoft.com> wrote in message
> >> news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
> >> >I am using MS Publisher 2007. I have a United Way logo on a page and I
> >> >want
> >> > users to be able to click on the logo and it go directly to the United
> >> > Way
> >> > website in a new window.
> >> >
> >> > I read all the posts and FAQs and I have inserted what my code looks
> >> > like.
> >> > What am I doing wrong?
> >> >
> >> > <p style="font-family:trebuchet ms;font-size:50%"><a
> >> > href="http://www.unitedway-cc.org/" target="_blank">United Way of
> >> > Cumberland
> >> > County</a></p></a>
> >> >
> >> > The above code places a text hyperlink but how do I insert the saved
> >> > logo.
> >> > The logo is saved in My Documents as United Way.jpg
> >> >
> >> > Any help is appreciated.
> >> >
> >>
> >>
>
>
>
(Msg. 6) Posted: Thu Aug 14, 2008 12:32 pm
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
With a quick look, I would say that you did not upload your logo to the new
images folder on your site. http://www.rcvcc.org/images/logo.gif is not
there. The page can't import the logo from your site, if you don't upload
it.
DavidF
"Administrative Assistant"
<AdministrativeAssistant.TakeThisOut@discussions.microsoft.com> wrote in message
news:99F27415-1616-45B4-8B62-B623DE438EF9@microsoft.com...
> Thanks for the response David. I followed your instructions but what I'm
> coming up with is this. When I Webpage Preview the site I see a clear box
> with the text United Way of Cumberland County written in it and in a
> smaller
> box inside that box is a red x. The United Way logo does not show. I
> saved
> it as logo.gif. I also opened the logo and resized it to the dimensions
> listed in the code. However, clicking on this clear box does open the
> United
> Way page in another window.
>
> What could be causing the logo NOT to show? This is a copy of the code
> snippet I have. <A target="_blank"
> HREF="http://www.unitedway-cc.org/"><IMG
> SRC="http://www.rcvcc.org/images/logo.gif" ALT="United Way of Cumberland
> County" border="0" width="120" height="60"></A>
>
> "DavidF" wrote:
>
>> The easiest solution is insert the logo, and put the code snippet you are
>> using below the logo. I would suggest that the 50% font size is way too
>> small though.
>>
>> A second solution would do away with the text in the link:
>>
>> <A target="_blank" HREF="http://www.unitedway-cc.org/"><IMG
>> SRC="http://www.yourwebsite.comz/images/logo.gif" ALT="United Way of
>> Cumberland" border="0" width="120" height="60"></A>
>>
>> You would have to create a folder on your host called "images" at the
>> same
>> directory level as the index.htm file and the index_files folder. Upload
>> your United Way logo image, and call it "logo.gif" assuming that you use
>> a
>> ..gif file. Change the width and height to match the logo dimensions.
>> Change
>> border to 1 to get a border if desired.
>>
>> Now after inserting this code snippet, if you do a web page preview the
>> logo
>> image will be imported into your page, and when you mouseover the image
>> the
>> Alt tag will show in a tool tip, and when you click the image, the United
>> page will open in a new window. You can also dictate the size of the
>> window
>> and more if you really want to do so.
>>
>> DavidF
>>
>>
>> "Administrative Assistant"
>> <AdministrativeAssistant.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:58AA366F-730A-4CCF-910A-10975D3E1F24@microsoft.com...
>> > Thank you for your response Spike but that is not the answer to my
>> > question.
>> > I want the user to be able to click on the United Way logo and go to
>> > the
>> > United Way site but the United Way site needs to open in a "new
>> > window".
>> >
>> > I previously set the hyperlink as you described before I did my first
>> > initial post but what happens is the user clicks on the United Way logo
>> > and
>> > the United Way site opens in the same window, having the user leave our
>> > site.
>> >
>> > "Spike" wrote:
>> >
>> >> In publisher
>> >> Right click on the logo on the page in question
>> >> Select Hyperlink
>> >> Insert http://www.unitedway-cc.org/ in the address
>> >> Select OK
>> >> Place the curser over the logo and it will show the link assigned to
>> >> it
>> >> Then when published, the logo will link to the site when someone
>> >> clicks
>> >> on
>> >> it
>> >>
>> >> Spike
>> >>
>> >> "Administrative Assistant"
>> >> <AdministrativeAssistant.TakeThisOut@discussions.microsoft.com> wrote in message
>> >> news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
>> >> >I am using MS Publisher 2007. I have a United Way logo on a page and
>> >> >I
>> >> >want
>> >> > users to be able to click on the logo and it go directly to the
>> >> > United
>> >> > Way
>> >> > website in a new window.
>> >> >
>> >> > I read all the posts and FAQs and I have inserted what my code looks
>> >> > like.
>> >> > What am I doing wrong?
>> >> >
>> >> > <p style="font-family:trebuchet ms;font-size:50%"><a
>> >> > href="http://www.unitedway-cc.org/" target="_blank">United Way of
>> >> > Cumberland
>> >> > County</a></p></a>
>> >> >
>> >> > The above code places a text hyperlink but how do I insert the saved
>> >> > logo.
>> >> > The logo is saved in My Documents as United Way.jpg
>> >> >
>> >> > Any help is appreciated.
>> >> >
>> >>
>> >>
>>
>>
>>
(Msg. 7) Posted: Thu Aug 14, 2008 12:40 pm
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Here is another alternative in case you don't want to upload the logo to
your site.
Using the insert html code fragment feature, insert the following snippet
somewhere on your page where it won't be in the way:
Then insert the logo into your page just as you would any other image, right
click, insert hyperlink, and paste the following in the hyperlink dialog:
javascript:Show('http://www.unitedway-cc.org/,'')
You can use Ctrl + V to paste as soon as the hyperlink dialog opens.
"Administrative Assistant"
<AdministrativeAssistant RemoveThis @discussions.microsoft.com> wrote in message
news:99F27415-1616-45B4-8B62-B623DE438EF9@microsoft.com...
> Thanks for the response David. I followed your instructions but what I'm
> coming up with is this. When I Webpage Preview the site I see a clear box
> with the text United Way of Cumberland County written in it and in a
> smaller
> box inside that box is a red x. The United Way logo does not show. I
> saved
> it as logo.gif. I also opened the logo and resized it to the dimensions
> listed in the code. However, clicking on this clear box does open the
> United
> Way page in another window.
>
> What could be causing the logo NOT to show? This is a copy of the code
> snippet I have. <A target="_blank"
> HREF="http://www.unitedway-cc.org/"><IMG
> SRC="http://www.rcvcc.org/images/logo.gif" ALT="United Way of Cumberland
> County" border="0" width="120" height="60"></A>
>
> "DavidF" wrote:
>
>> The easiest solution is insert the logo, and put the code snippet you are
>> using below the logo. I would suggest that the 50% font size is way too
>> small though.
>>
>> A second solution would do away with the text in the link:
>>
>> <A target="_blank" HREF="http://www.unitedway-cc.org/"><IMG
>> SRC="http://www.yourwebsite.comz/images/logo.gif" ALT="United Way of
>> Cumberland" border="0" width="120" height="60"></A>
>>
>> You would have to create a folder on your host called "images" at the
>> same
>> directory level as the index.htm file and the index_files folder. Upload
>> your United Way logo image, and call it "logo.gif" assuming that you use
>> a
>> ..gif file. Change the width and height to match the logo dimensions.
>> Change
>> border to 1 to get a border if desired.
>>
>> Now after inserting this code snippet, if you do a web page preview the
>> logo
>> image will be imported into your page, and when you mouseover the image
>> the
>> Alt tag will show in a tool tip, and when you click the image, the United
>> page will open in a new window. You can also dictate the size of the
>> window
>> and more if you really want to do so.
>>
>> DavidF
>>
>>
>> "Administrative Assistant"
>> <AdministrativeAssistant RemoveThis @discussions.microsoft.com> wrote in message
>> news:58AA366F-730A-4CCF-910A-10975D3E1F24@microsoft.com...
>> > Thank you for your response Spike but that is not the answer to my
>> > question.
>> > I want the user to be able to click on the United Way logo and go to
>> > the
>> > United Way site but the United Way site needs to open in a "new
>> > window".
>> >
>> > I previously set the hyperlink as you described before I did my first
>> > initial post but what happens is the user clicks on the United Way logo
>> > and
>> > the United Way site opens in the same window, having the user leave our
>> > site.
>> >
>> > "Spike" wrote:
>> >
>> >> In publisher
>> >> Right click on the logo on the page in question
>> >> Select Hyperlink
>> >> Insert http://www.unitedway-cc.org/ in the address
>> >> Select OK
>> >> Place the curser over the logo and it will show the link assigned to
>> >> it
>> >> Then when published, the logo will link to the site when someone
>> >> clicks
>> >> on
>> >> it
>> >>
>> >> Spike
>> >>
>> >> "Administrative Assistant"
>> >> <AdministrativeAssistant RemoveThis @discussions.microsoft.com> wrote in message
>> >> news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
>> >> >I am using MS Publisher 2007. I have a United Way logo on a page and
>> >> >I
>> >> >want
>> >> > users to be able to click on the logo and it go directly to the
>> >> > United
>> >> > Way
>> >> > website in a new window.
>> >> >
>> >> > I read all the posts and FAQs and I have inserted what my code looks
>> >> > like.
>> >> > What am I doing wrong?
>> >> >
>> >> > <p style="font-family:trebuchet ms;font-size:50%"><a
>> >> > href="http://www.unitedway-cc.org/" target="_blank">United Way of
>> >> > Cumberland
>> >> > County</a></p></a>
>> >> >
>> >> > The above code places a text hyperlink but how do I insert the saved
>> >> > logo.
>> >> > The logo is saved in My Documents as United Way.jpg
>> >> >
>> >> > Any help is appreciated.
>> >> >
>> >>
>> >>
>>
>>
>>
(Msg. 8) Posted: Fri Aug 15, 2008 10:25 am
Post subject: Re: Logo To Open In New Window [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
David
Tried your code but had an error (could be just me)
Here is a method I use (more lines to edit but it has always worked -- so
far--) Add more sections of code (cut and paste) for more links
Edit the XXX YYY ZZZ for the desired sites
Also works well for PDF's on host site to open in new window
change http://www.abc.com to abc.pdf (pdf in same directory as web page)
I inserted the following code fragment using publisher:
"DavidF" <Nope.RemoveThis@nospam.com> wrote in message
news:O9lNjWk$IHA.792@TK2MSFTNGP02.phx.gbl...
> Here is another alternative in case you don't want to upload the logo to
> your site.
>
> Using the insert html code fragment feature, insert the following snippet
> somewhere on your page where it won't be in the way:
>
> <script language="JavaScript" type="text/javascript">function Show(Url,
> Name, Features) { window.open(Url, Name, Features); }</script>
>
>
> Then insert the logo into your page just as you would any other image,
> right click, insert hyperlink, and paste the following in the hyperlink
> dialog:
> javascript:Show('http://www.unitedway-cc.org/,'')
>
> You can use Ctrl + V to paste as soon as the hyperlink dialog opens.
>
> Reference:
> http://office.microsoft.com/en-us/publisher/HA011587451033.aspx >
> DavidF
>
> "Administrative Assistant"
> <AdministrativeAssistant.RemoveThis@discussions.microsoft.com> wrote in message
> news:99F27415-1616-45B4-8B62-B623DE438EF9@microsoft.com...
>> Thanks for the response David. I followed your instructions but what I'm
>> coming up with is this. When I Webpage Preview the site I see a clear
>> box
>> with the text United Way of Cumberland County written in it and in a
>> smaller
>> box inside that box is a red x. The United Way logo does not show. I
>> saved
>> it as logo.gif. I also opened the logo and resized it to the dimensions
>> listed in the code. However, clicking on this clear box does open the
>> United
>> Way page in another window.
>>
>> What could be causing the logo NOT to show? This is a copy of the code
>> snippet I have. <A target="_blank"
>> HREF="http://www.unitedway-cc.org/"><IMG
>> SRC="http://www.rcvcc.org/images/logo.gif" ALT="United Way of Cumberland
>> County" border="0" width="120" height="60"></A>
>>
>> "DavidF" wrote:
>>
>>> The easiest solution is insert the logo, and put the code snippet you
>>> are
>>> using below the logo. I would suggest that the 50% font size is way too
>>> small though.
>>>
>>> A second solution would do away with the text in the link:
>>>
>>> <A target="_blank" HREF="http://www.unitedway-cc.org/"><IMG
>>> SRC="http://www.yourwebsite.comz/images/logo.gif" ALT="United Way of
>>> Cumberland" border="0" width="120" height="60"></A>
>>>
>>> You would have to create a folder on your host called "images" at the
>>> same
>>> directory level as the index.htm file and the index_files folder. Upload
>>> your United Way logo image, and call it "logo.gif" assuming that you use
>>> a
>>> ..gif file. Change the width and height to match the logo dimensions.
>>> Change
>>> border to 1 to get a border if desired.
>>>
>>> Now after inserting this code snippet, if you do a web page preview the
>>> logo
>>> image will be imported into your page, and when you mouseover the image
>>> the
>>> Alt tag will show in a tool tip, and when you click the image, the
>>> United
>>> page will open in a new window. You can also dictate the size of the
>>> window
>>> and more if you really want to do so.
>>>
>>> DavidF
>>>
>>>
>>> "Administrative Assistant"
>>> <AdministrativeAssistant.RemoveThis@discussions.microsoft.com> wrote in message
>>> news:58AA366F-730A-4CCF-910A-10975D3E1F24@microsoft.com...
>>> > Thank you for your response Spike but that is not the answer to my
>>> > question.
>>> > I want the user to be able to click on the United Way logo and go to
>>> > the
>>> > United Way site but the United Way site needs to open in a "new
>>> > window".
>>> >
>>> > I previously set the hyperlink as you described before I did my first
>>> > initial post but what happens is the user clicks on the United Way
>>> > logo
>>> > and
>>> > the United Way site opens in the same window, having the user leave
>>> > our
>>> > site.
>>> >
>>> > "Spike" wrote:
>>> >
>>> >> In publisher
>>> >> Right click on the logo on the page in question
>>> >> Select Hyperlink
>>> >> Insert http://www.unitedway-cc.org/ in the address
>>> >> Select OK
>>> >> Place the curser over the logo and it will show the link assigned to
>>> >> it
>>> >> Then when published, the logo will link to the site when someone
>>> >> clicks
>>> >> on
>>> >> it
>>> >>
>>> >> Spike
>>> >>
>>> >> "Administrative Assistant"
>>> >> <AdministrativeAssistant.RemoveThis@discussions.microsoft.com> wrote in message
>>> >> news:3600A969-77DE-4C4F-AC5A-48B39C3E576A@microsoft.com...
>>> >> >I am using MS Publisher 2007. I have a United Way logo on a page
>>> >> >and I
>>> >> >want
>>> >> > users to be able to click on the logo and it go directly to the
>>> >> > United
>>> >> > Way
>>> >> > website in a new window.
>>> >> >
>>> >> > I read all the posts and FAQs and I have inserted what my code
>>> >> > looks
>>> >> > like.
>>> >> > What am I doing wrong?
>>> >> >
>>> >> > <p style="font-family:trebuchet ms;font-size:50%"><a
>>> >> > href="http://www.unitedway-cc.org/" target="_blank">United Way of
>>> >> > Cumberland
>>> >> > County</a></p></a>
>>> >> >
>>> >> > The above code places a text hyperlink but how do I insert the
>>> >> > saved
>>> >> > logo.
>>> >> > The logo is saved in My Documents as United Way.jpg
>>> >> >
>>> >> > Any help is appreciated.
>>> >> >
>>> >>
>>> >>
>>>
>>>
>>>
>
>
All times are: Eastern Time (US & Canada) (change) Goto page 1, 2
Page 1 of 2
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum