Editor: Pfade bei CMS_HTMLHEAD teilweise falsch
Verfasst: Mi 22. Okt 2003, 20:55
Code der HTML-Editor-Seite aus CMS_HTML (erste x Zeilen):
Code der HTML-Editor-Seite aus CMS_HTMLHEAD (erste x Zeilen, man beachte den fehlenden Pfad bei spacer.gif):
Ausser der fehlenden Grafik habe ich noch keine negativen Folgen bemerkt.
Gruß
HerrB
Code: Alles auswählen
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="http://www.domain.de/cms/contenido/styles/contenido.css">
<base href="http://www.domain.de/cms/uvh-online.de/">
</head>
<body>
<table width="100%" border=0 cellspacing="0" cellpadding="0" bgcolor= >
<tr>
<td width="10" rowspan="4"><img src="http://www.domain.de/cms/contenido/images/spacer.gif" width="10" height="10"></td>
<td width="100%"><img src="http://www.domain.de/cms/contenido/images/spacer.gif" width="10" height="10"></td>
<td width="10" rowspan="4"><img src="http://www.domain.de/cms/contenido/images/spacer.gif" width="10" height="10"></td>
</tr>
Code: Alles auswählen
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="http://www.domain.de/cms/contenido/styles/contenido.css" />
</head>
<body>
<table width="100%" border=0 cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tr>
<td width="10" rowspan="4"><img src="images/spacer.gif" width="10" height="1"></td>
<td width="100%"><img src="images/spacer.gif" width="10" height="10"></td>
<td width="10" rowspan="4"><img src="images/spacer.gif" width="10" height="1"></td>
</tr>
<tr>
<td>
Gruß
HerrB