How do I do this? I tried adding <p> and </p> code tags outside of the <form> </form> but it doesn't seem to do anything when I format the <p> tag with a style.
How do I style a php form?
Page 1 of 18 Replies - 578 Views - Last Post: 11 November 2017 - 05:34 AM
Replies To: How do I style a php form?
#2
Re: How do I style a php form?
Posted 20 October 2017 - 02:19 AM
Quote
How do I style a php form?
There is no such thing as a PHP form. Forms are a thing of HTML (although PHP processes the form data, but that's a different thing).
And as with all HTML, styling is accomplished by CSS.
#3
Re: How do I style a php form?
Posted 20 October 2017 - 02:23 AM
How are you learning HTML, CSS and PHP?
#4
Re: How do I style a php form?
Posted 20 October 2017 - 02:35 AM
By myself at work.
#5
Re: How do I style a php form?
Posted 20 October 2017 - 02:46 AM
I meant is it structured or are you just fumbling along.
#6
Re: How do I style a php form?
Posted 20 October 2017 - 11:16 PM
No, I'm just fumbling along. You want me to post less questions?
I can ask questions on other boards and IRC if I want too.
I can ask questions on other boards and IRC if I want too.
#7
Re: How do I style a php form?
Posted 21 October 2017 - 01:17 AM
Without structure you have a long, tortuous, path ahead of you and you will continue to ask questions that are covered in basic, structured, tutorials. You will also end up with large, important, gaps in your knowledge and understanding. Worse: misunderstandings.
Get hold of books and work through them, and/or online tutorials.
Get hold of books and work through them, and/or online tutorials.
#8
Re: How do I style a php form?
Posted 11 November 2017 - 04:01 AM
That code has nothing to do with the question, is uncommented (and should be wrapped in code tags).
#9
Re: How do I style a php form?
Posted 11 November 2017 - 05:34 AM
And it uses a table to format non-tabular data.
It should be using css and divs.
It should be using css and divs.
Page 1 of 1