Photoshop-Cafe.de :: Dein Photoshop-Forum

Zurück   Photoshop-Cafe.de :: Dein Photoshop-Forum > Fragen zu Adobe Photoshop (Elements), zur Creative Suite und anderen Kreativprogrammen > Hilfestellung, Tipps und Tricks

Hinweise
Aktuelles aus dem PSC
„Kreativ Hallo Du!

Hir findest du das Foto-Thema für Juli 2025Hitze.
Unterstützung für das PSC
ACHTUNG: Regeln für die Verwendung von KI-Bildern im PSC.
Bitte sorgfältig durchlesen und beachten!

 
 
Themen-Optionen Ansicht
  #9  
Alt 17.02.11, 04:17
Benutzerbild von phoenix
phoenix phoenix ist offline
mother-brain
 
Registriert seit: 06/2005
Ort: Basel
Beiträge: 9.684
OS: Windows 8 x64
Kreativ-Software: CS6 x64
phoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es gehtphoenix ist ein Photoshop-Spezialist und hilft wo es geht
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">&nbsp;</td>
</tr><tr><td style="height: 25px;" id="top1"><img
 src="images/quadrat2.gif" style="border: 1px solid white;"
 alt="" height="8" width="7">&nbsp; <span
 id="name">Photodesign
Bad Kreuznach</span>
</td></tr><tr><td style="height: 35px;"
 class="rundung_un">&nbsp;</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">&nbsp;</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>&nbsp;Weitere
Links</a></td>
</tr></tbody></table><!-- ende menü oben rechts --><div
 id="logo_breite">&nbsp;</div>
<!-- ende spaltenbreite linke box --></td></tr></tbody></table></td></tr><tr><td
 style="height: 10px;" id="top3">&nbsp;</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">&nbsp;</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">&nbsp; Photodesign Bad Kreuznach
&nbsp;•&nbsp; Markus Kaster &nbsp;•&nbsp; Hohe Bell 7
&nbsp;•&nbsp;&nbsp;55543
Bad Kreuznach &nbsp;<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">&nbsp;</td>
</tr></tbody></table><!-- ende fuss--></td></tr></tbody></table></body></html>
__________________
http://photoshop-cafe.de/sig/themen_bewerten.gifhttp://photoshop-cafe.de/sig/bilder_und_schriften.gifhttp://photoshop-cafe.de/sig/tutorials.gifhttp://photoshop-cafe.de/sig/signaturleitfaden.gifhttp://photoshop-cafe.de/sig/forenleitfaden.gifhttp://www.photoshop-cafe.de/sig/stock-galerie.gif

design oder nicht sein

"So, we’ve got a full pot of coffee, half a pack of cigarettes, it’s dark out, and we’re coding. Hit it." - Synthesoft
Mit Zitat antworten
 

Lesezeichen


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.

Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Kataloge und Album sichern Wolfgangchen Hilfestellung, Tipps und Tricks 1 31.03.11 08:07
F.A.M.E Album Cover DiamdTV Hilfestellung, Tipps und Tricks 8 27.03.11 14:43
Ebenenstile einbinden in PS Elements 7 Pixelfreak Installation, Konfiguration, Hardware und Software 2 28.01.09 20:14
Migration von Photoshop Album 2.0 mmoelle1 Hilfestellung, Tipps und Tricks 2 08.08.08 11:18


Alle Zeitangaben in WEZ +2. Es ist jetzt 01:44 Uhr.

Impressum

Kontakt      Photoshop-Cafe      Archiv     Impressum     Nach oben

Powered by vBulletin® Version 3.8.7 (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
©2005-2024 photoshop-cafe.de

Seite wurde generiert in 0,07524 Sekunden mit 11 Queries