Hi
just wondered if someone can help me, ive added the contact form to a page but it seems its all jumbled up, have a look http://www.wsme.co.uk/contact-us/
How can i sort this?
Many thanks
Hi
just wondered if someone can help me, ive added the contact form to a page but it seems its all jumbled up, have a look http://www.wsme.co.uk/contact-us/
How can i sort this?
Many thanks
any joy?
Hey!
what exactly would you like to do? There's not much I can do about "it's all jumbled up", could you specify?
Best regards,
Chris
hi chris,
Well if you look at it, the email box is right at the top of the page and all the rest of the form is at the bottom.
cheers
andy
I didn't notice earlier, in your style.css find
#email {
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
position: absolute;
right: 350px;
top: 5px;
}
Change this to
#head #email {
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
position: absolute;
right: 350px;
top: 5px;
}thats great thanks. only trouble now if i add anything else to that page it pushes the form to the right nearly out of view.
any ideas?
thanks again
You must log in to post.