BubikolRamios
11-15-2010, 12:43 AM
I output the following text to client:
"<a href='xxx'><img class='user_img' alt = '' src='xxx' /></a>"
When I look on client the red part(including space before that) miracuasly disapears. Why is that ?
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
"<a href='xxx'><img class='user_img' alt = '' src='xxx' /></a>"
When I look on client the red part(including space before that) miracuasly disapears. Why is that ?
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />