Problems with html code

ep2002

In Runtime
Messages
119
Hi all,

I'm offering a special to my clients & in order to do so, I have to send them the shopping cart link in notepad.

B/c it looked so lame, I started trying to jazz it up a bit, so I added a logo & made the heading a purple colour from my CSS from my web site. When I went to look at the final version, the logo & purple are missing yet the text has changed. :(

I tried uploading it onto my server, but I didn't think that was going to solve the problem & it didn't b/c the file is coming from the HD, not the server.

What have I done wrong?

Here is the code, thanks & have a great night !


Michelle

<table width="998" border="1" align="center" cellpadding="1">
<tr>
<td width="982"><p align="center"> </p>
<p align="center"><img src="logo/logo%20(4.09).gif" width="194" height="91"></p>
<p> </p>
<p align="center" class="purplesectionheadings">Your Holiday Special from Exotic Publishing </p>
<hr>
</p>
<table width="986" border="0" align="center" cellpadding="6" cellspacing="6">
<tr>
<td width="900"><p class="style4">While everyone is spending tons of money on gifts for the holidays, here is your chance to save with Exotic Publishing.</p>
<p class="style4"> Just click on the link below to purchase your "How to Become an Escort" e-book and save your 15% for a Limited Time Offer.</p>
<p class="style4"> </p>
<p align="center" class="style4"> <a href="http://www.ewebcart.com/cgi-bin/cart.pl?merchant=3107&add=1&item_id=20">Add to Cart</a></p>
<p class="style4">  </p>
<p class="style4">From all of us at Exotic Publishing, we wish you a Happy & Healthy Holiday Season. </p>
<p class="style4"> </p>
<p class="style4">Michelle<br>
Exotic Publishing</p>
<p align="center"><span class="style5"></span></p></td>
</tr>
</table>
<p></p></td>
</tr>
</table>
<table width="970" border="1" align="center" cellpadding="1">
<p class="style4"> </p>
<p class="style4"> </p>
<p>  </p>
 
Have you seleed in notepad to save it as "TYPE> all files"? and saved it as filename.htm or filename.html?
 
Yes, it's saved as an htm file. I just took out the CSS & added the colour to the heading manually b/c I thought the CSS file from my site was causing problems since it's not connected to the net, but now the logo still won't show up :(

Thanks :)


Michelle

NetLight said:
Have you seleed in notepad to save it as "TYPE> all files"? and saved it as filename.htm or filename.html?
 
Like I said at the top, this is a link within a notepad that I was trying to jazz up in DW that I'm sending to my clients via e-mail. It's not part of the site.

The only code in there is the shopping cart link & the logo & the CSS I tried to use.

Thanks :)


Michelle
 
OK, make sure that you include the FULL URL to each of the items that you want a user to load from the internet to their computer, for example:
Correct: "http://www.examaple.com/images/logo.gif"
Correct: "http://www.example.com/html/style.css"

Incorrect: "/images/logo.jpg"
Incorrect: "/html/style.css"
 
Ok I figured that's how I do it, but how do I insert the code & where?

Thanks so much :)


Michelle
 
Back
Top Bottom