Hey ich bin es noch einmal.
Mir ist gestern abend auf gefallen das mein Browser den Seiten pfad nicht anzeigt es sieht zwar oben alles schön sauber aus aber das stört mich schon. nun ist meine frage kann ich den anzeigen lassen und wenn ja wie?
hier habt ihr meine cods
das ist z.b. die index
hier ist der head
Mir ist gestern abend auf gefallen das mein Browser den Seiten pfad nicht anzeigt es sieht zwar oben alles schön sauber aus aber das stört mich schon. nun ist meine frage kann ich den anzeigen lassen und wenn ja wie?
hier habt ihr meine cods
das ist z.b. die index
Code:
<!doctype html> <html> <head> <title>Home</title> <meta charset="UTF-8"> <meta name="description" content=""> <meta name="author" content=""> <meta name="keywords" content=""> <meta name="generator" content="Webocton - Scriptly (www.scriptly.de)"> <link href="styles/Home.css" type="text/css" rel="stylesheet"> <link href="styles/news.css" type="text/css" rel="stylesheet"> <link href="styles/community.css" type="text/css" rel="stylesheet"> <script language="javascript" type="text/javascript" src="login.js"></script> <?php include "head.php"; ?> <table align="center" border="0" cellpadding="1" cellspacing="1" summary="" margin-top="20"> <tr> <td style="width: 120px;"><a href="index.php"><img src="http://www.php.de/images/toolbar/HEADERHOME1.png" width="250" height="50" border="0" alt="Home"></a></td> <td style="width: 120px;"><a href="news.php"><img src="http://www.php.de/images/toolbar/HEADERNEWS1.png" width="250" height="50" border="0" alt="News"></a></td> <td style="width: 120px;"><a href="community.php"><img src="http://www.php.de/images/toolbar/HEADERCOMMUNITY1.png" width="250" height="50" border="0" alt="Community"></a></td> <td style="width: 120px;"><a href="index.php"><img src="http://www.php.de/images/toolbar/HEADERSPIELE1.png" width="250" height="50" border="0" alt="Spiele"></a></td> <td style="width: 120px;"><a href="index.php"><img src="http://www.php.de/images/toolbar/HEADERDOWNLOADS1.png" width="250" height="50" border="0" alt="Downloads"></a></td> </tr> </table>
Code:
<style type "text/css"> body { margin: 0; background-image: url(images/razerstyle.png); background-attachment:fixed; background-color: black; background-size: cover; background-repeat: no-repeat; width: 1600; height: 1500;} a:link { text-decoration:none; </style> </head> <header> <div align="center"> <img src="images/profilbild von pitt ohne back.png" width="500" height="500"/> </div>
Kommentar