Archiv verlassen und diese Seite im Standarddesign anzeigen : Ein Schöne Newsfläche machen.Aber wie?
Also erstmal hallo ^^.
Ich mach jezt bestimmt shcon über 4 Stunden daran rumm und ich hätte echt fast kein bock mehr gehabt ^^.
Ich möchte mit tabbelen in CSS (Oder halt HTML) ein schöne
Newsfläche machen mit avatar an der seite ungefär wie hier ien Forum post ^^.
Aber wie geht das.
mfg sekar
Crash-Override
28.02.2005, 16:46
Puh, so ansich ist es etwa wie ein Gästebuch aufgebeut. Mann muss halt ne Tabelle habe in der zum Namen noch ein verweis auf das entsprechende Bild ist, mehr ist es an sich nicht...
ich mache mal ein News Template poste es dann hier rein
Chocwise
28.02.2005, 17:43
ich mache mal ein News Templet poste es dann hier rein
"Template" dadie, "Template".
Ich weiß du hast Probleme mit der Rechtschreibung, ist ja auch kein Ding, aber bitte gewöhn dir zumindest "Template" an, sonst platzt mir noch der Kopf. ;)
Also das Design des Newssystem Basiert auf dem UVD Style System (in deinem Version 2.10) ^^
das hier ist das Newssystem für Version 2.15b welche auf PHP umgebaut wird bzw. eine Symbiose mit PHP Base eingeht .
<table border="0" cellpadding="0" cellspacing="0" width="80%" >
<tr>
<td style="vertical-align:top; height:34px ; background-image: url(./img/003.gif) ;border-top: 1px solid black;border-left: 1px solid black;border-right: 0px solid black;border-bottom: 0px solid #848484;background-color:#8d1807; color:#ffffff; text-align:left;padding-left:5px;padding-right:5px;font-size:12px;" >
News-name
</td>
<td style="vertical-align:top; height:34px ; background-image: url(./img/003.gif) ;border-top: 1px solid black;border-left: 0px solid black;border-right: 1px solid black;border-bottom: 1px solid #848484;background-color:#8d1807; color:#ffffff; text-align:right;padding-left:5px;padding-right:5px; font-size:10px;" >
00.00.0000
</td>
</tr>
<tr>
<td width="100%" colspan="2" style="border-top: 0px solid black;border-left: 1px solid black;border-right: 1px solid black;border-bottom: 1px solid black;background-color:#848484; color:#ffffff; text-align:left;padding-left:5px;padding-right:5px;" >
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
</td>
</tr>
</table>
Orkkrieger
28.02.2005, 19:24
hier mal mein vorschlag:
<!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>News</title>
<style type="text/css">
td {padding-left:3px; padding-right:3px; padding-bottom:3px; padding-top:3px; border:1px solid #333333}
body {background-color:#CCCCCC}
font {font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:left}
.table_headline_footline {border:1px solid #333333; background-color:#666666}
.table_main {border:1px solid #333333; background-color:#E6E6E6}
.date {font:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-align:right}
.headline {font:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#333333; text-align:left; font-weight:bold}
.username {font:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-align:left; font-weight:bold; text-decoration:underline}
</style>
</head>
<body>
<table width="800" align="center" class="table_headline_footline" cellspacing="3">
<tr>
<td align="left">
<font class="headline">Überschrift</font>
</td>
</tr>
</table>
<table width="800" align="center" class="table_main" cellspacing="3">
<tr>
<td width="150">
<p align="center"><font class="username">Username</font></p>
<p align="center"><img src="http://forum.rpg-ring.com/forum/customavatars/avatar13057_17.gif" width="100" height="100" align="middle" alt="Avatar"></p>
<br>
</td>
<td width="650">
<font>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.</font>
</td>
</tr>
</table>
<table width="800" align="center" class="table_headline_footline" cellspacing="3">
<tr>
<td>
<div align="left" style="width:49%; float:left">
<font class="date">geschrieben am 31.2.2068 um 21:45</font></div>
<div align="right" style="width:49%; float:right"><font class="date">News #666</font></div>
</td>
</tr>
</table>
</body>
</html>
zu sehen hier:
http://juke.ju.funpic.de/news-test.htm
btw, ich garantiere nich für validität, aber auf allen browsern die ich getestet habe (ie, firefox, firebird, opera) geht es
Powered by vBulletin® Version 4.2.3 Copyright ©2025 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.