rookie23
Goto Top

Möchte DOMEUS Newsletterbox auf Homepage Integrieren

Möchte eine Anmeldebox für einen Newsletter auf meiner Homepage, per html, integrieren.

Hallo zusammen,

ich hab ein kleineres Problem - und zwar möchte ich gerne eine Anmeldebox, für einen Newsletter, auf meiner Homepage, intergrieren.


Folgendes :

Ich gestalte die Homepage mit MS FRONT PAGE und habe eine leere weiße Seite - mit folgenden html-Code, vor mir stehen ...

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">  
<meta name="ProgId" content="FrontPage.Editor.Document">  
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">  
<title>Neue Seite 1</title>
</head>

<body>

</body>

</html>


Von DOMEUS habe ich folgenden html-Code bekommen ...

<style type=text/css>
<!--
.ecwebbox{font-family:verdana,arial,helvetica,sans-serif;color:#000000;font-size:10px; font-weight:bold;}
A.ecwebbox:link{color:#000000; text-decoration: none;}
A.ecwebbox:active{font-family:verdana,arial,helvetica,sans-serif; color:#000000; text-decoration: none;}
A.ecwebbox:visited{color:#000000;text-decoration: none;}
-->
</style>
<table width=375 height=57 cellpadding="0" background="http://pics.domeus.com/domeus/box5_bg.gif" cellspacing="0" border="0">  
<form action="http://uk.domeus.com/public/remotebox_welcome.jsp" target="_newWindow" method="post">  
<input type="hidden" name="action" value="remoteBox" />    
<input type="hidden" name="errorPage" value="/public/remotebox_error.jsp" />  
<input type="hidden" name="alt_page_1" value="/public/redirect_data.jsp" />  
<input type="hidden" name="invite_user" value="domeus" />  
<input type="hidden" name="gid" value="404198">  
<tr>
  <td>
    <table width=375 height=57 cellpadding="0" background="http://uk.domeus.com/images/img/clear.gif" cellspacing="0" border="0">  
    <tr>
      <td width=155 heigth="37"><a href="http://uk.domeus.com" target="blank"><img height=37 alt="" src="http://pics.domeus.com/domeus/trans.gif" width=150 border=0></a></td>  
      <td colspan=4 class="ecwebbox"> <input name="uemail" value="enter your eMail address" size=15 class="ecwebbox" style="WIDTH: 170px"></td>  
      <td width=50 align=middle class="ecwebbox"> </td>  
    </tr>
    <tr>
      <td align=middle class="ecwebbox" height="20"></td>  
      <td class="ecwebbox"><input type=radio name="action_type" value="subscribe" checked="true"></td>  
      <td class="ecwebbox"> subscribe </td>  
      <td class="ecwebbox"><input type=radio name="action_type" value="unsubscribe"></td>  
      <td class="ecwebbox"> abmelden </td>  
      <td valign=bottom align=right><input type="image" src="http://uk.domeus.com/images/webbox/box3_senden.gif" width="50" height="16" border="0" alt="Send"></td>  
    </tr>
    </table>
  </td>
</tr>
</form>
</table>

Mein kleines Problem kann sich der Profi hier wohl schon denken - oder !?

Wie muss ich den html Code integrieren, damit die Seite funktioniert ???

Dank` euch Profis schon jetzt !!!

Mit besten Wünschen & weiterhin viel Erfolg :
Rookie 23

Content-Key: 43095

Url: https://administrator.de/contentid/43095

Printed on: April 24, 2024 at 13:04 o'clock

Member: SlainteMhath
SlainteMhath Oct 26, 2006 at 14:18:11 (UTC)
Goto Top
Das was zwischen den <style></style> tags steht, muss zwischen </title> und <header>
Der rest kommt zwischen <body> und </body>
Member: Rookie23
Rookie23 Oct 27, 2006 at 00:41:18 (UTC)
Goto Top
Moin moin,

betsen dank - alles klar !!!!