HTML help pls

Associate
Joined
17 Nov 2004
Posts
273
Location
Scotland
Hi there ive been trying to embed images in emails and links like ocuk does in their newsletters for a hip hop mailing list and every time i create somthing it always ends up being text based no matter what i do, i use yahoo email to send and cant figure out if im missing somthing ;/. Can anyone help please?


regards,


TDeamon
 
Its just basic tabular html, even if its text image text image with no tables- thats fine. Also the images arnt gonna be that big its just an example.

<html>
<head>
<title>HipHop and Urban Wear</title>
</head>
<body bgcolor="#ffffff">
<table align="center" border="4" bordercolor="#993366"
cellpadding="10"
cellspacing="0" width="500">
<tbody>
<tr>
<td><font color="#993366" face="verdana"><b>
Ozzys, Scotland!
</b></font>
<p>
<table cellpadding="5">
<tbody>
<tr valign="top">
<td>
<a href="www.ozzys.co.uk"><img
src="http://www.g3designs.org/ozzys/ozzylogo2 copy.jpg"></a></td>
<td><font face="verdana" size="-1">
<b>Texts
</b><br>
Some texts
</font></td>
</tr>
<tr valign="top">
<td>
<a href="www.ozzys.co.uk"><img
src="http://www.g3designs.org/ozzys/ozzylogo2 copy.jpg"></a></td>
<td><font face="verdana" size="-1">
<b>texts
</b><br>
texts
</font></td>
</tr>
<tr valign="top">
<td>
<a href="www.ozzys.co.uk"><img
src="http://www.g3designs.org/ozzys/ozzylogo2 copy.jpg"></a></td>
<td><font face="verdana" size="-1">
<b>texts
</b><br>
texts
</font></td>
</tr>
</tbody>
</table>
</p>
<p><font face="verdana">
tests
</font></p>
<p></p>
<center><font face="verdana"><b><a
href="www.ozzys.co.uk">Ozzys
Urban Wear
</a></b></font></center>
<hr>
<font face="verdana" size="-2"></font>
</td>
</tr>
</tbody>
</table>
</body>
</html>
 
Last edited:
was totally under the impression that, you could just use normal html in an email and if you got it setup in your inbox to execute the html it would read any html especially if its as basic as that ;/
 
Ok i didnt know that, now i know =p Any recomendations then ? :)
Can i just use say outlook with my pop3 yahoo or blueyonder details?

Kindest regards,


TD
 
Sorry for not editing my previous posts and adding to them......

But im a bit desperate to get this stuff done =/ I asked my brother to send me the code through his pop3 account at work and i still recieve it as code. Any help appreciated on what client/email provider to use to send the html out so recipients recieve it as formatted html


THANKS very much for all the help so far

kindest regards,


TD
 
Back
Top Bottom