Advertisement
| Hall of Fame |
|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: |
This is my table HTML
<div style="float:left;margin:-29.75% 0 0 42%;padding:0;">
<table border=1 cellspacing=0 cellpadding=0 width="80%">
<tr><td><td style="font-weight:bold;font-size:1em;padding-bottom:.5em;">Login</td></td></tr>
<tr><td width="30%"><b> Name</td>
<td width="60%"><input type=text id=Logname name=Logname tabindex=1 value=""></td>
</tr>
<tr><td width="30%"><b> Password </td>
<td width="60%"><input type=password id=UserPassword name=UserPassword tabindex=2 value=""></td>
</tr>
<tr><td width="30%"><b> Company</td>
<td width="60%"><SELECT id=XLr8Company name=XLr8Company tabindex=3 onchange="JavaScript:local_XLr8DropDowns()">
</SELECT></td>
</tr>
<tr><td width="30%"><b> Period</td>
<td width="60%"><SELECT id=XLr8PeriodEnd name=XLr8PeriodEnd size=1 tabindex=4>
</SELECT></td>
</tr>
<tr><td align=right colspan=3><input type=submit value="Login" tabindex=99 id=submit1 name=submit1></td>
</tr>
</table>
</div>
--------------------
This is my text HTML code:
<div style="background-color:#fff;"><csgroup name="11E61874" locked="locked"></csgroup>
<div style="height:1.2em;background-color:#96A5CD;width:100%;color:black;text-align:center;
font-weight:bold;font-size:125%;">This is a company name
<span style="color:white;font-size:60%;">This is a long, long, long company tag
line</span>
</div>
<!-- more stuff -->
</div>
|