|
hey i need help getting the php code below to align to the left can someone help? thanks
|
|
Does this work?
I am not a php expert. |
|
What are you trying to align left? The JavaScript code produces alert boxes (not part of the web page). There is absolutely nothing printed to the web page itself that could be aligned. However, if you did have text displayed on the page, for example:
You can align it using CSS:
Left-aligned is default, by the way. |

That's HTML code that your trying to align. PHP is what dynamically produces the HTML.