|
|
|
|
![]() ![]() |
Sep 5 2005, 08:58 AM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
I got a table with 1 row in it which shows a login form.
The row should be displayed on 1 line. However, in IE this doesn't work. It seems to be spreading over 2 lines. html Code: CODE <table class="tableBorder"> <tr class="normalTableRow"> <td> Welcome, you are currently not logged in</td> <td align="right"> <form method="post" action="processing/login.php"> Username: <input type="text" name="name"> Password: <input type="password" name="password"> <input type="submit" name="subLogin" value="Login"> <input type="hidden" name="location" value="<?php echo currentLocation(); ?>"> </form> </td> </tr> </table> Is there anyway i can get a one line row in IE like i get in FF? Here are the relevant css classes: css Code: CODE 1. .tableBorder { 2. width: 100%; 3. border-style: solid; 4. border-width: 0; 5. border-color: #BFACBF; 6. border-collapse: collapse; 7. border-spacing: 0px; 8. } 9. 10. .normalTableRow{ 11. border-style: solid; 12. border-width: 1px 1px 1px 1px; 13. border-color: #4D3D4D; 14. background-color: #BFACBF; 15. color: #4D3D4D; 16. vertical-align: top; 17. } 18. 19. .normalTableRow td{ 20. border-style: solid; 21. border-width: 0px; 22. border-color: #4D3D4D; 23. } |
|
|
|
Sep 5 2005, 09:28 AM
Post
#2
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,447 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
its your text that is the problem if you take the
CODE <td> Welcome, you are currently not logged in</td> then your fine, but i think another problem is table size try making it larger to fit everything in.but in my opinion i think having the log on form like that is kind of tacky it waste space and clutters your webpage but work on the text and table resizing and it should be fine. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th September 2008 - 08:00 PM |