YourWBB


yourWBB » yourWBB Misc * » Das Proggen » MySQL und PHP » Template für mein Blog » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 2.118 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Zum Ende der Seite springen Template für mein Blog
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
goxxer
Gesperrt! 12/06/07


Dabei seit: 13.11.06
Beiträge: 328

 Template für mein Blog Antworten Zitieren Editieren Melden       UP

Guten Tag,
ich möchte folgendes haben...

http://www.lach-mal.net/

Ich möchte eine .php datei (z.B. blablablub.php) erstellen die zum Blogdesign passt.

!!! DOCH RECHTS DIE NAVI SOLL WEG !!!

Dies sollte dann in etwa so aussehen.

[img]http://getpic.info/uploads/bee7d40d29d4dbd82d2ea23ce0cedb77.JPG[/img]

code:
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:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
<!-- language redirection -->



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Lach-Mal.net - Deine Funseite Nr. 1</title>
<meta name="generator" content="WordPress 2.0.5" /> <!-- leave this for stats -->
<link rel="stylesheet" href="http://www.lach-mal.net/wp-content/themes/freshy/style.css" type="text/css" media="screen" title="Freshy"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.lach-mal.net/?feed=rss2" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.lach-mal.net/?feed=rss" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.lach-mal.net/?feed=atom" />

<link rel="pingback" href="http://www.lach-mal.net/xmlrpc.php" />
	<link rel='archives' title='Dezember 2006' href='http://www.lach-mal.net/?m=200612' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.lach-mal.net/xmlrpc.php?rsd" />

	<style type="text/css">
	.menu li a {
		background-image:url("http://www.lach-mal.net/wp-content/themes/freshy/images/menu/menu_triple_red.gif");
	}
	.menu li a.first_menu {
		background-image:url("http://www.lach-mal.net/wp-content/themes/freshy/images/menu/menu_start_triple_red.gif");
	}
	.menu li a.last_menu {
		background-image:url("http://www.lach-mal.net/wp-content/themes/freshy/images/menu/menu_end_triple_red.gif");
	}
	.menu li.current_page_item a {
		color:#ffffff !important;
	}
	
	.description {
		color:#eca50d;
	}
	#content .commentlist dd.author_comment {
		background-color:#eca50d !important;
	}
	html > body #content .commentlist dd.author_comment {
		background-color:#eca50d !important;
	}
	#content .commentlist dt.author_comment .date {
		color:#eca50d !important;
		border-color:#eca50d !important;
	}
	#content .commentlist .author_comment .author,
	#content .commentlist .author_comment .author a {
		color:#eca50d !important;
		border-color:#eca50d !important;
	}
	#sidebar h2 {
		color:#000000;
		background-color:#c2c2c2;
		border-bottom-color:#000000;
	}
	#sidebar {
		background-color:#F3F3F3;
	}
	*::-moz-selection {
		background-color:#d80f2a;
	}

	#content a:hover {
		border-bottom:1px dotted #d80f2a;
	}

	#sidebar a:hover,
	#sidebar .current_page_item li a:hover,
	#sidebar .current-cat li a:hover,
	#sidebar .current_page_item a,
	#sidebar .current-cat a ,
	.readmore,
	#content .postmetadata a
	{
		color : #d80f2a;
	}
	
	#title_image {
		margin:0;
		text-align:left;
		display:block;
		height:95px;
				background-image:url("http://www.lach-mal.net/wp-content/themes/freshy/images/headers/header_image8.jpg");
	
			}
	
	</style>

	</head>
<body>

<div id="page">
	
	<!-- header -->
	<div id="header">

		<div id="title">
			<h1>
				<a href="http://www.lach-mal.net">
					<span></span>
				</a>
			</h1>
			<div class="description">
				<small></small>
			</div>

		</div>
		<div id="title_image"></div>
	</div>
	
	<!-- main div -->
	<div id="frame">

	<!-- main menu -->
			<ul class="menu">
			
			<li class="page_item">

				<a class="first_menu" href="http://www.lach-mal.net">
					Home				</a>
			</li>
					
			<li class="page_item"><a href="http://www.lach-mal.net/?page_id=2" title="IMPRESSUM">IMPRESSUM</a></li>
