|
|||||||
| PHP Discussion and technical support for using and deploying PHP based websites. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Why oh Why oh Why...
If you look at he code below you can see that 1 image is shown if the user is not logged in, and if the user is logged in different images are shown, however, all of this is working perfect, but when i check the site out in IE the yes.jpg & no.jpg are not centered but in FF they are perfect. Can anyone fiqure this out...
PHP Code:
|
|
#2
|
||||
|
||||
|
differences in browser rendering are usually due to styles...
__________________
We do precision guesswork |
|
#3
|
||||
|
||||
|
In the if condition you output a table row with one cell of width 490, while in the else condition you output a table row with two cells, each of only 50 width. Not knowing exactly what effect you want and not having a link to the actual end result, it's hard to know exactly what you are after; but I'm certainly not surprised that they do not consistently give the same result.
__________________
"That's what the gods are! An answer that will do! Because there's food to be caught and babies to be born and life to be lived and so there is not time for big, complicated, and worrying answers! Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be." -- from Nation, by Terry Pratchett freelancer.internet.com Email me |
|
#4
|
|||
|
|||
|
your a genious, well you know what i mean, thanks a million...
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|