#1
|
|||
|
|||
Online-Album in HP einbinden
Hallo zusammen,
ich verwende PSE 8.0 und habe mir zum ersten mal ein Online-Album erstellt. Nun möchte ich dieses Album(Slideshow) in meine HP integrieren und nicht nur mit der HP verlinken. Leider habe ich absolut keinen Plan, wie ich das mache. Habt ihr irgendwelche Tips für mich? Gruß Markus |
#2
|
||||
|
||||
Hallo Markus,
willkommen im Photoshop Cafe. Die Galerie wird ja nur in ein HTML Gerüst eingebettet. Du musst halt die entsprechenden Teile extrahieren und in Deine eigene Seite einbauen. Gruss, phoenix |
#3
|
||||
|
||||
Hallo,
kannst du dieses Gerüst einmal zeigen wie sowas aussieht hab sowas noch nie gemacht aber vielleicht kann ich dir dadurch sagen wie du es einbauen musst.
__________________
Mfg "Dirty" Harry Wenn ich dir mit meinem Beitrag geholfen habe würde ich mich über eine positive Bewertung mit klick auf die freuen |
#4
|
|||
|
|||
Html "Gerüst"
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"><head><!-- saved from url=(0013)about:internet --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Corina</title><style> body { text-align:center; background-color:#9ce7ef; } </style> <script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 9; // Minor version of Flash required var requiredMinorVersion = 0; // Revision of Flash required var requiredRevision = 115; // the version of javascript supported var jsVersion = 1.0; // ----------------------------------------------------------------------------- // --> </script><script language="VBScript" type="text/vbscript"> <!-- // Visual basic helper required to detect Flash Player ActiveX control version information Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable("$version") end if VBGetSwfVer = swVersion End Function // --> </script> <script language="JavaScript1.1" type="text/javascript"> <!-- // Detect Client Browser type var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; jsVersion = 1.1; // JavaScript helper required to detect Flash Player PlugIn version information function JSGetSwfVer(i){ // NS/Opera version >= 3 check for Flash plugin in plugin array if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; descArray = flashDescription.split(" "); tempArrayMajor = descArray[2].split("."); versionMajor = tempArrayMajor[0]; versionMinor = tempArrayMajor[1]; if ( descArray[3] != "" ) { tempArrayMinor = descArray[3].split("r"); } else { tempArrayMinor = descArray[4].split("r"); } versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0; flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } else { flashVer = -1; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; // Can't detect in all other cases else { flashVer = -1; } return flashVer; } // If called with no parameters this function returns a floating point value // which should be the version of the Flash Player or 0.0 // ex: Flash Player 7r14 returns 7.14 // If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { reqVer = parseFloat(reqMajorVer + "." + reqRevision); // loop backwards through the versions until we find the newest version for (i=25;i>0;i--) { if (isIE && isWin && !isOpera) { versionStr = VBGetSwfVer(i); } else { versionStr = JSGetSwfVer(i); } if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { tempArray = versionStr.split(" "); tempString = tempArray[1]; versionArray = tempString .split(","); } else { versionArray = versionStr.split("."); } versionMajor = versionArray[0]; versionMinor = versionArray[1]; versionRevision = versionArray[2]; versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24 versionNum = parseFloat(versionString); // is the major.revision >= requested major.revision AND the minor version >= requested minor if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) { return true; } else { return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false ); } } } return (reqVer ? false : 0.0); } // --> </script></head><body bgcolor="#9ce7ef"><br> <!--url's used in the movie--><!--text used in the movie--> <script language="JavaScript" type="text/javascript"> <!-- var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { // if we've detected an acceptable version var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + 'width="100%" height="100%"' + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">' + '<param name="movie" value="classic.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name=FlashVars value="groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&baseRefUrl=./&wf=browse"/><param name="bgcolor" value="#9ce7ef" />' + '<embed src="classic.swf" menu="false" quality="high" bgcolor="#9ce7ef" ' + 'width="100%" height="100%" name="classic" align="middle"' + 'play="true"' + 'loop="false"' + 'quality="high"' + 'allowScriptAccess="sameDomain"' + 'FlashVars="baseRefUrl=./&groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&wf=browse"' + 'type="application/x-shockwave-flash"' + 'pluginspage="http://www.macromedia.com/go/getflashplayer">' + '<\/embed>' + '<\/object>'; document.write(oeTags); // embed the flash movie } else { // flash is too old or we can't detect the plugin var alternateContent = '<br>Für diese Galerie ist Adobe Flash Player 9.0.115 oder höher erforderlich. ' + '<br><a href=http://www.macromedia.com/go/getflash/>Flash herunterladen</a>'; document.write("<FONT COLOR='WHITE'>" +alternateContent+ "</FONT>"); // insert non-flash content } // --> </script><noscript> Für diesen Inhalt ist Adobe Flash Player 9.0.115 oder höher erforderlich. <a href="http://www.macromedia.com/go/getflash/">Flash herunterladen</a> </noscript> </body></html> Geändert von phoenix (16.02.11 um 20:00 Uhr). |
#5
|
|||
|
|||
So, hier ist die Html-Seite von meinem Online-Album.
Habe schon verschiedenes versucht, aber leider erfolglos! (Der Smiley sollte da natürlich nicht sein! : D ) Gruß Markus |
#6
|
||||
|
||||
Die Smileys im Code verhinderst Du, wenn Du die entsprechenden Tags verwendest für Code
Das Zeug in <head>Zeug</head Code:
<script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 9; // Minor version of Flash required var requiredMinorVersion = 0; // Revision of Flash required var requiredRevision = 115; // the version of javascript supported var jsVersion = 1.0; // ----------------------------------------------------------------------------- // --> </script><script language="VBScript" type="text/vbscript"> <!-- // Visual basic helper required to detect Flash Player ActiveX control version information Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable("$version") end if VBGetSwfVer = swVersion End Function // --> </script> <script language="JavaScript1.1" type="text/javascript"> <!-- // Detect Client Browser type var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; jsVersion = 1.1; // JavaScript helper required to detect Flash Player PlugIn version information function JSGetSwfVer(i){ // NS/Opera version >= 3 check for Flash plugin in plugin array if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; descArray = flashDescription.split(" "); tempArrayMajor = descArray[2].split("."); versionMajor = tempArrayMajor[0]; versionMinor = tempArrayMajor[1]; if ( descArray[3] != "" ) { tempArrayMinor = descArray[3].split("r"); } else { tempArrayMinor = descArray[4].split("r"); } versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0; flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } else { flashVer = -1; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; // Can't detect in all other cases else { flashVer = -1; } return flashVer; } // If called with no parameters this function returns a floating point value // which should be the version of the Flash Player or 0.0 // ex: Flash Player 7r14 returns 7.14 // If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { reqVer = parseFloat(reqMajorVer + "." + reqRevision); // loop backwards through the versions until we find the newest version for (i=25;i>0;i--) { if (isIE && isWin && !isOpera) { versionStr = VBGetSwfVer(i); } else { versionStr = JSGetSwfVer(i); } if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { tempArray = versionStr.split(" "); tempString = tempArray[1]; versionArray = tempString .split(","); } else { versionArray = versionStr.split("."); } versionMajor = versionArray[0]; versionMinor = versionArray[1]; versionRevision = versionArray[2]; versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24 versionNum = parseFloat(versionString); // is the major.revision >= requested major.revision AND the minor version >= requested minor if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) { return true; } else { return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false ); } } } return (reqVer ? false : 0.0); } // --> </script> Und das Zeug2 hier in <body>Zeug2</body Code:
<br> <!--url's used in the movie--><!--text used in the movie--> <script language="JavaScript" type="text/javascript"> <!-- var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { // if we've detected an acceptable version var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + 'width="100%" height="100%"' + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">' + '<param name="movie" value="classic.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name=FlashVars value="groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&baseRefUrl=./&wf=browse"/><param name="bgcolor" value="#9ce7ef" />' + '<embed src="classic.swf" menu="false" quality="high" bgcolor="#9ce7ef" ' + 'width="100%" height="100%" name="classic" align="middle"' + 'play="true"' + 'loop="false"' + 'quality="high"' + 'allowScriptAccess="sameDomain"' + 'FlashVars="baseRefUrl=./&groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&wf=browse"' + 'type="application/x-shockwave-flash"' + 'pluginspage="http://www.macromedia.com/go/getflashplayer">' + '<\/embed>' + '<\/object>'; document.write(oeTags); // embed the flash movie } else { // flash is too old or we can't detect the plugin var alternateContent = '<br>Für diese Galerie ist Adobe Flash Player 9.0.115 oder höher erforderlich. ' + '<br><a href=http://www.macromedia.com/go/getflash/>Flash herunterladen</a>'; document.write("<FONT COLOR='WHITE'>" +alternateContent+ "</FONT>"); // insert non-flash content } // --> </script><noscript> Für diesen Inhalt ist Adobe Flash Player 9.0.115 oder höher erforderlich. <a href="http://www.macromedia.com/go/getflash/">Flash herunterladen</a> </noscript> |
#7
|
|||
|
|||
Dann sollte die Site so aussehen? Funzt nicht!
Kommando zurück, versuche es nochmal!
Geändert von silverstar 55543 (16.02.11 um 20:32 Uhr). |
#8
|
|||
|
|||
Sollte es dann so aussehen? Klappt immer noch nicht
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta =""><title>Photodesign Bad Kreuznach, Markus Kaster, People Fotograf in Bad Kreuznach, Bingen, Mainz, Rheinland Pfalz, Deutschland</title> <meta name="description" content="Fotograf Markus Kaster aus Bad Kreuznach mit Schwerpunkt People, Portrait, Akt und Erotik, Hochzeit und Familienfotografie."><meta name="keywords" content="Fotostudio,Fotograf,Fotoshooting,Bad Kreuznach, Mainz, Bingen, Frankfurt,Naheland, Rheinland Pfalz,Deutschland,Portraits,Bewerbungsbilder,Markus Kasters, Markus, Kaster, Fotografie, Schwarz, Weiss, S/w, Model, Photograf, Fotoshooting, Babyfotografie, Kinderfoto, Kinderfotos, Kindergarten, Sedcard, Modelsedcard, Modelsetcard, Modelfotografie, Portraits, Managerportraits, Webdesign, Portraet, Bilder, Profi, Fotos, Fotoreportage, Event, Magazinfotografie, Testshooting, Passfotos, Bewerbungsbilder, Bewerbungsfotos, Photoshooting, Fashion, Modefotografie, Fotografen, Peoplefotografie, People, Shooting,Fotostudio, Fotodesign, Eventfotograf"><meta name="author" content="Markus Kaster"><meta name="publisher" content="Fotostudio und Fotograf Markus Kaster"><meta name="robots" content="index, follow"><meta name="language" content="de"><meta name="location" content="Bad Kreuznach, Nahetal, Rheinlandpfalz, Deutschland"><meta name="revisit-after" content="7 days"><link =""><link rel="stylesheet" href="format.css" type="text/css"><link rel="stylesheet" href="menue.css" type="text/css"><script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 9; // Minor version of Flash required var requiredMinorVersion = 0; // Revision of Flash required var requiredRevision = 115; // the version of javascript supported var jsVersion = 1.0; // ----------------------------------------------------------------------------- // --> </script><script language="VBScript" type="text/vbscript"> <!-- // Visual basic helper required to detect Flash Player ActiveX control version information Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable("$version") end if VBGetSwfVer = swVersion End Function // --> </script><script language="JavaScript1.1" type="text/javascript"> <!-- // Detect Client Browser type var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; jsVersion = 1.1; // JavaScript helper required to detect Flash Player PlugIn version information function JSGetSwfVer(i){ // NS/Opera version >= 3 check for Flash plugin in plugin array if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; descArray = flashDescription.split(" "); tempArrayMajor = descArray[2].split("."); versionMajor = tempArrayMajor[0]; versionMinor = tempArrayMajor[1]; if ( descArray[3] != "" ) { tempArrayMinor = descArray[3].split("r"); } else { tempArrayMinor = descArray[4].split("r"); } versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0; flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } else { flashVer = -1; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; // Can't detect in all other cases else { flashVer = -1; } return flashVer; } // If called with no parameters this function returns a floating point value // which should be the version of the Flash Player or 0.0 // ex: Flash Player 7r14 returns 7.14 // If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { reqVer = parseFloat(reqMajorVer + "." + reqRevision); // loop backwards through the versions until we find the newest version for (i=25;i>0;i--) { if (isIE && isWin && !isOpera) { versionStr = VBGetSwfVer(i); } else { versionStr = JSGetSwfVer(i); } if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { tempArray = versionStr.split(" "); tempString = tempArray[1]; versionArray = tempString .split(","); } else { versionArray = versionStr.split("."); } versionMajor = versionArray[0]; versionMinor = versionArray[1]; versionRevision = versionArray[2]; versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24 versionNum = parseFloat(versionString); // is the major.revision >= requested major.revision AND the minor version >= requested minor if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) { return true; } else { return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false ); } } } return (reqVer ? false : 0.0); } // --> </script></head> <body style="color: rgb(0, 0, 0); background-color: rgb(220, 220, 220);" alink="#000099" link="#000099" vlink="#990099"><table id="breite" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="haupt" align="center" width="100%"><!--kopf--><table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="height: 35px;" class="rundung_ob"> </td> </tr><tr><td style="height: 25px;" id="top1"><img src="images/quadrat2.gif" style="border: 1px solid white;" alt="" height="8" width="7"> <span id="name">Photodesign Bad Kreuznach</span> </td></tr><tr><td style="height: 35px;" class="rundung_un"> </td> </tr><tr><td id="top2"><table border="0" cellpadding="0" cellspacing="0" height="100%"><tbody><tr><td id="logo_li"><!-- breite linker bereich neben logo--><img src="images/pixelspace.gif" alt="" border="0" height="1" width="125"><!-- ende breite linker bereich neben logo--><br><img src="images/slogan.gif" alt="" border="0" height="500" width="108"></td><td id="logo"> </td> <td id="logo_re" align="center"><!-- breite linker bereich neben logo--><img src="images/pixelspace.gif" alt="" border="0" height="1" width="260"><!-- ende breite linker bereich neben logo--><!-- menü oben rechts --><table id="menu2" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="index.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Home</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a target="_blank" href="http://www.photodesign-kh.magix.net/#/meine-alben"> <span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Portofolio</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="shooting.html"> <span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Shooting</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="kontakt.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Kontakt</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="anfahrt.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Anfahrt</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="impressum.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Impressum</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="weitere%20link.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span> Weitere Links</a></td> </tr></tbody></table><!-- ende menü oben rechts --><div id="logo_breite"> </div> <!-- ende spaltenbreite linke box --></td></tr></tbody></table></td></tr><tr><td style="height: 10px;" id="top3"> </td> </tr></tbody></table><!--ende kopf--><!-- inhalt--><table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td id="inboxli"><br><!--url's used in the movie--><!--text used in the movie--> <script language="JavaScript" type="text/javascript"> <!-- var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { // if we've detected an acceptable version var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + 'width="100%" height="100%"' + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">' + '<param name="movie" value="classic.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name=FlashVars value="groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&baseRefUrl=./&wf=browse"/><param name="bgcolor" value="#9ce7ef" />' + '<embed src="classic.swf" menu="false" quality="high" bgcolor="#9ce7ef" ' + 'width="100%" height="100%" name="classic" align="middle"' + 'play="true"' + 'loop="false"' + 'quality="high"' + 'allowScriptAccess="sameDomain"' + 'FlashVars="baseRefUrl=./&groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&wf=browse"' + 'type="application/x-shockwave-flash"' + 'pluginspage="http://www.macromedia.com/go/getflashplayer">' + '<\/embed>' + '<\/object>'; document.write(oeTags); // embed the flash movie } else { // flash is too old or we can't detect the plugin var alternateContent = '<br>Für diese Galerie ist Adobe Flash Player 9.0.115 oder höher erforderlich. ' + '<br><a href=http://www.macromedia.com/go/getflash/>Flash herunterladen</a>'; document.write("<FONT COLOR='WHITE'>" +alternateContent+ "</FONT>"); // insert non-flash content } // --> </script><noscript> Für diesen Inhalt ist Adobe Flash Player 9.0.115 oder höher erforderlich. <a href="http://www.macromedia.com/go/getflash/">Flash herunterladen</a> </noscript> </td><td id="inboxtext"><br><div id="spacer_footer"></div><h1><a href="#"></a></h1></td></tr></tbody></table><!-- ende inhalt--><!-- fuss--><table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="height: 35px;" class="fuss_rundung_ob"> </td> </tr><tr><td style="height: 45px;" id="fuss"><div align="center"><div id="fussname"><img src="images/quadrat.gif" alt="" style="border: 1px solid white;" border="0" height="8" width="7"> Photodesign Bad Kreuznach • Markus Kaster • Hohe Bell 7 • 55543 Bad Kreuznach <img src="images/quadrat.gif" alt="" style="border: 1px solid white;" border="0" height="8" width="7"></div></div> </td></tr><tr><td style="height: 35px;" class="fuss_rundung_un"> </td> </tr></tbody></table><!-- ende fuss--></td></tr></tbody></table></body></html> |
#9
|
||||
|
||||
Dreamweaver spuckt Fehler aus. Dir ist da beim Zusammenkopieren ein Missgeschick passiert, Du hast Codezeilen auskommentiert. Das passiert wenn Du eine Zeile ausführbaren Code hochrutschen lässt auf eine Zeile die Kommentare enthält, da Kommentare immer ganze Zeilen betreffen und alles auf diesen Zeilen als Text behandeln, auch wenn es zum ausführbaren Code gehört.
Klappts so? Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta =""><title>Photodesign Bad Kreuznach, Markus Kaster, People Fotograf in Bad Kreuznach, Bingen, Mainz, Rheinland Pfalz, Deutschland</title> <meta name="description" content="Fotograf Markus Kaster aus Bad Kreuznach mit Schwerpunkt People, Portrait, Akt und Erotik, Hochzeit und Familienfotografie."><meta name="keywords" content="Fotostudio,Fotograf,Fotoshooting,Bad Kreuznach, Mainz, Bingen, Frankfurt,Naheland, Rheinland Pfalz,Deutschland,Portraits,Bewerbungsbilder,Markus Kasters, Markus, Kaster, Fotografie, Schwarz, Weiss, S/w, Model, Photograf, Fotoshooting, Babyfotografie, Kinderfoto, Kinderfotos, Kindergarten, Sedcard, Modelsedcard, Modelsetcard, Modelfotografie, Portraits, Managerportraits, Webdesign, Portraet, Bilder, Profi, Fotos, Fotoreportage, Event, Magazinfotografie, Testshooting, Passfotos, Bewerbungsbilder, Bewerbungsfotos, Photoshooting, Fashion, Modefotografie, Fotografen, Peoplefotografie, People, Shooting,Fotostudio, Fotodesign, Eventfotograf"><meta name="author" content="Markus Kaster"><meta name="publisher" content="Fotostudio und Fotograf Markus Kaster"><meta name="robots" content="index, follow"><meta name="language" content="de"><meta name="location" content="Bad Kreuznach, Nahetal, Rheinlandpfalz, Deutschland"><meta name="revisit-after" content="7 days"><link =""><link rel="stylesheet" href="format.css" type="text/css"><link rel="stylesheet" href="menue.css" type="text/css"> <script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 9; // Minor version of Flash required var requiredMinorVersion = 0; // Revision of Flash required var requiredRevision = 115; // the version of javascript supported var jsVersion = 1.0; // ----------------------------------------------------------------------------- // --> </script><script language="VBScript" type="text/vbscript"> <!-- // Visual basic helper required to detect Flash Player ActiveX control version information Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable("$version") end if VBGetSwfVer = swVersion End Function // --> </script> <script language="JavaScript1.1" type="text/javascript"> <!-- // Detect Client Browser type var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; jsVersion = 1.1; // JavaScript helper required to detect Flash Player PlugIn version information function JSGetSwfVer(i){ // NS/Opera version >= 3 check for Flash plugin in plugin array if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; descArray = flashDescription.split(" "); tempArrayMajor = descArray[2].split("."); versionMajor = tempArrayMajor[0]; versionMinor = tempArrayMajor[1]; if ( descArray[3] != "" ) { tempArrayMinor = descArray[3].split("r"); } else { tempArrayMinor = descArray[4].split("r"); } versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0; flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } else { flashVer = -1; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; // Can't detect in all other cases else { flashVer = -1; } return flashVer; } // If called with no parameters this function returns a floating point value // which should be the version of the Flash Player or 0.0 // ex: Flash Player 7r14 returns 7.14 // If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { reqVer = parseFloat(reqMajorVer + "." + reqRevision); // loop backwards through the versions until we find the newest version for (i=25;i>0;i--) { if (isIE && isWin && !isOpera) { versionStr = VBGetSwfVer(i); } else { versionStr = JSGetSwfVer(i); } if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { tempArray = versionStr.split(" "); tempString = tempArray[1]; versionArray = tempString .split(","); } else { versionArray = versionStr.split("."); } versionMajor = versionArray[0]; versionMinor = versionArray[1]; versionRevision = versionArray[2]; versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24 versionNum = parseFloat(versionString); // is the major.revision >= requested major.revision AND the minor version >= requested minor if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) { return true; } else { return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false ); } } } return (reqVer ? false : 0.0); } // --> </script> </head> <body style="color: rgb(0, 0, 0); background-color: rgb(220, 220, 220);" alink="#000099" link="#000099" vlink="#990099"><table id="breite" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="haupt" align="center" width="100%"><!--kopf--><table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="height: 35px;" class="rundung_ob"> </td> </tr><tr><td style="height: 25px;" id="top1"><img src="images/quadrat2.gif" style="border: 1px solid white;" alt="" height="8" width="7"> <span id="name">Photodesign Bad Kreuznach</span> </td></tr><tr><td style="height: 35px;" class="rundung_un"> </td> </tr><tr><td id="top2"><table border="0" cellpadding="0" cellspacing="0" height="100%"><tbody><tr><td id="logo_li"><!-- breite linker bereich neben logo--><img src="images/pixelspace.gif" alt="" border="0" height="1" width="125"><!-- ende breite linker bereich neben logo--><br><img src="images/slogan.gif" alt="" border="0" height="500" width="108"></td><td id="logo"> </td> <td id="logo_re" align="center"><!-- breite linker bereich neben logo--><img src="images/pixelspace.gif" alt="" border="0" height="1" width="260"><!-- ende breite linker bereich neben logo--><!-- menü oben rechts --><table id="menu2" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="index.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Home</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a target="_blank" href="http://www.photodesign-kh.magix.net/#/meine-alben"> <span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Portofolio</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="shooting.html"> <span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Shooting</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="kontakt.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Kontakt</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="anfahrt.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Anfahrt</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="impressum.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span>Impressum</a></td> </tr><tr><td class="trenn"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td class="trenn2"><img src="images/pixelspace.gif" alt="" border="0" height="1" width="1"></td></tr><tr><td><a href="weitere%20link.html"><span style="color: rgb(255, 255, 255); font-weight: bold; font-family: georgia;"></span> Weitere Links</a></td> </tr></tbody></table><!-- ende menü oben rechts --><div id="logo_breite"> </div> <!-- ende spaltenbreite linke box --></td></tr></tbody></table></td></tr><tr><td style="height: 10px;" id="top3"> </td> </tr></tbody></table><!--ende kopf--><!-- inhalt--><table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td id="inboxli"> <br> <!--url's used in the movie--><!--text used in the movie--> <script language="JavaScript" type="text/javascript"> <!-- var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { // if we've detected an acceptable version var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + 'width="100%" height="100%"' + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">' + '<param name="movie" value="classic.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name=FlashVars value="groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&baseRefUrl=./&wf=browse"/><param name="bgcolor" value="#9ce7ef" />' + '<embed src="classic.swf" menu="false" quality="high" bgcolor="#9ce7ef" ' + 'width="100%" height="100%" name="classic" align="middle"' + 'play="true"' + 'loop="false"' + 'quality="high"' + 'allowScriptAccess="sameDomain"' + 'FlashVars="baseRefUrl=./&groupxml=resources/groups/group.xml&stylexml=resources/styles/style.xml&gallerymakerxml=gallerymaker.xml&wf=browse"' + 'type="application/x-shockwave-flash"' + 'pluginspage="http://www.macromedia.com/go/getflashplayer">' + '<\/embed>' + '<\/object>'; document.write(oeTags); // embed the flash movie } else { // flash is too old or we can't detect the plugin var alternateContent = '<br>Für diese Galerie ist Adobe Flash Player 9.0.115 oder höher erforderlich. ' + '<br><a href=http://www.macromedia.com/go/getflash/>Flash herunterladen</a>'; document.write("<FONT COLOR='WHITE'>" +alternateContent+ "</FONT>"); // insert non-flash content } // --> </script><noscript> Für diesen Inhalt ist Adobe Flash Player 9.0.115 oder höher erforderlich. <a href="http://www.macromedia.com/go/getflash/">Flash herunterladen</a> </noscript> </td><td id="inboxtext"><br><div id="spacer_footer"></div><h1><a href="#"></a></h1></td></tr></tbody></table><!-- ende inhalt--><!-- fuss--><table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="height: 35px;" class="fuss_rundung_ob"> </td> </tr><tr><td style="height: 45px;" id="fuss"><div align="center"><div id="fussname"><img src="images/quadrat.gif" alt="" style="border: 1px solid white;" border="0" height="8" width="7"> Photodesign Bad Kreuznach • Markus Kaster • Hohe Bell 7 • 55543 Bad Kreuznach <img src="images/quadrat.gif" alt="" style="border: 1px solid white;" border="0" height="8" width="7"></div></div> </td></tr><tr><td style="height: 35px;" class="fuss_rundung_un"> </td> </tr></tbody></table><!-- ende fuss--></td></tr></tbody></table></body></html> |
Lesezeichen |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|
Ähnliche Themen | ||||
Thema | Autor | Forum | Antworten | Letzter Beitrag |
Kataloge und Album sichern | Wolfgangchen | Hilfestellung, Tipps und Tricks | 1 | 31.03.11 09:07 |
F.A.M.E Album Cover | DiamdTV | Hilfestellung, Tipps und Tricks | 8 | 27.03.11 15:43 |
Ebenenstile einbinden in PS Elements 7 | Pixelfreak | Installation, Konfiguration, Hardware und Software | 2 | 28.01.09 21:14 |
Migration von Photoshop Album 2.0 | mmoelle1 | Hilfestellung, Tipps und Tricks | 2 | 08.08.08 12:18 |