Jump to content

Template Help


Blue Ember
 Share

Recommended Posts

Basically, I want to have a set width for the drop down areas in this template, so they all stay the same size,  instead of changing when info/names in them are shorter and longer than others.  Which is what is happening right now. I'd like them to stay almost as wide as the box itself, but with a little bit of a border showing either side.

 

Template

[dohtml] <center><table><td><link href='http://fonts.googleapis.com/css?family=Varela&v2' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>

<div style="width: 300px; padding: 35px 26px 35px 25px; background: black; ">
<div style="font-family: 'La Belle Aurore'; font-size: 30px; color: white; letter-spacing: -3px; line-height: 50px">NEW ORLEANS.</div>
<div style="font-family: arial narrow; font-size: 9px; line-height: 9px; text-transform: uppercase; text-align: justify; width: 250px; padding-top: 3px; color: white;">So you have a job? Or don't? Well this is where you will claim your line of work, or lack there of, so that the rest of us know what you do, or don't do, for a living. Please reply to this thread with the codes provided. If you change jobs, be sure to return to this thread and let us know. Yes, it is possible to work more than one job -people do it. But be realistic with it. Also claim & add your businesses/places of work here too at the same time, if they are one you are creating. Looking for a job to place your character in? Then browse some of the listed open positions & snap one up. Remember though, not all places will have all positions listed yet. Some will only be added in as & when someone joins that particular employment bracket. So if a business/occupation interests you & there are no positions listed. Feel free to contact whoever is the head honcho of it to see if there is a place for you..<p><br><br><br>


<form><select style="background-color:white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Police Department</option>
<option><b>Position:</b> Homicide Detective - Callum O'Callaghan</option>

</select></form>

<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Rousseau's </option>
<option><b>Position:</b> Head Chef - Declan O'Connell</option>
<option><b>Position:</b> Singer/Performer - Gabrielle Dumas</option>
<option><b>Position:</b> Bartender (part time) -Declan O'Connell</option>

</select></form>

<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>St. James Infirmary </option>
<option><b>Position:</b> Bartender - Olivia Larocque</option>
</select></form>

<p>


<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Papa Tunde's Casino Lounge </option>
<option>celeb last, first name - character first last name</option>
</select></form>



<p>
<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Education </option>

<option>celeb last, first name - character first last name</option>
</select></form>
<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Small Businesses </option>
<option>celeb last, first name - character first last name</option>

</select></form>
<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Large Businesses/Corporations</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Heathcare</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>
<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Legal Professionals</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Other Government Jobs</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>
<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Entertainment</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Other/Miscellaneous</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>

<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>The Faction </option>
<option>Leader of the Vampire section -.</option>
<option>Leader of the werewolf section -.Alexander Larocque</option>
<option>Leader of the Witch section -.</option>
<option>Leader of the Human section -. Declan O' Connall</option>

</select></form><p>
<form><select style="background-color: white; color: black; font-size: 12px; font-family: calibri; border: 0px; width: 280;" >
<option selected>Unemployed</option>
<option>celeb last, first name - character first last name</option>

</select></form>

<p>



</div></div></td>
</div> </div> </div> </center> [/dohtml]

To add a claim. 
[CODE]<option>celeb last, first name - character first last name</option>[/CODE]

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

well, these have width settings. so youll need to change all of the width: 280; bits to width: 300px or something like. 300 gets it about as wide as the box with some leftover so it looks even. also, itll be tempting to skip the px bc whoever wrote this did but dont. only skip px when the value is 0.

that which does not kill me, had better run; because now im pissed.

You can find me on Simprovise

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. 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.