Jump to content

Div tag text alignment


atrum

Recommended Posts

I am sorry, I forgot that I renamed the page. the link should be

 

http://team-symbiosis.com/application.html

 

 

and as you can see from the source, I have the text inside a div tag. I want the contents of the div tag to align left, but not the div tag it self. I will also post my code incase this link doesnt work either.

 

 

<html>
<head>
<style type="text/css">
body
{
margin: 0% 0% 0% 0%}
div
{background-image: url('images/appimg/background_jan.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
background-color: black;
}


font
{p {color: rgb(255,255,255)}
</style>

  <title>Application for the Fallen</title>
</head>


<body text="white" bgcolor="black">
<div align="center">

<a name="reports"><h2>Application for the Fallen</h2><br>
<FORM METHOD="post" ACTION="application.php">

<br>

Select all that apply: <br><br>

<input type="checkbox" name="ventrilo" value="Yes"/>  Ventrilo AND working microphone <br>

<br>


First Name: <br>
<input type="text" name="name"/><br>



Main Character Name:<br>
<input type="text" name="mainname"/><br>


Main Character Level:<br>
<input type="text" name="main_level"/><br>

Main Character Class:<br>
<select name="Class">
<option value="Assassin">Assassin</option>
<option value="Barbarian">Barbarian</option>
<option value="Bear Shaman">Bear Shaman</option>
<option value="Dark Templar">Dark Templar</option>
<option value="Demonologist">Demonologist</option>
<option value="Guardian">Guardian</option>
<option value="Herald of Xotli">Herald of Xotli</option>
<option value="Necromancer">Necromancer</option>
<option value="Priest of Mitra">Priest of Mitra</option>
<option value="Ranger">Ranger</option>
<option value="Tempest of Set">Tempest of Set</option>
</select><br><br>

Crafting Professions:<br>
<select name="prof">
<option value="Weapon Smith">Weapon Smith</option>
<option value="Armor Smith">Armor Smith</option>
<option value="Alchemy">Alchemy</option>
<option value="Architecture">Architecture</option>
<option value="Gem Cutting">Gem Cutting</option>
</select>
<br><br>

Gathering Professions:<br>
<input type="checkbox" name="mineing" value="Mining"/> Mining        <br>
<input type="checkbox" name="prospecting" value="Prospecting"/> Prospecting<br>
<input type="checkbox" name="skining" value="Skinning"/> Skinning    &nbsp<br> 
<input type="checkbox" name="stone_cut" value="Stone Cutting"/> Stone Cutting<br>
<input type="checkbox" name="weaving" value="Weaving"/> Weaving     <br>  
<input type="checkbox" name="wood_cut" value="Wood Cutting"/> Wood Cutting<br><br>




Average Play Time:<br>
(check all that apply)<br><br>
Weekdays<br>
<input type="checkbox" name="avgtimehr1" value="12pm - 4pm"/> 12pm - 4pm<br>
<input type="checkbox" name="avgtimehr2" value="4pm - 8pm"/> 4pm - 8pm  <br>
<input type="checkbox" name="avgtimehr3" value="8pm - 12am"/> 8pm - 12am<br><br>

Weekends<br>
<input type="checkbox" name="avgtimehr4" value="12pm - 4pm"/> 12pm - 4pm<br>
<input type="checkbox" name="avgtimehr5" value="4pm - 8pm"/> 4pm - 8pm  <br>
<input type="checkbox" name="avgtimehr6" value="12pm - 4pm"/> 8pm - 12am<br><br>






Write a brief paragragh describing your biggest gamer strength,<br>
and how you plan to utilize this strength for the betterment of your team: <br>
<textarea cols=40 rows=10 name="essay"></textarea>


<br>

<br>
<input type="submit" value="Submit"/>   

<input type="reset" name="reset" value="Reset Form"><br>

</form>
</div>
</body>
</html>

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.