<li class="page_item current_page_item"><a href="http://www.lach-mal.net/?page_id=17" title="LEERE SEITE">LEERE SEITE</a></li>
				
			<li class="last_menu">
				
				<!-- if an email is set in the options -->
								<!-- put an empty link to have the end of the menu anyway -->

					
				<a class="last_menu_off">
				</a>
					
									
			</li>

		</ul>
		
	<hr style="display:none"/>
	<div id="content">
	
	<!-- pages -->
			
						
			<div class="post" id="post-17">

				<h2><a href="http://www.lach-mal.net/?page_id=17" rel="bookmark" title="Read LEERE SEITE">LEERE SEITE</a></h2>
				
				<div class="entry">
					</p>
				</div>
			</div>
			
					
			<h3>Aktionen</h3>
			<ul class="postmetadata">
				<li class="with_icon"><img class="icon" src="http://www.lach-mal.net/wp-content/themes/freshy/images/icons/edit-icon-16x16.gif" alt="edit" />&nbsp;<a href="http://www.lach-mal.net/wp-admin/post.php?action=edit&amp;post=17">Edit</a></li>

			</ul>
					
		
<!-- You can start editing here. -->



	
			
	<!-- blog -->
		
	<!-- homepage -->

		
	</div>
	
	<hr/>
	
	<!-- sidebar -->

		
	<div id="sidebar">
		<div>
							<h2>Navigation</h2>
			<ul>
				        </ul>
	        				
			<h2>Suche</h2>
			<form method="get" id="searchform" action="http://www.lach-mal.net/">
<p>

<input size="12" type="text" value="" name="s" id="s" /><input class="btn" type="submit" id="searchsubmit" value="Suche" />
</p>
</form>

			<h2>Links</h2>
			<ul>
			 			  <li id="linkcat-1">Partner			   <ul>
			    			   </ul>
			  </li>
			 			</ul>

				</div>
	</div>
	<br style="clear:both" /><!-- without this little <br /> NS6 and IE5PC do not stretch the frame div down to encopass the content DIVs -->
</div>
				
<!-- footer -->
<hr style="display:none"/>

<div id="footer">
	<small class="footer_content">
		<a href="http://www.lach-mal.net/?feed=rss2"><img alt="rss" src="http://www.lach-mal.net/wp-content/themes/freshy/images/rss_blog.gif"/></a>
		<a href="http://validator.w3.org/check?uri=referer"><img alt="valid xhtml 1.1" src="http://www.lach-mal.net/wp-content/themes/freshy/images/valid_xhtml11_80x15_2.png"/></a>

		<a href="http://www.jide.fr"><img alt="design by jide" src="http://www.lach-mal.net/wp-content/themes/freshy/images/micro_jide.png"/></a>
		<a href="http://wordpress.org/"><img alt="powered by Wordpress" src="http://www.lach-mal.net/wp-content/themes/freshy/images/get_wordpress_80x15_2.png"/></a>
		<a href="http://www.mozilla.com/firefox"><img alt="get firefox" src="http://www.lach-mal.net/wp-content/themes/freshy/images/get_firefox_80x15.png"/></a>
	</small>
<p><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs"><span id="bccount" style="font-size:8px">kostenloser Counter</span></a></p><script type="text/javascript" src="http://track.blogcounter.de/js.php?user=lach-mal.net&amp;style=1"></script><noscript><p><a href="http://www.blogcounter.de/"><img style="border: 0px;" alt="Weblog counter" src="http://track.blogcounter.de/log.php?id=lach-mal.net"/></a> - <a href="http://lustich.de/witze/">Witze</a></p></noscript>
</div>

</div> <!--- end of the <div id="page"> (from header.php) -->

</body>
</html>


Die ist der Code von dieser Seite http://www.lach-mal.net/?page_id=17

Ich bedanke mich jetzt schonmal fuer eure Hilfe.

mfg
goxxer
31.12.06 15:22 goxxer ist offline Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » yourWBB Misc * » Das Proggen » MySQL und PHP » Template für mein Blog