This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > September 2005 > Form layout error





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Form layout error
Matt Lauder Photo

2005-09-15, 7:17 pm

I am designing a friend of mine a website.... I have done well so far until
I come to adding in an order form for his site. The form looks perfectly
aligned in DW but when I upload or preview it the form looks out of wack
and it appears my css isnt controlling the page either.

The path to the page is http://www.caseysmithphoto.com/order.htm

and the code for the form is:

width="600" valign="top"><form
action="http://www.caseysmithphoto.com/cgi-bin/FormMail.pl" method="post"
name="order" class="form" id="order">
<table width="550" border="0">
<!--DWLayoutTable-->
<tr>
<th width="100" height="21" scope="col"></th>
<th width="440" valign="top" scope="col"><input name="subject"
type="hidden" id="subject" value="Contact enquiry caseysmithphoto.com" />
<input name="recipient" type="hidden" id="recipient"
value="info@caseysmithphoto.com" /> <input name="redirect" type="hidden"
id="redirect" value="http://www.caseysmithphoto.com/home.htm" /></th>
</tr>
<tr>
<td height="16">Name:</td>
<td><input name="textfield2" type="text" class="textbox" /></td>
</tr>
<tr>
<td height="16">Address:</td>
<td><input name="Address" type="text" class="textbox"
id="Address" /></td>
</tr>
<tr>
<td height="16">Email:</td>
<td><input name="textfield" type="text" class="textbox" /></td>
</tr>
<tr>
<td height="16">Contact Number: </td>
<td><input name="Number" type="text" class="textbox" id="Number"
/></td>
</tr>
<tr>
<td height="15"></td>
<td></td>
</tr>
<tr>
<td height="15" class="style2">Photo Details</td>
<td></td>
</tr>
<tr>
<td height="16">Photo Code: </td>
<td><input name="Photo_code" type="text" class="textbox"
id="Photo_code" /></td>
</tr>
<tr>
<td height="16">Photo Title: </td>
<td><input name="Photo_title" type="text" class="textbox"
id="Photo_title" /></td>
</tr>
<tr>
<td height="17">Photo Size: </td>
<td><input name="12_inch_print" type="radio" value="12 Inch
Print" />
12 inch ($30)
<input name="18_inch_print" type="radio" value="18 Inch Print"
/>
18 inch ( $60)
<input name="30_inch_print" type="radio" value="30 Inch Print"
/>
30 inch ($120)
<input name="40_inch_print" type="radio" value="40 Inch Print"
/>
40 inch (260) </td>
</tr>
<tr>
<td height="18" valign="top">Frame Size: </td>
<td valign="top"><input name="12_inch_framed" type="radio"
value="12 inch framed" />
12 inch ($90)
<input name="18_inch_framed" type="radio" value="18 inch
framed" />
18 inch (150)
<input name="30_inch_framed" type="radio" value="30 inch
framed" />
30 inch (350)
<input name="40_inch_framed" type="radio" value="40 inch
framed" />
40 inch (480)</td>
</tr>
<tr>
<td height="12"></td>
<td></td>
</tr>
<tr>
<td height="152" valign="top">Order Comment </td>
<td valign="top"><textarea name="Comment" class="textarea"
id="Comment"></textarea></td>
</tr>
<tr>
<td height="26">&nbsp;</td>
<td><input type="submit" name="Submit" value="Submit" />
<input type="reset" name="Submit2" value="Reset" /></td>
</tr>
<tr>
<td height="15"></td>
<td></td>
</tr>
<tr>
<td height="3"><img src="images/spacer.gif" alt="" width="100"
height="1" /></td>
<td><img src="images/spacer.gif" alt="" width="440" height="1"
/></td>
</tr>
</table>
</form></td>


Thanks

Matt


Matt Lauder Photo

2005-09-15, 7:19 pm

Css is working just cant understand why form keeps pushing text outside of
the form table down.

http://www.caseysmithphoto.com/order.htm


Thanks

Matt


"Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
news:dgbldp$i1f$1@forums.macromedia.com...
>I am designing a friend of mine a website.... I have done well so far until
>I come to adding in an order form for his site. The form looks perfectly
>aligned in DW but when I upload or preview it the form looks out of wack
>and it appears my css isnt controlling the page either.
>
> The path to the page is
> and the code for the form is:
>
> width="600" valign="top"><form
> action="http://www.caseysmithphoto.com/cgi-bin/FormMail.pl" method="post"
> name="order" class="form" id="order">
> <table width="550" border="0">
> <!--DWLayoutTable-->
> <tr>
> <th width="100" height="21" scope="col"></th>
> <th width="440" valign="top" scope="col"><input name="subject"
> type="hidden" id="subject" value="Contact enquiry caseysmithphoto.com" />
> <input name="recipient" type="hidden" id="recipient"
> value="info@caseysmithphoto.com" /> <input name="redirect" type="hidden"
> id="redirect" value="http://www.caseysmithphoto.com/home.htm" /></th>
> </tr>
> <tr>
> <td height="16">Name:</td>
> <td><input name="textfield2" type="text" class="textbox"
> /></td>
> </tr>
> <tr>
> <td height="16">Address:</td>
> <td><input name="Address" type="text" class="textbox"
> id="Address" /></td>
> </tr>
> <tr>
> <td height="16">Email:</td>
> <td><input name="textfield" type="text" class="textbox" /></td>
> </tr>
> <tr>
> <td height="16">Contact Number: </td>
> <td><input name="Number" type="text" class="textbox"
> id="Number" /></td>
> </tr>
> <tr>
> <td height="15"></td>
> <td></td>
> </tr>
> <tr>
> <td height="15" class="style2">Photo Details</td>
> <td></td>
> </tr>
> <tr>
> <td height="16">Photo Code: </td>
> <td><input name="Photo_code" type="text" class="textbox"
> id="Photo_code" /></td>
> </tr>
> <tr>
> <td height="16">Photo Title: </td>
> <td><input name="Photo_title" type="text" class="textbox"
> id="Photo_title" /></td>
> </tr>
> <tr>
> <td height="17">Photo Size: </td>
> <td><input name="12_inch_print" type="radio" value="12 Inch
> Print" />
> 12 inch ($30)
> <input name="18_inch_print" type="radio" value="18 Inch
> Print" />
> 18 inch ( $60)
> <input name="30_inch_print" type="radio" value="30 Inch
> Print" />
> 30 inch ($120)
> <input name="40_inch_print" type="radio" value="40 Inch
> Print" />
> 40 inch (260) </td>
> </tr>
> <tr>
> <td height="18" valign="top">Frame Size: </td>
> <td valign="top"><input name="12_inch_framed" type="radio"
> value="12 inch framed" />
> 12 inch ($90)
> <input name="18_inch_framed" type="radio" value="18 inch
> framed" />
> 18 inch (150)
> <input name="30_inch_framed" type="radio" value="30 inch
> framed" />
> 30 inch (350)
> <input name="40_inch_framed" type="radio" value="40 inch
> framed" />
> 40 inch (480)</td>
> </tr>
> <tr>
> <td height="12"></td>
> <td></td>
> </tr>
> <tr>
> <td height="152" valign="top">Order Comment </td>
> <td valign="top"><textarea name="Comment" class="textarea"
> id="Comment"></textarea></td>
> </tr>
> <tr>
> <td height="26">&nbsp;</td>
> <td><input type="submit" name="Submit" value="Submit" />
> <input type="reset" name="Submit2" value="Reset" /></td>
> </tr>
> <tr>
> <td height="15"></td>
> <td></td>
> </tr>
> <tr>
> <td height="3"><img src="images/spacer.gif" alt="" width="100"
> height="1" /></td>
> <td><img src="images/spacer.gif" alt="" width="440" height="1"
> /></td>
> </tr>
> </table>
> </form></td>
>
>
> Thanks
>
> Matt
>



.: Nadia :. *TMM*

2005-09-15, 7:19 pm

I honestly don't see any problems viewing the form in IE6 and FFox.
Everything - including the submit buttons are within the outer borders..

--
Nadia
Team MM Volunteer for Dreamweaver
--------------------------------------------
http://www.csstemplates.com.au
Templates | CSS Templates |
http://www.DreamweaverResources.com
Dropdown Menu Templates | SEO Articles |Tutorials
---------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------


"Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
news:dgbmtr$kb0$1@forums.macromedia.com...
> Css is working just cant understand why form keeps pushing text outside of
> the form table down.
>
> http://www.caseysmithphoto.com/order.htm
>



