Hallo ich hab mal wider eine frage
Und zwar wie kann ich mein css cod so schreiben das nur noch 2 gewise bereiche gedruckt werden
Beispiel cod
Und jetzt will ich nur das <img> und das <div id="text"> gedruckt wird.
Würde mich freuen wenn da jemand war hat.
mfg. DerEisige
Und zwar wie kann ich mein css cod so schreiben das nur noch 2 gewise bereiche gedruckt werden
Beispiel cod
PHP:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="logo">
<img src="images/standard/logo-1.png" width="300" height="100">
XXXllXXllXXX
</div>
<div>
<div id="lol">
lol lol lol
<div id="text">
Text - Text - Text - Text - Text - Text - Text - Text - Text - Text - Text - Text
</div>
</div>
</div>
</body>
</html>
Und jetzt will ich nur das <img> und das <div id="text"> gedruckt wird.
Würde mich freuen wenn da jemand war hat.
mfg. DerEisige