Character Encoding

liunx

Guest
i used the cPanel's HTML editor to change the date on my website, and it asked me to select a character encoding type. now the main page has these white borders around all the entry boxes. what do i need to change the setting to in order to get rid of them? see the screenshot below. Thanks!<br /><br /><img src="http://www.3dgstudios.com/images/forum/charEncode.jpg" border="0" class="linked-image" /><!--content-->
The character encoding would not have caused this issue. <br /><br />To remove the white borders just change<br /><!--html--><div class='htmltop'>HTML</div><div class='htmlmain'><!--html1-->table width="<span style='color:eek:range'>994</span>" border="<span style='color:eek:range'>1</span>" cellpadding="<span style='color:eek:range'>0</span>" cellspacing="<span style='color:eek:range'>0</span>"><!--html2--></div><!--html3--><br />to<br /><!--html--><div class='htmltop'>HTML</div><div class='htmlmain'><!--html1-->table width="<span style='color:eek:range'>994</span>" border="<span style='color:eek:range'>0</span>" cellpadding="<span style='color:eek:range'>0</span>" cellspacing="<span style='color:eek:range'>0</span>"><!--html2--></div><!--html3--><!--content-->
awesome! problem fixed. thanks <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Top