.: Nadia :. *TMM*

2005-09-15, 7:19 pm

I honestly don't see anything wrong with the page. I am looking at the link
you provided.
What text are you talking about? The input fields? they all seem aligned
correctly.


--
Nadia
Team MM Volunteer for Dreamweaver
--------------------------------------------
http://www.csstemplates.com.au
Templates | CSS Templates |
http://www.DreamweaverResources.com
Dropdown Menu Templates | SEO Articles |Tutorials
---------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------
"Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
news:dgbq2q$p1o$1@forums.macromedia.com...
> All the buttons in the form appear fine.... its the text that sits outside
> the form that somehow gets pushed down out of alignment with what I see in
> DW layout view.
>
> This is the code for the whole page.... dont know if this helps or not.
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <title>Casey Smith Photography - Panoramic Images of Adelaide, South
> Australia</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> <meta name="Keywords" content="South Australia, Adelaide City, Country
> South Australia" />
> <meta name="Description" content="Panoramic Photography of South
> Australia" />
> <meta name="ROBOTS" content="INDEX,FOLLOW" />
> <link href="/caseysmith.css" rel="stylesheet" type="text/css" />
> <style type="text/css">
> <!--
> body {
> background-color: #000000;
> }
> -->
> </style></head>
> <body class="background">
> <body topMargin=0 marginwidth="0" marginheight="0">
> <table width="801" border="0" align="center" cellpadding="0"
> cellspacing="0" class="background_600">
> <!--DWLayoutTable-->
> <tr>
> <td height="80" colspan="3" valign="top"><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
> width="800" height="80">
> <param name="movie" value="/flash/banner.swf" />
> <param name="quality" value="high" />
> <embed src="/flash/banner.swf" quality="high"
> pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" width="800" height="80"></embed>
> </object></td>
> <td width="3"></td>
> </tr>
> <tr>
> <td width="150" rowspan="4" valign="top"><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
> width="150" height="500">
> <param name="movie" value="/flash/menu_bar.swf" />
> <param name="quality" value="high" />
> <embed src="/flash/menu_bar.swf" quality="high"
> pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" width="150" height="500"></embed>
> </object></td>
> <td height="50" colspan="2" align="left" valign="top"><div
> align="left"><img src="images/photoorder_title.jpg" width="399"
> height="50" /></div></td>
> <td></td>
> </tr>
> <tr>
> <td width="29" rowspan="3"
> valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
> <td width="621" height="363" valign="top"><form
> action="http://www.caseysmithphoto.com/cgi-bin/FormMail.pl" method="post"
> name="order" class="form" id="order">
> <table width="550" border="0">
> <!--DWLayoutTable-->
> <tr>
> <th height="21" colspan="2" valign="top" scope="col"><input
> name="subject" type="hidden" id="subject" value="Contact enquiry
> caseysmithphoto.com" /> <input name="recipient" type="hidden"
> id="recipient" value="info@caseysmithphoto.com" /> <input
> name="redirect" type="hidden" id="redirect"
> value="http://www.caseysmithphoto.com/thankyou.htm" /></th>
> </tr>
> <tr>
> <td width="100" height="16">Name:</td>
> <td width="440"><input name="textfield2" type="text"
> class="textbox" /></td>
> </tr>
> <tr>
> <td height="16">Address:</td>
> <td><input name="Address" type="text" class="textbox"
> id="Address" /></td>
> </tr>
> <tr>
> <td height="16">Email:</td>
> <td><input name="textfield" type="text" class="textbox" /></td>
> </tr>
> <tr>
> <td height="16">Contact Number: </td>
> <td><input name="Number" type="text" class="textbox"
> id="Number" /></td>
> </tr>
> <tr>
> <td height="15" colspan="2"
> valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
> </tr>
> <tr>
> <td height="15" class="style2">Photo Details</td>
> <td valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
> </tr>
> <tr>
> <td height="16">Photo Code: </td>
> <td><input name="Photo_code" type="text" class="textbox"
> id="Photo_code" /></td>
> </tr>
> <tr>
> <td height="16">Photo Title: </td>
> <td><input name="Photo_title" type="text" class="textbox"
> id="Photo_title" /></td>
> </tr>
> <tr>
> <td height="17">Photo Size: </td>
> <td><input name="12_inch_print" type="radio" value="12 Inch
> Print" />
> 12 inch ($30)
> <input name="18_inch_print" type="radio" value="18 Inch
> Print" />
> 18 inch ( $60)
> <input name="30_inch_print" type="radio" value="30 Inch
> Print" />
> 30 inch ($120)
> <input name="40_inch_print" type="radio" value="40 Inch
> Print" />
> 40 inch (260) </td>
> </tr>
> <tr>
> <td height="18" valign="top">Frame Size: </td>
> <td valign="top"><input name="12_inch_framed" type="radio"
> value="12 inch framed" />
> 12 inch ($90)
> <input name="18_inch_framed" type="radio" value="18 inch
> framed" />
> 18 inch (150)
> <input name="30_inch_framed" type="radio" value="30 inch
> framed" />
> 30 inch (350)
> <input name="40_inch_framed" type="radio" value="40 inch
> framed" />
> 40 inch (480)</td>
> </tr>
> <tr>
> <td height="15" colspan="2"
> valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
> </tr>
> <tr>
> <td rowspan="2" valign="top">Order Comment </td>
> <td height="102" valign="top"><textarea name="Comment"
> class="textarea" id="Comment"></textarea></td>
> </tr>
> <tr>
> <td height="26" valign="top"><input name="Submit" type="submit"
> class="inputButton" value="Submit" />
> <input name="Submit2" type="reset" class="inputButton"
> value="Reset" /></td>
> </tr>
> <tr>
> <td height="1"></td>
> <td></td>
> </tr>
> <tr>
> <td height="3"><img src="images/spacer.gif" alt="" width="100"
> height="1" /></td>
> <td><img src="images/spacer.gif" alt="" width="440" height="1"
> /></td>
> </tr>
> </table>
> </form></td>
> <td></td>
> </tr>
> <tr>
> <td height="26" valign="top">FORM NOT IN USE.... STILL BEING TESTED
> PLEASE DONT USE </td>
> <td></td>
> </tr>
> <tr>
> <td height="61" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
> <td></td>
> </tr>
> <tr align="left" valign="middle" class="style1">
> <td height="19" colspan="3">All images are © Casey Smith
> Photography </td>
> <td></td>
> </tr>
> <tr>
> <td height="1"><img src="/images/spacer.gif" alt="" width="150"
> height="1" /></td>
> <td><img src="/images/spacer.gif" alt="" width="29" height="1" /></td>
> <td><img src="/images/spacer.gif" alt="" width="621" height="1" /></td>
> <td></td>
> </tr>
> </table>
> </body>
> </html>
>
>
>
>
> ".: Nadia :. *TMM*" <nadia@REMOVETHISdreamweaverresources.com> wrote in
> message news:dgbnc3$ktl$1@forums.macromedia.com...
>
>



