| | |
difference between IE and Firefox
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Dec 2008
Posts: 12
Reputation:
Solved Threads: 0
hallo,
i have align problems about my data into a html table. In Firefox everything is ok aligned to center. in IE everything is alligned to left and thats not ok
my code
except the table itself nothing is at center. and thats only in IE . safari and firefox are working good...
what should i do
i have align problems about my data into a html table. In Firefox everything is ok aligned to center. in IE everything is alligned to left and thats not ok
my code
php Syntax (Toggle Plain Text)
</head> <body bgcolor=#FF8000> <div align='center'> <table border='1' align='center' width="80%" cellspacing="0" cellpadding="0" bgcolor=#FFFFFF> <tr allign='center'> <td align='center' width="492" height="84" alt=""><img src="./images/main banner.jpg" width="492" height="84" alt="" align="middle"> <div align='center'> <br><br> <p align='center'><b>ΜΗΝΥΜΑ</b></p> <br><br> <?php -------connect to database------- -------form------ ?> </div> </td> </tr> </table> <br> </div> <p align='center'><a href="......"> ADMIN</a></p> </body>
except the table itself nothing is at center. and thats only in IE . safari and firefox are working good...
what should i do
Last edited by peter_budo; Jan 6th, 2009 at 1:58 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Dec 2008
Posts: 12
Reputation:
Solved Threads: 0
•
•
•
•
do you have a doctype. a lot of cross-browser issues are solved just by defining a doctype.
you might also want to look into css.
than u for your quick answer.
so i inserted an css (external)
this one
.alltocenter { font-family: Verdana; font-size:12px; vertical-align: top; text-align: center; border-spacing: 1pt 1pt; border: 1px none; }
and i called it in my table
<table class='alltocenter' border='1' align='center' width="80%" cellspacing="0" cellpadding="0" bgcolor=#FFFFFF>
<tr>
.
.
it works (i see verdana) but the text and the image are still in the left!!
i also defined a doctype
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
even i dont know what a doctype realy does... (i added this line before <html> tag......
something else....
Last edited by dourvas; Jan 3rd, 2009 at 7:28 am.
•
•
Join Date: Dec 2008
Posts: 12
Reputation:
Solved Threads: 0
ok man. u were right. it was a stupid error.
just for the records
the wrong line:
<td align='center' width="492" height="84" alt=""><img src="./images/main banner.jpg" width="492" height="84" alt="" align="middle">
the right line:
<td><img src="./images/main banner.jpg" width="492" height="84" align='middle'>
thank u very much...
just for the records
the wrong line:
<td align='center' width="492" height="84" alt=""><img src="./images/main banner.jpg" width="492" height="84" alt="" align="middle">
the right line:
<td><img src="./images/main banner.jpg" width="492" height="84" align='middle'>
thank u very much...
![]() |
Similar Threads
- Difference between Firefox and IE (JavaScript / DHTML / AJAX)
- Temp for Mozilla firefox? (Web Browsers)
- Javascript Problem with Firefox (JavaScript / DHTML / AJAX)
- mozilla firefox 0.8 (Windows NT / 2000 / XP)
Other Threads in the PHP Forum
- Previous Thread: Learning PHP
- Next Thread: cannot connect to mysql server
| Thread Tools | Search this Thread |
.htaccess ajax alerts apache api array autocomplete beginner binary broken cakephp checkbox class cms code convert cron curl database date display dynamic echo email emptydisplayvalue error errors explodefunction file files folder form forms function functions google hack href htaccess html htmlspecialchars image include insert integration ip java javascript joomla keywords limit link login loop mail menu methods mlm multiple mysql network object oop paypal pdf php problem query radio random recursion recursive redirect regex remote script search securephp server sessions shot sms soap source space sql syntax system table tutorial update upload url validation validator variable video web xml youtube






