Jump to content

help with aligning


sofia403

Recommended Posts

Hi i was just wondering how i could properly align the label with the form horizontaly? right now its just stacked on top of each other. thanks

 

echo '<p><label for="test">ApplicationStatus:</label><form name="test" method="post">

<select name="ApplicationStatus">

<option value="">------</option>

<option value="In process" '.(($row['ApplicationStatus']=='In process')?'selected="selected"':'').'>In process</option>

<option value="Withdrawn" '.(($row['ApplicationStatus']=='Withdrawn')?'selected="selected"':'').'>Withdrawn</option>

        </select></p>';}

Link to comment
https://forums.phpfreaks.com/topic/237670-help-with-aligning/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.