Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~1K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for CS_Swan

Really? Not supported? I just checked one of my own pages, and it validated as XHTML with an IFrame. I Just had to adjust Google's code to use "&" instead of just "&"

Member Avatar for omniuni
0
148
Member Avatar for Marie S.

Hi, can you please link to the page, or provide code? Without it, I can't even guess what is going wrong. I would suspect that there is a coding error that is causing it to malfunction (appearing to work) in IE7, and standards compliant browsers are ignoring the bad code …

Member Avatar for MidiMagic
0
188
Member Avatar for headedtomexico

The problem is IE's box model. You can use an alternate stylesheet to deliver to IE "width: auto;", but a better solution is to wrap the DIV. Remove padding and instead, create an inner DIV with margins. This will work between browsers.

Member Avatar for MidiMagic
0
136
Member Avatar for adaykin

Line 259 you have not closed a DIV, I suspect this is part of both problems. Check your page through [url]http://validator.w3.org/[/url]

Member Avatar for MidiMagic
0
130
Member Avatar for sam023

PHP has a built in function for this. [url]http://www.tizag.com/mysqlTutorial/mysqlfetcharray.php[/url]

Member Avatar for kameswari
0
116
Member Avatar for gagan22

You need to change the headers to define "text/html" instead of the default, which is plain text. (headers are the fourth argument in the mail() function)

Member Avatar for hireaprogrammer
0
217
Member Avatar for softeye

charset=Windows-1252 is a very non-standard encoding. I'm quite certain that the Hebrew characters are not supported. Try using UTF-8, the standard that PHP generally uses. The PHP files are UTF-8, hence why Hebrew in the PHP works.

Member Avatar for omniuni
0
189
Member Avatar for pabzzmike

Hi, Try overriding the form elements default CSS by using [icode]background-color: transparent;[/icode].

Member Avatar for omniuni
0
68

The End.