ich konnte auf der Startseite eine jpg erfolgreich einbinden.
Jetzt wollte ich auf der Enterpage auch ein Bild als extra Fenster eibinden. Ich habe den selben Code genommen aber die Verlinkung zum Bild bzw. den Namen geändert.
Doch auf der Enterpage wird mir das Bild nicht angezeigt.
Hier mal welccome2.htm (Das Bild whv-kicker.de/epage/spielergesucht.jpg soll auf der Epage angezeigt werden)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <script language="JavaScript" type="text/javascript"><!-- function closeWelcome () { document.getElementById("closeWelcome").style.display = "none"; } //--></script> <!--Hier wird die Position und Breite der Box angegeben--> <div id="closeWelcome" style="position:absolute;top:265px; left:130px; display:inline; width:220px; z-index:1001;"> <!---------------------------------------------------------------------------------------------------> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"> <a href="javascript:closeWelcome()"><div style="text-align:left;">Schließen</div></a> <!--Hier wird die Farbe und der Textinhalt angegeben--> <img src="http://whv-kicker.de/epage/spielergesucht.jpg" alt="" width="580" height="326" longdesc="http://whv-kicker.de/epage/spielergesucht.jpg" /> <!---------------------------------------------------------------------------------------------------------------------------------------------------------> </td> </tr> </table> </div> |
Und hier der Code der epage
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" < html > {_if_{SESSION_AUTHRIGHT}=='0'}< div style = "position:absolute;" >{_boxes_welcome2}</ div >{/_endif} < head > < title >SV Wilhelmshaven U-17</ title > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" /> < link rel = "stylesheet" type = "text/css" href = "epage/epage.css" > </ head > < body > <!--HEADBAR --> < div id = "headbar" > < div id = "headbarcon" > < img width = "122" height = "30" border = "0" onmouseout = "this.src='/include/designs/u-17/images/button/headbar/button1.png'" onmouseover = "this.src='/include/designs/u-17/images/button/headbar/button1-hover.png'" src = "/include/designs/u-17/images/button/headbar/button1.png" ></ a >< a href = "http://www.youtube.com/channel/UCO9RgZqlrLlKMNQuGNXwkyg" target = "_blank" >< img width = "64" height = "30" border = "0" onmouseout = "this.src='/include/designs/u-17/images/button/headbar/button2.png'" onmouseover = "this.src='/include/designs/u-17/images/button/headbar/button2-hover.png'" src = "/include/designs/u-17/images/button/headbar/button2.png" ></ a ></ div > </ div > </ div > <!-- HOMEPAGE --> < div id = "wrapper" > < div id = "epagecon" > < div id = "button1" >< a href = "https://www.facebook.com/pages/SV-Wilhelmshaven-B-Jugend-Saison-2013-2014/384969574926560?fref=ts" target = "_blank" border = "0" > < img width = "259" height = "250" border = "0" onmouseout = "this.src='epage/images/fb.png'" onmouseover = "this.src='epage/images/fb-h.png'" src = "epage/images/fb.png" ></ a ></ div > < div id = "inhalt" > < div id = "button2" >< a href = "index.php?news" target = "_self" border = "0" > < img width = "490" height = "123" border = "0" onmouseout = "this.src='epage/images/hp.png'" onmouseover = "this.src='epage/images/hp-h.png'" src = "epage/images/hp.png" ></ a ></ div > < div id = "button3" >< a href = "index.php?gbook" target = "_self" border = "0" > < img width = "246" height = "124" border = "0" onmouseout = "this.src='epage/images/gb.png'" onmouseover = "this.src='epage/images/gb-h.png'" src = "epage/images/gb.png" ></ a ></ div > < img width = "244" height = "124" border = "0" onmouseout = "this.src='epage/images/sp.png'" onmouseover = "this.src='epage/images/sp-h.png'" src = "epage/images/sp.png" ></ a ></ div > </ div >< div id = "inhalt2" >< a href = "http://www.wiking-helikopter.de/" target = "_blank" border = "0" >< img width = "129" height = "38" border = "0" onmouseout = "this.src='epage/images/wi.png'" onmouseover = "this.src='epage/images/wi-h.png'" src = "epage/images/wi.png" ></ a >< a href = "http://www.gew.de/Startseite.html" target = "_blank" border = "0" >< img width = "242" height = "38" border = "0" onmouseout = "this.src='epage/images/gew.png'" onmouseover = "this.src='epage/images/gew-h.png'" src = "epage/images/gew.png" ></ a >< a href = "http://www.radiojade.de/" target = "_blank" border = "0" >< img width = "378" height = "38" border = "0" onmouseout = "this.src='epage/images/jade.png'" onmouseover = "this.src='epage/images/jade-h.png'" src = "epage/images/jade.png" ></ a ></ div ></ div > </ div > </ div > <!-- HOMEPAGE ENDE --> < div id = "epagefooterbar" class = "designfont" > < div style = " width:1000px; margin: 0 auto; line-height:50px;" > < div style = " width:300px; float:left;text-align: left;" >Unsere Mannschaft - Unsere Leidenschaft</ div > < div style = " width:400px; float:left;" >© Copyright by: < a href = "http://whv-kicker.de/" target = "_self" >www.whv-kicker.de</ a ></ div > < div style = " width:300px; float:left;text-align: right;" > < a href = "index.php?impressum" target = "_self" >Impressum</ a > | < a href = "index.php?contact" target = "_self" >Kontakt</ a ></ div > </ div > </ div > </ body > </ html > |
Zu sehen auf www.whv-kicker.de
verwendete ilch Version: 1.1 P
Zuletzt modifiziert von CaptainJack am 23.03.2014 - 22:45:43