kenshn111
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 0
For example:
if I declare
in test.php
when I view it in the site it turns into this:
Which bugs the design that I've made. is there any way to prevent this from happening?
if I declare
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
when I view it in the site it turns into this:
HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
Which bugs the design that I've made. is there any way to prevent this from happening?