Sponsor-Board.de
PrePage hochladen?

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Plauderecke (/forumdisplay.php?fid=39)
+--- Thema: PrePage hochladen? (/showthread.php?tid=8393)


PrePage hochladen? - Robert - 08.12.2010 15:05

Hallo liebe Community!

Ich möchte gerne eine Art Prepage auf meine Internetseite [Link: Registrierung erforderlich] hochladen, da ich 2011 mit einer neuen Intetnetpräsenz online komme. (Sprich neues Design)

Ich habe jetzt eine Prepage erstellt:

[Link: Registrierung erforderlich]

Wie kann ich jetzt das Bild auf meine Homepage kriegen, ich möchte die Prepage nicht angepasst haben, es soll nur diese Grafik erscheinen wenn man auf die Seite kommt.

Ich hoffe auf paar helfende Antworten Wink

MfG


RE: PrePage hochladen? - Damian - 08.12.2010 15:24

über eine index.html
da musste das bild reinschreiben


RE: PrePage hochladen? - Sunnyboy96 - 08.12.2010 15:27

Einfach das Bild in den Ordner laden wo die Domain drauf verweist.


RE: PrePage hochladen? - Robert - 08.12.2010 15:29

Zitat:
<!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 name="Standardpage" content="1aspace Standardpage" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>1aspace.net Standardpage</title>

<style type="text/css">
body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
background-color: #fff;
}
.default {
width: 500px;
position: absolute;
top: 50%;
left: 50%;
height: 70px;
padding: 1em;
margin: -100px 0 0 -258px;
background-color: #2d6b85;
border: 1px solid black;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
}
.default ul { list-style: none; padding: 0; margin: .75em; }
.default ul li { margin-bottom: 1em; }
.default ul li a { text-decoration: underline; font-weight: bold; color: #fff; }
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; }
.footer {
width: 500px;
position: absolute;
top: 70%;
left: 50%;
height: 25px;
padding: 1em;
margin: -100px 0 0 -258px;
color: #cccccc;
font-size: 10pt;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li a { text-decoration: none; color: #cccccc; }
.footer ul li a:hover { text-decoration: none; color: #bbbbbb; }
</style>
</head>

<body>

<div class="default">
<ul>
<li>Diese Seite wird gehostet von <a href="http://1aspace.net">1aspace.net</a>.</li>

<li>Dieser Domain wurde noch kein Inhalt hinzugefügt.</li>
</ul>
</div>

<div class="footer">
<ul><li><a href="http://1aspace.net">1aspace.net - Kostenlosen Webspace für jedermann!</a></li></ul>
<p><script type="text/javascript" src="http://www.sponsorads.de/script.php?s=161115"></script></p>
</div>
<b><center><font color="black">Vor Benutzung diese Datei entfernen</center></font></b>
<script type="text/javascript" src="http://view.binlayer.com/ad-17604.js"></script>
</body>

</html>


Das ist der Inhalt meiner index.html

Was jetzt Biggrin ?


RE: PrePage hochladen? - aether - 08.12.2010 15:31

Komm mal ICQ online hab dich mal geaddet...


RE: PrePage hochladen? - Timoo - 08.12.2010 15:58

erstelle einfach eine neue index.htm

Inhalt:

<img src="bildname">

das reicht schon und ist das minimum was du machen kannst.

Edit: man kann es natürlich noch komplizierter machen mit head/body-tags um das ganze einigermaßen valide zu bekommen...


RE: PrePage hochladen? - Tobias - 08.12.2010 16:37

würde das auch mit meta tags versehen. sowie title tags alt" bezeichnung usw...

sonst ist es crap xD


RE: PrePage hochladen? - tajt - 08.12.2010 16:41

Rechtschreibfehler in Grafiken sind immer schlecht...

Smile


RE: PrePage hochladen? - Maik - 08.12.2010 17:07

Warum so umständlich.
Schritt 1: wir öffnen den editor^^
Schritt 2: Das einfügen

Zitat:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>rp webmedia</title>
<style type="text/css">
<!--
body {
background-color: #1D1D1D;
}
-->
</style></head>

<body>
<div align="center"><img src="http://ind01.bilderkiste.org/6129181701240/PrePage.png" width="1100" height="1100" />
</div>
</body>


Schritt 3: Speichern unter index.html

Schritt 4: hochladen


RE: PrePage hochladen? - Robert - 08.12.2010 17:22

Hat geklappt, danke an alle.

CLOSE