mysqldumper
-


Hinweise


Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten
Alt 17.10.2006, 18:45   #16
TP-Junior
 
Registriert seit: Sep 2006
Ort: HH
Burmilla macht alles soweit korrekt
Ooooh

Wo kann ich die finden ?? In meinen HTML Seiten ? Oder in den Codes?
Ehm.. ich denke Du meinst die Datei die auf meinem Server liegt (WS FTP PRO) die doppelklicke ich und dann öffnet sich Dreamweaver und da bearbeite ich ja die einzelnen Seien mit ihren codes.. ich bin wirklich so richtig ahnungslos, ich mache mehr kaputt als fertig ich schaue mal alles durch zuhaus und wenn ich sowas finde schicke ich es!

Danke, Danke, Danke !
Sheila
Burmilla ist offline   Mit Zitat antworten


Alt 17.10.2006, 18:50   #17
321
TP-Specialist
 
Benutzerbild von 321
 
Registriert seit: Nov 2004
Ort: Die Insel in Europa die aus Europa erst Europa macht _________________________ Nähe Lenzburg
321 hilft, wo's geht321 hilft, wo's geht321 hilft, wo's geht
oEffne sie nur mit einem Editor oder markiere sie im WS FTP und klicke auf die Schaltfläche View/Anzeige.
Sie enthält nicht HTML-Tags!
__________________
[321 Name="Joe"]
wie immer, lieber gleich mit notepad, dem Editor meines Vertrauens
[/321]


use my HTML-Tester

Motto'06: Mut zur deutschen Sprache!
321 ist offline   Mit Zitat antworten
Alt 17.10.2006, 19:54   #18
TP-Moderator
 
Benutzerbild von His.Master's.Voice
 
Registriert seit: Mar 2006
His.Master's.Voice lebt für das TP und seine UserHis.Master's.Voice lebt für das TP und seine UserHis.Master's.Voice lebt für das TP und seine UserHis.Master's.Voice lebt für das TP und seine UserHis.Master's.Voice lebt für das TP und seine UserHis.Master's.Voice lebt für das TP und seine User
Bitteschöööööön

Code:
/* CSS Document */
body
{
	padding:0;
	margin:0;
	background-image: url(img/tatze_bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3f3bc;
	text-decoration: none;
	background-attachment: fixed;
	}


#mainwin
{position:relative;
width:760px;
height:500px;
left:50%;
margin-left:-380px;
top:30px;}


#head
{position:absolute;
width:760px;
height:165px;
left:0;
top:0;
background-image: url(img/header.gif);
background-repeat: no-repeat;}

#menu
{	position:absolute;
	top:170px;
	left:9px;
	width:158px;
	height:500px;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;}

#contenttop
{position:absolute;
top:170px;
left:181px;
width:564px;
height:21px;
background-image: url(img/content_top.gif);
background-repeat: no-repeat;}


#content
{position:absolute;
top:191px;
left:181px;
width:562px;
background-color: #785cb8;
border-right: solid 1px #f3f3bc;
border-bottom: solid 1px #f3f3bc;
border-left: solid 1px #f3f3bc;
min-height:600px;}


	
#contentbox
{width:500px;
margin-top:30px;
margin-left:20px;
margin-bottom:30px;
}

ul{padding:0;
margin:0;}

#content p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3f3bc;
}

#content h1
{	margin-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47366e;
	text-decoration: none;
	font-weight:bold;
	padding:0;
	margin:0;}
	
#content td
{vertical-align: top;
padding:4px;}

#content .headlink
{position:absolute;
top:30px;
left:330px;
font-size:12px;
font-weight:bold;
}

.unten
{vertical-align: text-bottom;}


	
#menu p
{margin-top:50px;
margin-left:20px;
}

	
#menu a
	{display:block;
	float:left;
	height:20px;
	width:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47366e;
	padding-left:25px;
	padding-bottom:20px;
	padding-top:4px;
	text-decoration: none;
	background-image:url(img/tatze_kl01.gif);
	background-repeat:no-repeat;}
	
#menu a:hover
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3f3bc;
	text-decoration: none;
	background-image:url(img/tatze_kl02.gif);
	background-repeat:no-repeat;}
	
#menu .active
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3f3bc;
	background-image:url(img/tatze_kl02.gif);
	background-repeat:no-repeat;}
	
#content a
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #47366e;}
	
#content a:hover
	{color: #f3f3bc;
	text-decoration: none;}
	
#content .imgspace
{ margin-left:74px; }

#content .right
{ float:right; }

#content .left
{ float:left; }
__________________
Gruß HMV

His.Master's.Voice ist gerade online   Mit Zitat antworten
Alt 18.10.2006, 00:56   #19
321
TP-Specialist
 
Benutzerbild von 321
 
Registriert seit: Nov 2004
Ort: Die Insel in Europa die aus Europa erst Europa macht _________________________ Nähe Lenzburg
321 hilft, wo's geht321 hilft, wo's geht321 hilft, wo's geht
Na Uwe, wo hast denn die Styles her ???

Sheila, hier mal eine Version, die ich aber nur im IE6 getestet habe.
Die CSS-Aenderungen habe ich der Einfachheit halber in den HTML-Code inline codiert.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Die Burmilla</title>
</head>