Matt Lauder Photo

2005-09-15, 7:19 pm

All the buttons in the form appear fine.... its the text that sits outside
the form that somehow gets pushed down out of alignment with what I see in
DW layout view.

This is the code for the whole page.... dont know if this helps or not.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Casey Smith Photography - Panoramic Images of Adelaide, South
Australia</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="South Australia, Adelaide City, Country South
Australia" />
<meta name="Description" content="Panoramic Photography of South Australia"
/>
<meta name="ROBOTS" content="INDEX,FOLLOW" />
<link href="/caseysmith.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body class="background">
<body topMargin=0 marginwidth="0" marginheight="0">
<table width="801" border="0" align="center" cellpadding="0" cellspacing="0"
class="background_600">
<!--DWLayoutTable-->
<tr>
<td height="80" colspan="3" valign="top"><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="800" height="80">
<param name="movie" value="/flash/banner.swf" />
<param name="quality" value="high" />
<embed src="/flash/banner.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="800" height="80"></embed>
</object></td>
<td width="3"></td>
</tr>
<tr>
<td width="150" rowspan="4" valign="top"><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="150" height="500">
<param name="movie" value="/flash/menu_bar.swf" />
<param name="quality" value="high" />
<embed src="/flash/menu_bar.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="150" height="500"></embed>
</object></td>
<td height="50" colspan="2" align="left" valign="top"><div
align="left"><img src="images/photoorder_title.jpg" width="399" height="50"
/></div></td>
<td></td>
</tr>
<tr>
<td width="29" rowspan="3"
valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="621" height="363" valign="top"><form
action="http://www.caseysmithphoto.com/cgi-bin/FormMail.pl" method="post"
name="order" class="form" id="order">
<table width="550" border="0">
<!--DWLayoutTable-->
<tr>
<th height="21" colspan="2" valign="top" scope="col"><input
name="subject" type="hidden" id="subject" value="Contact enquiry
caseysmithphoto.com" /> <input name="recipient" type="hidden"
id="recipient" value="info@caseysmithphoto.com" /> <input
name="redirect" type="hidden" id="redirect"
value="http://www.caseysmithphoto.com/thankyou.htm" /></th>
</tr>
<tr>
<td width="100" height="16">Name:</td>
<td width="440"><input name="textfield2" type="text"
class="textbox" /></td>
</tr>
<tr>
<td height="16">Address:</td>
<td><input name="Address" type="text" class="textbox"
id="Address" /></td>
</tr>
<tr>
<td height="16">Email:</td>
<td><input name="textfield" type="text" class="textbox" /></td>
</tr>
<tr>
<td height="16">Contact Number: </td>
<td><input name="Number" type="text" class="textbox" id="Number"
/></td>
</tr>
<tr>
<td height="15" colspan="2"
valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
<tr>
<td height="15" class="style2">Photo Details</td>
<td valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
<tr>
<td height="16">Photo Code: </td>
<td><input name="Photo_code" type="text" class="textbox"
id="Photo_code" /></td>
</tr>
<tr>
<td height="16">Photo Title: </td>
<td><input name="Photo_title" type="text" class="textbox"
id="Photo_title" /></td>
</tr>
<tr>
<td height="17">Photo Size: </td>
<td><input name="12_inch_print" type="radio" value="12 Inch
Print" />
12 inch ($30)
<input name="18_inch_print" type="radio" value="18 Inch Print"
/>
18 inch ( $60)
<input name="30_inch_print" type="radio" value="30 Inch Print"
/>
30 inch ($120)
<input name="40_inch_print" type="radio" value="40 Inch Print"
/>
40 inch (260) </td>
</tr>
<tr>
<td height="18" valign="top">Frame Size: </td>
<td valign="top"><input name="12_inch_framed" type="radio"
value="12 inch framed" />
12 inch ($90)
<input name="18_inch_framed" type="radio" value="18 inch
framed" />
18 inch (150)
<input name="30_inch_framed" type="radio" value="30 inch
framed" />
30 inch (350)
<input name="40_inch_framed" type="radio" value="40 inch
framed" />
40 inch (480)</td>
</tr>
<tr>
<td height="15" colspan="2"
valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
<tr>
<td rowspan="2" valign="top">Order Comment </td>
<td height="102" valign="top"><textarea name="Comment"
class="textarea" id="Comment"></textarea></td>
</tr>
<tr>
<td height="26" valign="top"><input name="Submit" type="submit"
class="inputButton" value="Submit" />
<input name="Submit2" type="reset" class="inputButton"
value="Reset" /></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
</tr>
<tr>
<td height="3"><img src="images/spacer.gif" alt="" width="100"
height="1" /></td>
<td><img src="images/spacer.gif" alt="" width="440" height="1"
/></td>
</tr>
</table>
</form></td>
<td></td>
</tr>
<tr>
<td height="26" valign="top">FORM NOT IN USE.... STILL BEING TESTED
PLEASE DONT USE </td>
<td></td>
</tr>
<tr>
<td height="61" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td></td>
</tr>
<tr align="left" valign="middle" class="style1">
<td height="19" colspan="3">All images are © Casey Smith
Photography </td>
<td></td>
</tr>
<tr>
<td height="1"><img src="/images/spacer.gif" alt="" width="150"
height="1" /></td>
<td><img src="/images/spacer.gif" alt="" width="29" height="1" /></td>
<td><img src="/images/spacer.gif" alt="" width="621" height="1" /></td>
<td></td>
</tr>
</table>
</body>
</html>




