how to use a sign up email box in DREAMWEAVER

  • miss tracy 221
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Mar 11, 2012
  • Posts: 11
  • Status: Offline

Post March 11th, 2012, 4:25 pm

okay i have revised everything. all i need i the one box that says email address and submit, and tells it where to send it. aka - my email.... now im posting the code, could you give me the script i need to add the images to for the original image i posted up top

and then how do i get the input send to my email
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 11th, 2012, 4:25 pm

  • miss tracy 221
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Mar 11, 2012
  • Posts: 11
  • Status: Offline

Post March 11th, 2012, 4:31 pm

Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"


<html>

<head>

<title>Tracys Web Designs</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5">

<link rel="stylesheet" type="text/css" href="../style.css" />

<style type="text/css">
body,td,th {
    color: #F06;
    text-align: center;
}
body {
    background-color: #87D3E3;
    background-image: url(images/temporarilydown.png);
    background-repeat: no-repeat;
    background-position: center;
}
</style>
</head>



<body>
<br />                                                                                                                                                                                                                            <div class="inner_copy"><a href="http://wwwmyste/categories/arts-directories/">art directories</a><a href="http://www.mysite/categories/art-and-photography/">photography templates</a></div>

    <div id="navigation">

        <ul>

            <li><a href="../index.html"><img src="images/but1.gif" alt="" width="120" height="26" /></a></li>                                                                                                                

            <li><a href="http://wwww.mysite/gallery.html"><img src="images/but2.gif" alt="" width="120" height="26" /></a></li>

            <li><a href="http://www.mysite/aboutus"><img src="images/but3.gif" alt="" width="120" height="26" /></a></li>

            <li><a href="http://www.mysite/news"><img src="images/but4.gif" alt="" width="120" height="26" /></a></li>

            <li><a href="http://www.mysite/partners"><img src="images/but5.gif" alt="" width="120" height="26" /></a></li>

            <li><a href="http://www.mysite/contact"><img src="images/but6.gif" alt="" width="121" height="26" /></a></li>

        </ul>

    </div>

    <div class="content2">
     <table width="100%" border="0">
      <tr>
       <td><p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
     <p><br>
      <br>
      <br>
     </p>
     <p><FORM ACTION="../tracyswebdesigns/cgi-bin/mycgidotpl">
      <p><br>
      </p>
      <p>&nbsp;</p>
      <p><span>email:</span>
       <INPUT NAME="email">
       <input type=SUBMIT>
      </p>
      <P>
</FORM></p></td>
    </tr>
   </table>
    </div>

    <div id="footer">

        <ul>

            <li><a href="../index.html">home</a></li>

            <li><a href="../index2.html">gallery</a></li>

            <li><a href="../index2.html">about me</a></li>

            <li><a href="../index2.html">news</a></li>

            <li><a href="../index2.html">parters</a></li>

            <li><a href="../index2.html">contacts</a></li>

        </ul>

        <p>    

            Copyright &copy;. All rights reserved.

        The names and logos for This Website are trademarks of Deep Southern Design Groups LLC.<br>

        All text and design is copyright &copy;2009-2012 DEEP SOUTHERN DESIGN GROUPS LLC. All rights reserved.<br>

    </p>

    </div>

</body>

</html>
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. <html>
  3. <head>
  4. <title>Tracys Web Designs</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5">
  6. <link rel="stylesheet" type="text/css" href="../style.css" />
  7. <style type="text/css">
  8. body,td,th {
  9.     color: #F06;
  10.     text-align: center;
  11. }
  12. body {
  13.     background-color: #87D3E3;
  14.     background-image: url(images/temporarilydown.png);
  15.     background-repeat: no-repeat;
  16.     background-position: center;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <br />                                                                                                                                                                                                                            <div class="inner_copy"><a href="http://wwwmyste/categories/arts-directories/">art directories</a><a href="http://www.mysite/categories/art-and-photography/">photography templates</a></div>
  22.     <div id="navigation">
  23.         <ul>
  24.             <li><a href="../index.html"><img src="images/but1.gif" alt="" width="120" height="26" /></a></li>                                                                                                                
  25.             <li><a href="http://wwww.mysite/gallery.html"><img src="images/but2.gif" alt="" width="120" height="26" /></a></li>
  26.             <li><a href="http://www.mysite/aboutus"><img src="images/but3.gif" alt="" width="120" height="26" /></a></li>
  27.             <li><a href="http://www.mysite/news"><img src="images/but4.gif" alt="" width="120" height="26" /></a></li>
  28.             <li><a href="http://www.mysite/partners"><img src="images/but5.gif" alt="" width="120" height="26" /></a></li>
  29.             <li><a href="http://www.mysite/contact"><img src="images/but6.gif" alt="" width="121" height="26" /></a></li>
  30.         </ul>
  31.     </div>
  32.     <div class="content2">
  33.      <table width="100%" border="0">
  34.       <tr>
  35.        <td><p>&nbsp;</p>
  36.      <p>&nbsp;</p>
  37.      <p>&nbsp;</p>
  38.      <p>&nbsp;</p>
  39.      <p>&nbsp;</p>
  40.      <p>&nbsp;</p>
  41.      <p>&nbsp;</p>
  42.      <p>&nbsp;</p>
  43.      <p>&nbsp;</p>
  44.      <p>&nbsp;</p>
  45.      <p><br>
  46.       <br>
  47.       <br>
  48.      </p>
  49.      <p><FORM ACTION="../tracyswebdesigns/cgi-bin/mycgidotpl">
  50.       <p><br>
  51.       </p>
  52.       <p>&nbsp;</p>
  53.       <p><span>email:</span>
  54.        <INPUT NAME="email">
  55.        <input type=SUBMIT>
  56.       </p>
  57.       <P>
  58. </FORM></p></td>
  59.     </tr>
  60.    </table>
  61.     </div>
  62.     <div id="footer">
  63.         <ul>
  64.             <li><a href="../index.html">home</a></li>
  65.             <li><a href="../index2.html">gallery</a></li>
  66.             <li><a href="../index2.html">about me</a></li>
  67.             <li><a href="../index2.html">news</a></li>
  68.             <li><a href="../index2.html">parters</a></li>
  69.             <li><a href="../index2.html">contacts</a></li>
  70.         </ul>
  71.         <p>    
  72.             Copyright &copy;. All rights reserved.
  73.         The names and logos for This Website are trademarks of Deep Southern Design Groups LLC.<br>
  74.         All text and design is copyright &copy;2009-2012 DEEP SOUTHERN DESIGN GROUPS LLC. All rights reserved.<br>
  75.     </p>
  76.     </div>
  77. </body>
  78. </html>
  • miss tracy 221
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Mar 11, 2012
  • Posts: 11
  • Status: Offline

Post March 11th, 2012, 4:32 pm

so what do i need in this cde to make it have the image and stff like i wanted, and for it to post to my email address
  • SB
  • Moderator
  • Genius
  • User avatar
  • Joined: Nov 16, 2004
  • Posts: 8677
  • Loc: Aberdeen, Scotland
  • Status: Offline

Post March 11th, 2012, 5:08 pm

I'm quite confused, i don't really see where you've added any of the CSS code that you were told to add before. Assuming you've got a seperate CSS document (as your code would suggest) then why have the CSS in the page content as well?

Assuming this page is online, send me a Private Message with the website address that you are working on. I tried to replicate it on my end but it looks nothing like how i would imagine it will on your system.

I won't be able to help with the sending it to your email address part, however getting the image up and appearing is something i am more capable of doing for you.

Post Information

  • Total Posts in this topic: 19 posts
  • Users browsing this forum: No registered users and 98 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.