how to use a sign up email box in DREAMWEAVER
- miss tracy 221
- Newbie


- Joined: Mar 11, 2012
- Posts: 11
- Status: Offline
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
and then how do i get the input send to my email
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
March 11th, 2012, 4:25 pm
- miss tracy 221
- Newbie


- Joined: Mar 11, 2012
- Posts: 11
- Status: Offline
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> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><br>
<br>
<br>
</p>
<p><FORM ACTION="../tracyswebdesigns/cgi-bin/mycgidotpl">
<p><br>
</p>
<p> </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 ©. 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 ©2009-2012 DEEP SOUTHERN DESIGN GROUPS LLC. All rights reserved.<br>
</p>
</div>
</body>
</html>
<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> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><br>
<br>
<br>
</p>
<p><FORM ACTION="../tracyswebdesigns/cgi-bin/mycgidotpl">
<p><br>
</p>
<p> </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 ©. 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 ©2009-2012 DEEP SOUTHERN DESIGN GROUPS LLC. All rights reserved.<br>
</p>
</div>
</body>
</html>
- <!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> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p><br>
- <br>
- <br>
- </p>
- <p><FORM ACTION="../tracyswebdesigns/cgi-bin/mycgidotpl">
- <p><br>
- </p>
- <p> </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 ©. 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 ©2009-2012 DEEP SOUTHERN DESIGN GROUPS LLC. All rights reserved.<br>
- </p>
- </div>
- </body>
- </html>
- miss tracy 221
- Newbie


- Joined: Mar 11, 2012
- Posts: 11
- Status: Offline
- SB
- Moderator


- Joined: Nov 16, 2004
- Posts: 8677
- Loc: Aberdeen, Scotland
- Status: Offline
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.
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.
1, 2
To Reply to this topic you need to LOGIN or REGISTER. It is free.
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