".: Nadia :. *TMM*" <nadia@REMOVETHISdreamweaverresources.com> wrote in
message news:dgbnc3$ktl$1@forums.macromedia.com...
>I honestly don't see any problems viewing the form in IE6 and FFox.
>Everything - including the submit buttons are within the outer borders..
>
> --
> Nadia
> Team MM Volunteer for Dreamweaver
> --------------------------------------------
> http://www.csstemplates.com.au
> Templates | CSS Templates |
> http://www.DreamweaverResources.com
> Dropdown Menu Templates | SEO Articles |Tutorials
> ---------------------------------------------
> MM Dreamweaver Tutorials
> http://macromedia.com/devnet/mx/dreamweaver/
> ---------------------------------------------
>
>
> "Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
> news:dgbmtr$kb0$1@forums.macromedia.com...
>
>



Matt Lauder Photo

2005-09-15, 7:19 pm

On the page provided in the link http://www.caseysmithphoto.com/order.htm

The text "All images are copyrighted casey smith photography" should be
sitting in thegrey strip at the bottom but it isnt, it is sitting about 1 cm
below it.

thanks for your help


".: Nadia :. *TMM*" <nadia@REMOVETHISdreamweaverresources.com> wrote in
message news:dgbqfa$pmc$1@forums.macromedia.com...
>I honestly don't see anything wrong with the page. I am looking at the link
>you provided.
> What text are you talking about? The input fields? they all seem aligned
> correctly.
>
>
> --
> Nadia
> Team MM Volunteer for Dreamweaver
> --------------------------------------------
> http://www.csstemplates.com.au
> Templates | CSS Templates |
> http://www.DreamweaverResources.com
> Dropdown Menu Templates | SEO Articles |Tutorials
> ---------------------------------------------
> MM Dreamweaver Tutorials
> http://macromedia.com/devnet/mx/dreamweaver/
> ---------------------------------------------
> "Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
> news:dgbq2q$p1o$1@forums.macromedia.com...
>
>



