Jump to content

HTML help

Mac

I'm making a form and I want to get it looking nice, one problem is that I can't seem to get the "How can we help?" at the top of the text area, instead it's at the bottom, help?

	

Name

Email

Message

Link to comment
Share on other sites

Link to post
Share on other sites

Isn't the code img src="" not img scr=""
I feel like a complete idiot. Cheers
Link to comment
Share on other sites

Link to post
Share on other sites

I'm not sure I understand the new problem. Are you trying to insert placeholder text? If so use this code.

		

Name

Email

Message

Link to comment
Share on other sites

Link to post
Share on other sites

On the text area, you might try adding


vertical-align: text-top;

into the CSS. Tables are deprecated and shouldn't be used for layouts. (no matter how tempting it is)

Hope I helped!

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×