Butterfly Marketing template help

nativesites

Newbie
Joined
Jan 29, 2009
Messages
26
Reaction score
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
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>
 
Check out:

hxxp://XXX.butterflymarketing.cXm/accounts/members/videos.htm

also join the caterpillar forum... get an account (it may take a while to receive activation email... be patient)

(remove xx to tt and XXX to www - cXm to com)
 
Back
Top