<body>

<div id="mainwin"> 
<div id="head"></div>
<!-- /head -->
<div id="menu"> 
<p><a href="../index.html" onfocus="this.blur()" class="space">Home</a> <a href="burmillas.html" onfocus="this.blur()" class="space">Die 
Burmilla</a> <a href="#" onfocus="this.blur()" class="active">Kitten</a> 
<a href="galerie.html" onfocus="this.blur()" class="space">Galerie</a> <a href="shows01.html" onfocus="this.blur()" class="space">Shows</a> 
<a href="links.html" onfocus="this.blur()" class="space">Links</a> <a href="#" onfocus="this.blur()" class="space">G&auml;stebuch</a> 
<a href="kontakt.html" onfocus="this.blur()" class="space">Kontakt</a></p>
</div>
<!-- /menu-->
<div id="contenttop"></div>
<!-- /contenttop -->

<div id="content"> 
<div id="contentbox"> 
<h1>Kitten</h1>
<! -- Ab hier Aenderungen beachten!
      Die Inline-Styles können in die CSS-Datei verschoben werden
      Wenn alles fertig getestet ist 
      Auf die schnelle gehts auch so!
-->
<div><p style="float: right"><img src="../img/kittenandy1.jpg" alt="Andy" width="300" height="225" hspace="10" vspace="10"></p>
<p style="float:left; margin-top: 10px">Der Erstgeborene: Andy, 2 Minuten alt</p></div>
<div><p style="float: right"><img src="../img/kittenamily9.jpg" alt="Amily" width="300" height="225" hspace="10" vspace="10"></p>
<p style="float:left; margin-top: 10px">Das kleine Püppi Amily</p></div>
<div><p style="float: right"><img src="../img/kittenally.jpg" alt="Aleshanee" width="300" height="225" hspace="10" vspace="10"></p>
<p style="float:left; margin-top: 10px">..und die verspielte Ally</p></div>
</div>
<!-- /contentbox -->
</div>
<!-- /content -->
</div>
<!-- /mainwin -->
</body>
</html>
__________________
[321 Name="Joe"]
wie immer, lieber gleich mit notepad, dem Editor meines Vertrauens
[/321]


use my HTML-Tester

Motto'06: Mut zur deutschen Sprache!
321 ist offline   Mit Zitat antworten
Alt 18.10.2006, 01:54   #20
TP-Moderator
 
Benutzerbild von satre
 
Registriert seit: Jan 2005
Ort: Düsseldorf
satre lebt für das TP und seine Usersatre lebt für das TP und seine Usersatre lebt für das TP und seine Usersatre lebt für das TP und seine Usersatre lebt für das TP und seine Usersatre lebt für das TP und seine Usersatre lebt für das TP und seine User
Zitat:
Zitat von 321
Na Uwe, wo hast denn die Styles her ???
Sheila hat den Link zu ihrer Seite doch angegeben.
__________________
» satre synchron
satre ist offline   Mit Zitat antworten
Alt 18.10.2006, 07:36   #21
321
TP-Specialist
 
Benutzerbild von 321
 
Registriert seit: Nov 2004
Ort: Die Insel in Europa die aus Europa erst Europa macht _________________________ Nähe Lenzburg
321 hilft, wo's geht321 hilft, wo's geht321 hilft, wo's geht
Zitat:
Zitat von satre
Sheila hat den Link zu ihrer Seite doch angegeben.
Hilfe, man reiche mir ein Nachtsichtgerät!

ps: Schön, diese 3 Kleinen, dachte schon es wären 3 Kids
__________________
[321 Name="Joe"]
wie immer, lieber gleich mit notepad, dem Editor meines Vertrauens
[/321]


use my HTML-Tester

Motto'06: Mut zur deutschen Sprache!

Geändert von 321 (18.10.2006 um 07:39 Uhr).
321 ist offline   Mit Zitat antworten
Alt 18.10.2006, 10:16   #22
TP-Junior
 
Registriert seit: Sep 2006
Ort: HH
Burmilla macht alles soweit korrekt
Ja, meine 3 cat-kids

Aber es sind nur noch 2.. eines hat liebe neue Eltern und der nächste Nachwuchs kommt hoffe ich noch dieses Jahr..

Alles Liebe!! Ich glaube ich muss die Styles.css dann nicht mehr posten.. ich bin nur leider gestern zu nichts gekommen.. werde es aber heute wirklich versuchen! Ich wünsche euch einen schönen Tag!!

Liebste Grüsse,
Sheila
Burmilla ist offline   Mit Zitat antworten
Antwort

  Aktuelles Thema
  TP Hilfe Forum > Traum-Talk > Webdesign & Co.
Hilfe für Anfänger bei Dreamweaver Hilfe für Anfänger bei Dreamweaver
« Pop up mit Live Chat beim betreten der Seite | Description und keywords in den Headbereich der HP »

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

Erweiterte Suche
Thema bewerten
Thema bewerten:

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

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 20:23 Uhr.

Powered by: vBulletin Version 3.7 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. / Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Traum-Projekt.com | Suchen | Archiv | Impressum | Kontakt | | | Nach oben |



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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67