![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
How can I send my own header for encoding? With what command line is change the default encoding in HTML and PHP files on my hosting?
|
|
#2
|
||||
|
||||
|
Follow this HTML structure and use meta tag for encoding.
HTML Code:
<html> <head> <style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </style> </head> <body> ... </body> </html> PHP Code:
|
![]() |
| Tags |
| changing, encoding, files, hosting, html, php |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|