My template contains:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>loss of CSS link in chrome/safari</title>
<link rel="stylesheet" type="text/css" href="somewebaddress.com/page_02.css" />
</head>
When the template is rendered to html in either Chrome or Safari, the <link rel=> tag is gone leaving me with no CSS.
FF, IE & Opera (MAC & PC) render as expected. Rendering is in the presence of fckeditor 2.65.
I also tried substituting the <script> @import tag, but again Chrome/Safari removes the tag during rendering.
The template/html code validated ok w/W3 and the external css starts with the required? @charset "utf-8"
Any ideas from the Community?
Thanks for your time.
Wed, 12/23/2009 - 08:07
#1