|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is it possible to use three tables?
here is my code. if you open it up in a browser you will see that the middle table is above the others, i would like all three in line side by side by side anyone care to tell me how to do this? Code:
<html>
<head>
<title>The life of Bobby</title>
<style type=" text/css">
body
{
background-color: black
}
td
{
color: deeppink
}
</style>
</head>
<body>
<center>[img]Header.gif[/img]
<table cellspacing="0" cellpadding="0" width="18%" bgcolor="black" border="0" align="center">
<tr>
<td class="text" valign="center" align="center" bgcolor="yellow"
height="10" wrap="" style="word-wrap:break-word">
AIM me
My Music
My Art
My Links
My Stories
My Pictures
</center>
</td></tr></table></p>
</center>
<table bordercolor="6699cc" cellspacing="0" cellpadding="0" width="300" bgcolor="b1d0f0" border="1" align="right">
<tr>
<td class="text" valign="center" align="center" width="300" bgcolor="6699cc" height="10" wrap="" style="word-wrap:break-word">
<span class="whitetext12">About Bobby</span>
</td>
</tr>
<tr valign="top">
<td>
<table bordercolor="000000" cellspacing="3" cellpadding="3" width="300" align="right" bgcolor="ffffff" border="0">
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Status:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Single
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Here for:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">Friends</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Orientation:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Straight
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Hometown:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">Lutherville, MD</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Height/Weight:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
5' 10" / 103 lbs.
</td>
</tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Athletic?:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
YEP!
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Ethnicity:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Tanned
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Religion:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Christian and Proud of It
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Sign:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Libra
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Smoke / Drink:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
No
/
Once
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Children:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
After Marriage
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Education:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
High-School
</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Occupation:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">Webmaster / SEO specialist</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been on a train:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been on a plane:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Caused a car accident:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
I don't think so...</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Run into a wall:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Burned a potato chip:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been drunk:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been high:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Broken the law:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Hmmm...</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Burned a CD:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Broken the law:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
Hmmm...</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Kissed someone of the opposite sex:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Kissed someone of same sex:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Had an online relationship:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Loved:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Made yourself cry:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Cried in public:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
I'm not sure</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Cried over a movie:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yup</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Fallen asleep in a movie theater:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been to a boarding school:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been home-schooled:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
all my life</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Lost a valuable item:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Bungee jumped:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Skied:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no, but I have Water Skied</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Met the President:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Met a celebrity:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Gotten a cavity:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Made a prank call:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yeah</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Skipped school:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Faked sick:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
I didn't work</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Climbed a tree:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Fallen from a tree:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Broken a bone:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Sprained something:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Passed out:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been to Disney World::</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
no</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Been to a theme park:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td>
</tr>
<tr>
<td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">
Ridden a coaster:</span></td>
<td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">
yes</td> </tr>
</table>
</table>
<form action='http://www.kwiz.biz/simplesurveys/do-survey.php' method='post' target='_new'>
</form>
<table width="300" border=1 bgcolor="b1d0f0" bordercolor=lightblue cellspacing=0><tr><td valign=top align=center colspan=2>Abot Bobby<input type='hidden' name='question1' value='TELL+ME+ABOUT+YOURSELF+-+The+Survey'><input type='hidden' name='type1' value='2'></td></tr><tr><td valign=top align=right>Name:</td><td align=left>Bobby<input type='hidden' name='question2' value='Name%3A'><input type='hidden' name='type2' value='1'></td></tr><tr><td valign=top align=right>Birthday:</td><td align=left>October 11th 1990<input type='hidden' name='question3' value='Birthday%3A'><input type='hidden' name='type3' value='1'></td></tr><tr><td valign=top align=right>Birthplace:</td><td align=left>Hospital :)<input type='hidden' name='question4' value='Birthplace%3A'><input type='hidden' name='type4' value='1'></td></tr><tr><td valign=top align=right>Current Location:</td><td align=left>Lutherville<input type='hidden' name='question5' value='Current+Location%3A'><input type='hidden' name='type5' value='1'></td></tr><tr><td valign=top align=right>Eye Color:</td><td align=left>Hazel<input type='hidden' name='question6' value='Eye+Color%3A'><input type='hidden' name='type6' value='1'></td></tr><tr><td valign=top align=right>Hair Color:</td><td align=left>Brownish<input type='hidden' name='question7' value='Hair+Color%3A'><input type='hidden' name='type7' value='1'></td></tr><tr><td valign=top align=right>Height:</td><td align=left>5-10~5-11<input type='hidden' name='question8' value='Height%3A'><input type='hidden' name='type8' value='1'></td></tr><tr><td valign=top align=right>Right Handed or Left Handed:</td><td align=left>Right<input type='hidden' name='question9' value='Right+Handed+or+Left+Handed%3A'><input type='hidden' name='type9' value='1'></td></tr><tr><td valign=top align=right>Your Heritage:</td><td align=left>Europeanish<input type='hidden' name='question10' value='Your+Heritage%3A'><input type='hidden' name='type10' value='1'></td></tr><tr><td valign=top align=right>The Shoes You Wore Today:</td><td align=left>Nike ZoomAIR<input type='hidden' name='question11' value='The+Shoes+You+Wore+Today%3A'><input type='hidden' name='type11' value='1'></td></tr><tr><td valign=top align=right>Your Weakness:</td><td align=left>My Biceps<input type='hidden' name='question12' value='Your+Weakness%3A'><input type='hidden' name='type12' value='1'></td></tr><tr><td valign=top align=right>Your Fears:</td><td align=left>Not much<input type='hidden' name='question13' value='Your+Fears%3A'><input type='hidden' name='type13' value='1'></td></tr><tr><td valign=top align=right>Your Perfect Pizza:</td><td align=left>Cheese and Pepperoni<input type='hidden' name='question14' value='Your+Perfect+Pizza%3A'><input type='hidden' name='type14' value='1'></td></tr><tr><td valign=top align=right>Goal You Would Like To Achieve This Year:</td><td align=left>I Have Two<input type='hidden' name='question15' value='Goal+You+Would+Like+To+Achieve+This+Year%3A'><input type='hidden' name='type15' value='1'></td></tr><tr><td valign=top align=right>Your Most Overused Phrase On an instant messenger:</td><td align=left>lol<input type='hidden' name='question16' value='Your+Most+Overused+Phrase+On+an+instant+messenger%3A'><input type='hidden' name='type16' value='1'></td></tr><tr><td valign=top align=right>Thoughts First Waking Up:</td><td align=left>It's already 9?<input type='hidden' name='question17' value='Thoughts+First+Waking+Up%3A'><input type='hidden' name='type17' value='1'></td></tr><tr><td valign=top align=right>Your Best Physical Feature:</td><td align=left>Abs and Obliques<input type='hidden' name='question18' value='Your+Best+Physical+Feature%3A'><input type='hidden' name='type18' value='1'></td></tr><tr><td valign=top align=right>Your Bedtime:</td><td align=left>~11:15<input type='hidden' name='question19' value='Your+Bedtime%3A'><input type='hidden' name='type19' value='1'></td></tr><tr><td valign=top align=right>Your Most Missed Memory:</td><td align=left>Old Times<input type='hidden' name='question20' value='Your+Most+Missed+Memory%3A'><input type='hidden' name='type20' value='1'></td></tr><tr><td valign=top align=right>Pepsi or Coke:</td><td align=left>Either<input type='hidden' name='question21' value='Pepsi+or+Coke%3A'><input type='hidden' name='type21' value='1'></td></tr><tr><td valign=top align=right>MacDonalds or Burger King:</td><td align=left>Mcdonalds<input type='hidden' name='question22' value='MacDonalds+or+Burger+King%3A'><input type='hidden' name='type22' value='1'></td></tr><tr><td valign=top align=right>Single or Group Dates:</td><td align=left>Single<input type='hidden' name='question23' value='Single+or+Group+Dates%3A'><input type='hidden' name='type23' value='1'></td></tr><tr><td valign=top align=right>Lipton Ice Tea or Nestea:</td><td align=left>Nestea <input type='hidden' name='question24' value='Lipton+Ice+Tea+or+Nestea%3A'><input type='hidden' name='type24' value='1'></td></tr><tr><td valign=top align=right>Chocolate or Vanilla:</td><td align=left>Vanilla<input type='hidden' name='question25' value='Chocolate+or+Vanilla%3A'><input type='hidden' name='type25' value='1'></td></tr><tr><td valign=top align=right>Cappuccino or Coffee:</td><td align=left>Coffee<input type='hidden' name='question26' value='Cappuccino+or+Coffee%3A'><input type='hidden' name='type26' value='1'></td></tr><tr><td valign=top align=right>Do you Smoke:</td><td align=left>No<input type='hidden' name='question27' value='Do+you+Smoke%3A'><input type='hidden' name='type27' value='1'></td></tr><tr><td valign=top align=right>Do you Swear:</td><td align=left>I Try not to<input type='hidden' name='question28' value='Do+you+Swear%3A'><input type='hidden' name='type28' value='1'></td></tr><tr><td valign=top align=right>Do you Sing:</td><td align=left>LOL<input type='hidden' name='question29' value='Do+you+Sing%3A'><input type='hidden' name='type29' value='1'></td></tr><tr><td valign=top align=right>Do you Shower Daily:</td><td align=left>yeah<input type='hidden' name='question30' value='Do+you+Shower+Daily%3A'><input type='hidden' name='type30' value='1'></td></tr><tr><td valign=top align=right>Have you Been in Love:</td><td align=left>YEAH<input type='hidden' name='question31' value='Have+you+Been+in+Love%3A'><input type='hidden' name='type31' value='1'></td></tr><tr><td valign=top align=right>Do you want to go to College:</td><td align=left>yeah<input type='hidden' name='question32' value='Do+you+want+to+go+to+College%3A'><input type='hidden' name='type32' value='1'></td></tr><tr><td valign=top align=right>Do you want to get Married:</td><td align=left>yes<input type='hidden' name='question33' value='Do+you+want+to+get+Married%3A'><input type='hidden' name='type33' value='1'></td></tr><tr><td valign=top align=right>Do you belive in yourself:</td><td align=left>somewhat<input type='hidden' name='question34' value='Do+you+belive+in+yourself%3A'><input type='hidden' name='type34' value='1'></td></tr><tr><td valign=top align=right>Do you get Motion Sickness:</td><td align=left>no<input type='hidden' name='question35' value='Do+you+get+Motion+Sickness%3A'><input type='hidden' name='type35' value='1'></td></tr><tr><td valign=top align=right>Do you think you are Attractive:</td><td align=left>not really<input type='hidden' name='question36' value='Do+you+think+you+are+Attractive%3A'><input type='hidden' name='type36' value='1'></td></tr><tr><td valign=top align=right>Are you a Health Freak:</td><td align=left>kinda<input type='hidden' name='question37' value='Are+you+a+Health+Freak%3A'><input type='hidden' name='type37' value='1'></td></tr><tr><td valign=top align=right>Do you get along with your Parents:</td><td align=left>not really<input type='hidden' name='question38' value='Do+you+get+along+with+your+Parents%3A'><input type='hidden' name='type38' value='1'></td></tr><tr><td valign=top align=right>Do you like Thunderstorms:</td><td align=left>yeah<input type='hidden' name='question39' value='Do+you+like+Thunderstorms%3A'><input type='hidden' name='type39' value='1'></td></tr><tr><td valign=top align=right>Do you play an Instrument:</td><td align=left>no<input type='hidden' name='question40' value='Do+you+play+an+Instrument%3A'><input type='hidden' name='type40' value='1'></td></tr><tr><td valign=top align=right>In the past month have you Drank Alcohol:</td><td align=left>no<input type='hidden' name='question41' value='In+the+past+month+have+you+Drank+Alcohol%3A'><input type='hidden' name='type41' value='1'></td></tr><tr><td valign=top align=right>In the past month have you Smoked:</td><td align=left>no<input type='hidden' name='question42' value='In+the+past+month+have+you+Smoked%3A'><input type='hidden' name='type42' value='1'></td></tr><tr><td valign=top align=right>In the past month have you been on Drugs:</td><td align=left>no<input type='hidden' name='question43' value='In+the+past+month+have+you+been+on+Drugs%3A'><input type='hidden' name='type43' value='1'></td></tr><tr><td valign=top align=right>In the past month have you gone on a Date:</td><td align=left>no<input type='hidden' name='question44' value='In+the+past+month+have+you+gone+on+a+Date%3A'><input type='hidden' name='type44' value='1'></td></tr><tr><td valign=top align=right>In the past month have you gone to a Mall:</td><td align=left>yeah<input type='hidden' name='question45' value='In+the+past+month+have+you+gone+to+a+Mall%3A'><input type='hidden' name='type45' value='1'></td></tr><tr><td valign=top align=right>In the past month have you eaten a box of Oreos:</td><td align=left>yeah<input type='hidden' name='question46' value='In+the+past+month+have+you+eaten+a+box+of+Oreos%3A'><input type='hidden' name='type46' value='1'></td></tr><tr><td valign=top align=right>In the past month have you eaten Sushi:</td><td align=left>yeah<input type='hidden' name='question47' value='In+the+past+month+have+you+eaten+Sushi%3A'><input type='hidden' name='type47' value='1'></td></tr><tr><td valign=top align=right>In the past month have you been on Stage:</td><td align=left>no<input type='hidden' name='question48' value='In+the+past+month+have+you+been+on+Stage%3A'><input type='hidden' name='type48' value='1'></td></tr><tr><td valign=top align=right>In the past month have you been Dumped:</td><td align=left>no<input type='hidden' name='question49' value='In+the+past+month+have+you+been+Dumped%3A'><input type='hidden' name='type49' value='1'></td></tr><tr><td valign=top align=right>In the past month have you gone Skinny Dipping:</td><td align=left>no<input type='hidden' name='question50' value='In+the+past+month+have+you+gone+Skinny+Dipping%3A'><input type='hidden' name='type50' value='1'></td></tr><tr><td valign=top align=right>In the past month have you Stolen Anything:</td><td align=left>no<input type='hidden' name='question51' value='In+the+past+month+have+you+Stolen+Anything%3A'><input type='hidden' name='type51' value='1'></td></tr><tr><td valign=top align=right>Ever been Drunk:</td><td align=left>no<input type='hidden' name='question52' value='Ever+been+Drunk%3A'><input type='hidden' name='type52' value='1'></td></tr><tr><td valign=top align=right>Ever been called a Tease:</td><td align=left>no<input type='hidden' name='question53' value='Ever+been+called+a+Tease%3A'><input type='hidden' name='type53' value='1'></td></tr><tr><td valign=top align=right>Ever been Beaten up:</td><td align=left>yeah<input type='hidden' name='question54' value='Ever+been+Beaten+up%3A'><input type='hidden' name='type54' value='1'></td></tr><tr><td valign=top align=right>Ever Shoplifted:</td><td align=left>when i was like 5 :(<input type='hidden' name='question55' value='Ever+Shoplifted%3A'><input type='hidden' name='type55' value='1'></td></tr><tr><td valign=top align=right>How do you want to Die:</td><td align=left>who says i want to die<input type='hidden' name='question56' value='How+do+you+want+to+Die%3A'><input type='hidden' name='type56' value='1'></td></tr><tr><td valign=top align=right>What do you want to be when you Grow Up:</td><td align=left>not poor<input type='hidden' name='question57' value='What+do+you+want+to+be+when+you+Grow+Up%3A'><input type='hidden' name='type57' value='1'></td></tr><tr><td valign=top align=right>What country would you most like to Visit:</td><td align=left>japan, australia, or russia<input type='hidden' name='question58' value='What+country+would+you+most+like+to+Visit%3A'><input type='hidden' name='type58' value='1'></td></tr><tr><td valign=top align=center colspan=2>In a Boy/Girl..<input type='hidden' name='question59' value='In+a+Boy%2FGirl..'><input type='hidden' name='type59' value='2'></td></tr><tr><td valign=top align=right>Favourite Eye Color:</td><td align=left>green or hazel<input type='hidden' name='question60' value='Favourite+Eye+Color%3A'><input type='hidden' name='type60' value='1'></td></tr><tr><td valign=top align=right>Favourite Hair Color:</td><td align=left>not black<input type='hidden' name='question61' value='Favourite+Hair+Color%3A'><input type='hidden' name='type61' value='1'></td></tr><tr><td valign=top align=right>Short or Long Hair:</td><td align=left>~shoulder<input type='hidden' name='question62' value='Short+or+Long+Hair%3A'><input type='hidden' name='type62' value='1'></td></tr><tr><td valign=top align=right>Height:</td><td align=left>shortish<input type='hidden' name='question63' value='Height%3A'><input type='hidden' name='type63' value='1'></td></tr><tr><td valign=top align=right>Weight:</td><td align=left>less than me<input type='hidden' name='question64' value='Weight%3A'><input type='hidden' name='type64' value='1'></td></tr><tr><td valign=top align=right>Best Clothing Style:</td><td align=left>not gothic<input type='hidden' name='question65' value='Best+Clothing+Style%3A'><input type='hidden' name='type65' value='1'></td></tr><tr><td valign=top align=right>Number of Drugs I have taken:</td><td align=left>0<input type='hidden' name='question66' value='Number+of+Drugs+I+have+taken%3A'><input type='hidden' name='type66' value='1'></td></tr><tr><td valign=top align=right>Number of CDs I own:</td><td align=left>~20 not counting playlists<input type='hidden' name='question68' value='Number+of+CDs+I+own%3A'><input type='hidden' name='type68' value='1'></td></tr><tr><td valign=top align=right>Number of Piercings:</td><td align=left>0<input type='hidden' name='question69' value='Number+of+Piercings%3A'><input type='hidden' name='type69' value='1'></td></tr><tr><td valign=top align=right>Number of Tattoos:</td><td align=left>0<input type='hidden' name='question70' value='Number+of+Tattoos%3A'><input type='hidden' name='type70' value='1'></td></tr><tr><td valign=top align=right>Number of things in my Past I Regret:</td><td align=left>too many :(<input type='hidden' name='question71' value='Number+of+things+in+my+Past+I+Regret%3A'><input type='hidden' name='type71' value='1'></td></tr></form></table>
</body>
</html>
|
|
|||
|
I believe this is what you were looking for:
Code: <html> <head> <title>The life of Bobby</title> <style type=" text/css"> body { background-color: black } td { color: deeppink } </style> </head> <body> <center>[img]Header.gif[/img] <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%"> <tr> <td width="33%"><form action='http://www.kwiz.biz/simplesurveys/do-survey.php' method='post' target='_new'> </form> <table width="100%" border=1 bgcolor="b1d0f0" bordercolor=lightblue cellspacing=0><tr><td valign=top align=center colspan=2>Abot Bobby<input type='hidden' name='question1' value='TELL+ME+ABOUT+YOURSELF+-+The+Survey'><input type='hidden' name='type1' value='2'></td></tr><tr><td valign=top align=right>Name:</td><td align=left>Bobby<input type='hidden' name='question2' value='Name%3A'><input type='hidden' name='type2' value='1'></td></tr><tr><td valign=top align=right>Birthday:</td><td align=left>October 11th 1990<input type='hidden' name='question3' value='Birthday%3A'><input type='hidden' name='type3' value='1'></td></tr><tr><td valign=top align=right>Birthplace:</td><td align=left>Hospital :)<input type='hidden' name='question4' value='Birthplace%3A'><input type='hidden' name='type4' value='1'></td></tr><tr><td valign=top align=right>Current Location:</td><td align=left>Lutherville<input type='hidden' name='question5' value='Current+Location%3A'><input type='hidden' name='type5' value='1'></td></tr><tr><td valign=top align=right>Eye Color:</td><td align=left>Hazel<input type='hidden' name='question6' value='Eye+Color%3A'><input type='hidden' name='type6' value='1'></td></tr><tr><td valign=top align=right>Hair Color:</td><td align=left>Brownish<input type='hidden' name='question7' value='Hair+Color%3A'><input type='hidden' name='type7' value='1'></td></tr><tr><td valign=top align=right>Height:</td><td align=left>5-10~5-11<input type='hidden' name='question8' value='Height%3A'><input type='hidden' name='type8' value='1'></td></tr><tr><td valign=top align=right>Right Handed or Left Handed:</td><td align=left>Right<input type='hidden' name='question9' value='Right+Handed+or+Left+Handed%3A'><input type='hidden' name='type9' value='1'></td></tr><tr><td valign=top align=right>Your Heritage:</td><td align=left>Europeanish<input type='hidden' name='question10' value='Your+Heritage%3A'><input type='hidden' name='type10' value='1'></td></tr><tr><td valign=top align=right>The Shoes You Wore Today:</td><td align=left>Nike ZoomAIR<input type='hidden' name='question11' value='The+Shoes+You+Wore+Today%3A'><input type='hidden' name='type11' value='1'></td></tr><tr><td valign=top align=right>Your Weakness:</td><td align=left>My Biceps<input type='hidden' name='question12' value='Your+Weakness%3A'><input type='hidden' name='type12' value='1'></td></tr><tr><td valign=top align=right>Your Fears:</td><td align=left>Not much<input type='hidden' name='question13' value='Your+Fears%3A'><input type='hidden' name='type13' value='1'></td></tr><tr><td valign=top align=right>Your Perfect Pizza:</td><td align=left>Cheese and Pepperoni<input type='hidden' name='question14' value='Your+Perfect+Pizza%3A'><input type='hidden' name='type14' value='1'></td></tr><tr><td valign=top align=right>Goal You Would Like To Achieve This Year:</td><td align=left>I Have Two<input type='hidden' name='question15' value='Goal+You+Would+Like+To+Achieve+This+Year%3A '><input type='hidden' name='type15' value='1'></td></tr><tr><td valign=top align=right>Your Most Overused Phrase On an instant messenger:</td><td align=left>lol<input type='hidden' name='question16' value='Your+Most+Overused+Phrase+On+an+instant+mes senger%3A'><input type='hidden' name='type16' value='1'></td></tr><tr><td valign=top align=right>Thoughts First Waking Up:</td><td align=left>It's already 9?<input type='hidden' name='question17' value='Thoughts+First+Waking+Up%3A'><input type='hidden' name='type17' value='1'></td></tr><tr><td valign=top align=right>Your Best Physical Feature:</td><td align=left>Abs and Obliques<input type='hidden' name='question18' value='Your+Best+Physical+Feature%3A'><input type='hidden' name='type18' value='1'></td></tr><tr><td valign=top align=right>Your Bedtime:</td><td align=left>~11:15<input type='hidden' name='question19' value='Your+Bedtime%3A'><input type='hidden' name='type19' value='1'></td></tr><tr><td valign=top align=right>Your Most Missed Memory:</td><td align=left>Old Times<input type='hidden' name='question20' value='Your+Most+Missed+Memory%3A'><input type='hidden' name='type20' value='1'></td></tr><tr><td valign=top align=right>Pepsi or Coke:</td><td align=left>Either<input type='hidden' name='question21' value='Pepsi+or+Coke%3A'><input type='hidden' name='type21' value='1'></td></tr><tr><td valign=top align=right>MacDonalds or Burger King:</td><td align=left>Mcdonalds<input type='hidden' name='question22' value='MacDonalds+or+Burger+King%3A'><input type='hidden' name='type22' value='1'></td></tr><tr><td valign=top align=right>Single or Group Dates:</td><td align=left>Single<input type='hidden' name='question23' value='Single+or+Group+Dates%3A'><input type='hidden' name='type23' value='1'></td></tr><tr><td valign=top align=right>Lipton Ice Tea or Nestea:</td><td align=left>Nestea <input type='hidden' name='question24' value='Lipton+Ice+Tea+or+Nestea%3A'><input type='hidden' name='type24' value='1'></td></tr><tr><td valign=top align=right>Chocolate or Vanilla:</td><td align=left>Vanilla<input type='hidden' name='question25' value='Chocolate+or+Vanilla%3A'><input type='hidden' name='type25' value='1'></td></tr><tr><td valign=top align=right>Cappuccino or Coffee:</td><td align=left>Coffee<input type='hidden' name='question26' value='Cappuccino+or+Coffee%3A'><input type='hidden' name='type26' value='1'></td></tr><tr><td valign=top align=right>Do you Smoke:</td><td align=left>No<input type='hidden' name='question27' value='Do+you+Smoke%3A'><input type='hidden' name='type27' value='1'></td></tr><tr><td valign=top align=right>Do you Swear:</td><td align=left>I Try not to<input type='hidden' name='question28' value='Do+you+Swear%3A'><input type='hidden' name='type28' value='1'></td></tr><tr><td valign=top align=right>Do you Sing:</td><td align=left>LOL<input type='hidden' name='question29' value='Do+you+Sing%3A'><input type='hidden' name='type29' value='1'></td></tr><tr><td valign=top align=right>Do you Shower Daily:</td><td align=left>yeah<input type='hidden' name='question30' value='Do+you+Shower+Daily%3A'><input type='hidden' name='type30' value='1'></td></tr><tr><td valign=top align=right>Have you Been in Love:</td><td align=left>YEAH<input type='hidden' name='question31' value='Have+you+Been+in+Love%3A'><input type='hidden' name='type31' value='1'></td></tr><tr><td valign=top align=right>Do you want to go to College:</td><td align=left>yeah<input type='hidden' name='question32' value='Do+you+want+to+go+to+College%3A'><input type='hidden' name='type32' value='1'></td></tr><tr><td valign=top align=right>Do you want to get Married:</td><td align=left>yes<input type='hidden' name='question33' value='Do+you+want+to+get+Married%3A'><input type='hidden' name='type33' value='1'></td></tr><tr><td valign=top align=right>Do you belive in yourself:</td><td align=left>somewhat<input type='hidden' name='question34' value='Do+you+belive+in+yourself%3A'><input type='hidden' name='type34' value='1'></td></tr><tr><td valign=top align=right>Do you get Motion Sickness:</td><td align=left>no<input type='hidden' name='question35' value='Do+you+get+Motion+Sickness%3A'><input type='hidden' name='type35' value='1'></td></tr><tr><td valign=top align=right>Do you think you are Attractive:</td><td align=left>not really<input type='hidden' name='question36' value='Do+you+think+you+are+Attractive%3A'><input type='hidden' name='type36' value='1'></td></tr><tr><td valign=top align=right>Are you a Health Freak:</td><td align=left>kinda<input type='hidden' name='question37' value='Are+you+a+Health+Freak%3A'><input type='hidden' name='type37' value='1'></td></tr><tr><td valign=top align=right>Do you get along with your Parents:</td><td align=left>not really<input type='hidden' name='question38' value='Do+you+get+along+with+your+Parents%3A'><inp ut type='hidden' name='type38' value='1'></td></tr><tr><td valign=top align=right>Do you like Thunderstorms:</td><td align=left>yeah<input type='hidden' name='question39' value='Do+you+like+Thunderstorms%3A'><input type='hidden' name='type39' value='1'></td></tr><tr><td valign=top align=right>Do you play an Instrument:</td><td align=left>no<input type='hidden' name='question40' value='Do+you+play+an+Instrument%3A'><input type='hidden' name='type40' value='1'></td></tr><tr><td valign=top align=right>In the past month have you Drank Alcohol:</td><td align=left>no<input type='hidden' name='question41' value='In+the+past+month+have+you+Drank+Alcohol%3A '><input type='hidden' name='type41' value='1'></td></tr><tr><td valign=top align=right>In the past month have you Smoked:</td><td align=left>no<input type='hidden' name='question42' value='In+the+past+month+have+you+Smoked%3A'><inpu t type='hidden' name='type42' value='1'></td></tr><tr><td valign=top align=right>In the past month have you been on Drugs:</td><td align=left>no<input type='hidden' name='question43' value='In+the+past+month+have+you+been+on+Drugs%3A '><input type='hidden' name='type43' value='1'></td></tr><tr><td valign=top align=right>In the past month have you gone on a Date:</td><td align=left>no<input type='hidden' name='question44' value='In+the+past+month+have+you+gone+on+a+Date%3 A'><input type='hidden' name='type44' value='1'></td></tr><tr><td valign=top align=right>In the past month have you gone to a Mall:</td><td align=left>yeah<input type='hidden' name='question45' value='In+the+past+month+have+you+gone+to+a+Mall%3 A'><input type='hidden' name='type45' value='1'></td></tr><tr><td valign=top align=right>In the past month have you eaten a box of Oreos:</td><td align=left>yeah<input type='hidden' name='question46' value='In+the+past+month+have+you+eaten+a+box+of+O reos%3A'><input type='hidden' name='type46' value='1'></td></tr><tr><td valign=top align=right>In the past month have you eaten Sushi:</td><td align=left>yeah<input type='hidden' name='question47' value='In+the+past+month+have+you+eaten+Sushi%3A'> <input type='hidden' name='type47' value='1'></td></tr><tr><td valign=top align=right>In the past month have you been on Stage:</td><td align=left>no<input type='hidden' name='question48' value='In+the+past+month+have+you+been+on+Stage%3A '><input type='hidden' name='type48' value='1'></td></tr><tr><td valign=top align=right>In the past month have you been Dumped:</td><td align=left>no<input type='hidden' name='question49' value='In+the+past+month+have+you+been+Dumped%3A'> <input type='hidden' name='type49' value='1'></td></tr><tr><td valign=top align=right>In the past month have you gone Skinny Dipping:</td><td align=left>no<input type='hidden' name='question50' value='In+the+past+month+have+you+gone+Skinny+Dipp ing%3A'><input type='hidden' name='type50' value='1'></td></tr><tr><td valign=top align=right>In the past month have you Stolen Anything:</td><td align=left>no<input type='hidden' name='question51' value='In+the+past+month+have+you+Stolen+Anything% 3A'><input type='hidden' name='type51' value='1'></td></tr><tr><td valign=top align=right>Ever been Drunk:</td><td align=left>no<input type='hidden' name='question52' value='Ever+been+Drunk%3A'><input type='hidden' name='type52' value='1'></td></tr><tr><td valign=top align=right>Ever been called a Tease:</td><td align=left>no<input type='hidden' name='question53' value='Ever+been+called+a+Tease%3A'><input type='hidden' name='type53' value='1'></td></tr><tr><td valign=top align=right>Ever been Beaten up:</td><td align=left>yeah<input type='hidden' name='question54' value='Ever+been+Beaten+up%3A'><input type='hidden' name='type54' value='1'></td></tr><tr><td valign=top align=right>Ever Shoplifted:</td><td align=left>when i was like 5 :(<input type='hidden' name='question55' value='Ever+Shoplifted%3A'><input type='hidden' name='type55' value='1'></td></tr><tr><td valign=top align=right>How do you want to Die:</td><td align=left>who says i want to die<input type='hidden' name='question56' value='How+do+you+want+to+Die%3A'><input type='hidden' name='type56' value='1'></td></tr><tr><td valign=top align=right>What do you want to be when you Grow Up:</td><td align=left>not poor<input type='hidden' name='question57' value='What+do+you+want+to+be+when+you+Grow+Up%3A' ><input type='hidden' name='type57' value='1'></td></tr><tr><td valign=top align=right>What country would you most like to Visit:</td><td align=left>japan, australia, or russia<input type='hidden' name='question58' value='What+country+would+you+most+like+to+Visit%3 A'><input type='hidden' name='type58' value='1'></td></tr><tr><td valign=top align=center colspan=2>In a Boy/Girl..<input type='hidden' name='question59' value='In+a+Boy%2FGirl..'><input type='hidden' name='type59' value='2'></td></tr><tr><td valign=top align=right>Favourite Eye Color:</td><td align=left>green or hazel<input type='hidden' name='question60' value='Favourite+Eye+Color%3A'><input type='hidden' name='type60' value='1'></td></tr><tr><td valign=top align=right>Favourite Hair Color:</td><td align=left>not black<input type='hidden' name='question61' value='Favourite+Hair+Color%3A'><input type='hidden' name='type61' value='1'></td></tr><tr><td valign=top align=right>Short or Long Hair:</td><td align=left>~shoulder<input type='hidden' name='question62' value='Short+or+Long+Hair%3A'><input type='hidden' name='type62' value='1'></td></tr><tr><td valign=top align=right>Height:</td><td align=left>shortish<input type='hidden' name='question63' value='Height%3A'><input type='hidden' name='type63' value='1'></td></tr><tr><td valign=top align=right>Weight:</td><td align=left>less than me<input type='hidden' name='question64' value='Weight%3A'><input type='hidden' name='type64' value='1'></td></tr><tr><td valign=top align=right>Best Clothing Style:</td><td align=left>not gothic<input type='hidden' name='question65' value='Best+Clothing+Style%3A'><input type='hidden' name='type65' value='1'></td></tr><tr><td valign=top align=right>Number of Drugs I have taken:</td><td align=left>0<input type='hidden' name='question66' value='Number+of+Drugs+I+have+taken%3A'><input type='hidden' name='type66' value='1'></td></tr><tr><td valign=top align=right>Number of CDs I own:</td><td align=left>~20 not counting playlists<input type='hidden' name='question68' value='Number+of+CDs+I+own%3A'><input type='hidden' name='type68' value='1'></td></tr><tr><td valign=top align=right>Number of Piercings:</td><td align=left>0<input type='hidden' name='question69' value='Number+of+Piercings%3A'><input type='hidden' name='type69' value='1'></td></tr><tr><td valign=top align=right>Number of Tattoos:</td><td align=left>0<input type='hidden' name='question70' value='Number+of+Tattoos%3A'><input type='hidden' name='type70' value='1'></td></tr><tr><td valign=top align=right>Number of things in my Past I Regret:</td><td align=left>too many :(<input type='hidden' name='question71' value='Number+of+things+in+my+Past+I+Regret%3A'><i nput type='hidden' name='type71' value='1'></td></tr></form></table> </td> <td width="33%" valign="top"><table cellspacing="0" cellpadding="0" width="100%" bgcolor="black" border="0" align="center"> <tr> <td class="text" valign="center" align="center" bgcolor="yellow" height="10" wrap="" style="word-wrap:break-word"> AIM me My Music My Art My Links My Stories My Pictures </center> </td></tr></table> </td> <td valign="top" width="34%"><table bordercolor="6699cc" cellspacing="0" cellpadding="0" width="100%" bgcolor="b1d0f0" border="1" align="right"> <tr> <td class="text" valign="center" align="center" width="300" bgcolor="6699cc" height="10" wrap="" style="word-wrap:break-word"> <span class="whitetext12">About Bobby</span> </td> </tr> <tr valign="top"> <td> <table bordercolor="000000" cellspacing="3" cellpadding="3" width="300" align="right" bgcolor="ffffff" border="0"> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Status:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Single </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Here for:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">Friends</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Orientation:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Straight </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Hometown:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">Lutherville, MD</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Height/Weight:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> 5' 10" / 103 lbs. </td> </tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Athletic?:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> YEP! </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Ethnicity:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Tanned </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Religion:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Christian and Proud of It </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Sign:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Libra </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Smoke / Drink:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> No / Once </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Children:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> After Marriage </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Education:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> High-School </td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8">Occupation:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">Webmaster / SEO specialist</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been on a train:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been on a plane:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Caused a car accident:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> I don't think so...</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Run into a wall:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Burned a potato chip:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been drunk:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been high:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Broken the law:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Hmmm...</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Burned a CD:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Broken the law:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> Hmmm...</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Kissed someone of the opposite sex:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Kissed someone of same sex:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Had an online relationship:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Loved:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Made yourself cry:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Cried in public:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> I'm not sure</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Cried over a movie:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yup</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Fallen asleep in a movie theater:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been to a boarding school:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been home-schooled:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> all my life</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Lost a valuable item:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Bungee jumped:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Skied:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no, but I have Water Skied</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Met the President:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Met a celebrity:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Gotten a cavity:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Made a prank call:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yeah</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Skipped school:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Faked sick:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> I didn't work</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Climbed a tree:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Fallen from a tree:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Broken a bone:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Sprained something:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Passed out:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been to Disney World::</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> no</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Been to a theme park:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> <tr> <td valign="top" align="left" width="100" bgcolor="b1d0f0"><span class="lightbluetext8"> Ridden a coaster:</span></td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb"> yes</td> </tr> </table> </table> </td> </tr> </table> </center> </body> </html> |
|
|||
|
Thanks, drummin got to it first, but i may end up using both.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |