PDA

View Full Version : Help!? My contact page ...


leanne-b
Feb-22-2007, 04:59 PM
Hi guys,

I have managed to make a contact form on one of my gallery pages. I am nearly all finished, except that I can't seem to centre it. :dunno I know it's something relatively simple, so I'm hoping someone can help me out?

Here 'tis: http://www.brischetto-images.smugmug.com/gallery/2102926

Also, I've got no idea how I managed to get the line in there at the bottom. How did I do this??? Can I have this at the top?

Cheers :D

Leanne

Allen
Feb-22-2007, 06:15 PM
Hi guys,

I have managed to make a contact form on one of my gallery pages. I am nearly all finished, except that I can't seem to centre it. :dunno I know it's something relatively simple, so I'm hoping someone can help me out?

Here 'tis: http://www.brischetto-images.smugmug.com/gallery/2102926

Also, I've got no idea how I managed to get the line in there at the bottom. How did I do this??? Can I have this at the top?

Cheers :D

Leanne Try adding this to CSS to center form.

#albumDescription {
margin-top: -30px;
margin-left: 200px;
}

This adds line at top and adjusts length to fit form. If you leave the lower
line in adjust it's wight also.

In your header code.

Add this just above Subject
<tr><td colspan="2"><hr size="1" width="350" align="left";></td></tr>
<tr><td><font color="#ffffff" face="Arial" size="2"> Subject:<font color="#ffffff"> *</font></font></td>

Towards the end of your form add the green
<tr><td colspan="2"><hr size="1" width="350" align="left";></td></tr>

leanne-b
Feb-22-2007, 07:11 PM
Hi Al,

After a little trial and error on my part, I got this working perfectly!! :clap

Thank you SO much!

Leanne