1. in the header:
HTML
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="sitefiles/style.css" type="text/css" rel="stylesheet" />
<title>Title Here</title>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="sitefiles/style.css" type="text/css" rel="stylesheet" />
<title>Title Here</title>
</head>
the validator doesnt like the two "/>" tags for the meta and link. how can i fix this???
2. what is a substute for the border tag, xhtml 1.1 doesnt like it, so i need something else to make sure that there are no borders around images that link to places.
Thanks
