stirr: PHP-Interpreter schluckt <img> tags?

Beitrag lesen

zeig mal ein bisschen quellcode...

--------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                  "xhtml_dtds/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">

<head>
        <title>Simple Web Ripper</title>
        <link rel="stylesheet" type="text/css" href="layers.css" />
        <link rel="stylesheet" type="text/css" href="schrift_misc.css" />
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>

<body>

<div id="root">
            <div id="oben">
                <img src="bilder/banner.gif" alt="swr-Logo" />
            </div>

--------------------------------------
Ich hab auch schon ausprobiert, die <img> tags über PHP auszugeben, aber das hat auch nicht funktioniert.

mfg stirr