.: Nadia :. *TMM*

2005-09-15, 7:19 pm

Ah, ok I see what you mean.
On a quick look at your code I did notice you have 2 body tags

<body class="background">
<body topMargin=0 marginwidth="0" marginheight="0"> <---remove this one
and declare your body margins in the stylesheet

Remove that and see if it makes a difference. Late here and didn't have
time to copy your code into DW to investigate further.

--
Nadia
Team MM Volunteer for Dreamweaver
--------------------------------------------
http://www.csstemplates.com.au
Templates | CSS Templates |
http://www.DreamweaverResources.com
Dropdown Menu Templates | SEO Articles |Tutorials
---------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------


"Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
news:dgbrb5$r0r$1@forums.macromedia.com...
> On the page provided in the link http://www.caseysmithphoto.com/order.htm
>
> The text "All images are copyrighted casey smith photography" should be
> sitting in thegrey strip at the bottom but it isnt, it is sitting about 1
> cm below it.
>
> thanks for your help
>
>
> ".: Nadia :. *TMM*" <nadia@REMOVETHISdreamweaverresources.com> wrote in
> message news:dgbqfa$pmc$1@forums.macromedia.com...
>
>



Matt Lauder Photo

2005-09-15, 7:19 pm

Thanks Nadia for your help in this but unfortunately that didnt solve the
problem...


".: Nadia :. *TMM*" <nadia@REMOVETHISdreamweaverresources.com> wrote in
message news:dgbsdb$smg$1@forums.macromedia.com...
> Ah, ok I see what you mean.
> On a quick look at your code I did notice you have 2 body tags
>
> <body class="background">
> <body topMargin=0 marginwidth="0" marginheight="0"> <---remove this one
> and declare your body margins in the stylesheet
>
> Remove that and see if it makes a difference. Late here and didn't have
> time to copy your code into DW to investigate further.
>
> --
> Nadia
> Team MM Volunteer for Dreamweaver
> --------------------------------------------
> http://www.csstemplates.com.au
> Templates | CSS Templates |
> http://www.DreamweaverResources.com
> Dropdown Menu Templates | SEO Articles |Tutorials
> ---------------------------------------------
> MM Dreamweaver Tutorials
> http://macromedia.com/devnet/mx/dreamweaver/
> ---------------------------------------------
>
>
> "Matt Lauder Photo" <mattlauder@optusnet.com.au> wrote in message
> news:dgbrb5$r0r$1@forums.macromedia.com...
>
>



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews