nativesites
Newbie
- Jan 29, 2009
- 26
- 2
Ok so I really need some help with this as I have been spending hours on it.
The main vertical menu template for Butterfly Marketing
This is what I want it to look like but do not know what to take from it and change to the above code is anyone can help me with this I will give them some bucks$
The main vertical menu template for Butterfly Marketing
HTML:
<head>
<title>{keywords_title}</title>
<meta name="description" content="{description}">
<meta name="keywords" content="{keywords}">
<META name="MSSmartTagsPreventParsing" content="TRUE">
<meta name="robots" content="index,follow">
</head>
<link href="css/butterfly.css" rel="stylesheet" type="text/css" />
<script language=JavaScript src='js/functions.js'></script>
<body vlink="#0033CC">
<div align="center"><img src="images/header.jpg" width="722" height="150" border="0" /></div>
<center>
<table width="722" border="0" cellspacing="0" cellpadding="0">
<TBODY>
<TR>
<TD colspan="2" width="700">
<p align="center">
</TD></TR>
<TR valign="top">
<TD width="60"><div align="center"><STRONG>{menu}</STRONG></div></TD>
<TD width="640" align="center">{content}</TD></TR>
<TR>
<TD colspan="2" width="700"><div align="center"> </div></TD></TR>
<TR>
<TD colspan="2" width="700">
</TD></TR>
<TR>
<TD colspan="2" width="700"><div align="center"></div></TD>
</TR></TBODY></TABLE>
</center>
</div>
<p align="center"><font color="#FFFFFF">{bm_aff_link}</font></p>
</body>
This is what I want it to look like but do not know what to take from it and change to the above code is anyone can help me with this I will give them some bucks$
HTML:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg.jpg);
}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CC0000;
font-size: 24pt;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
.style18 {color: #FFFFFF}
-->
</style></head>
<body>
<div align="center"><img src="images/header.jpg" width="722" height="150" border="0" /></div>
<center>
<table width="722" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17" background="images/left-border.jpg">Â </td>
<td bgcolor="#FFFFFF"><p>Â </p>
<p>Â </p>
<p>Â </p>
<p>Â </p></td>
<td width="23" background="images/right-border.jpg">Â </td>
</tr>
</table>
<img src="images/footer.jpg" width="722" height="44" border="0" usemap="#Map" />
</center>
</html>