A previously good working edit form starting adding a backslash ( \ ) before every quotation character ( “ ) after save. Before Save = src=”file.jpg” After Save = src=\”file.jpg\” I discovered the cause was located in a php.ini file (root – public_html) The cause = magic_quotes I turned [magic_quotes] OFF and it stopped adding the backslash magic_quotes_gpc […]
HTML Tips
We receive many questions from people designing their own web sites! Here are answers to commonly asked questions and some helpful advice. Alt Tags Also see: Meta Tags Click Here ALT Tags allow you to give an alternative to people who have the ‘view images’ function turned off in their browser. Let’s say the navigation system […]