BBCodeBox3

prosilver | subsilver2

Willkommen und Guten Morgen, Guest  Beim nächsten Piep ist es zwischen 6:00 und 7:00 Uhr

It is currently Sun 19. May 2024, 06:27

All times are UTC + 1 hour [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Sat 7. Nov 2009, 17:00 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

Einfachste Tabelle

Dieser BBCode stellt die einfachste Form der Darstellung einer Tabelle dar.

Dafür braucht man lediglich 3 BBCodes:

---------

bbcode
Code:
[tabelle]{TEXT}[/tabelle]


html ersetzung
Code:
<table border="1">
{TEXT}
</table>

---------

bbcode
Code:
[tabellendaten]{TEXT}[/tabellendaten]


html ersetzung
Code:
<td>&nbsp;{TEXT}&nbsp;</td>

---------

bbcode
Code:
[tabellenzeile]{TEXT}[/tabellenzeile]


html ersetzung
Code:
<tr>
{TEXT}
</tr>

---------

Das wars

Die beiden geschützten Leerzeichen
Code:
&nbsp;
in der [ tabellendaten ] html ersetzung sorgen für ordentliche Abstände von den Rändern.

Die Tabelle passt sich dynamisch an die Inhalte an

---------

Beispiel

 Vorname  Name  Straße  PLZ / Ort 
 Werner  Steinbrecher  Meyerweg 16  12473 Berlin 


Code:
[tabelle]
[tabellenzeile]
[tabellendaten]Vorname[/tabellendaten]
[tabellendaten]Name[/tabellendaten]
[tabellendaten]Straße[/tabellendaten]
[tabellendaten]PLZ / Ort[/tabellendaten]
[/tabellenzeile]
[tabellenzeile]
[tabellendaten]Werner[/tabellendaten]
[tabellendaten]Steinbrecher[/tabellendaten]
[tabellendaten]Meyerweg 16[/tabellendaten]
[tabellendaten]12473 Berlin[/tabellendaten]
[/tabellenzeile]
[/tabelle]


Die Syntax wird dabei schnell klar ;-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
POWERED_BY
[ Time : 0.057s | 20 Queries | GZIP : Off | Board-Version: 3.0.7 PL1 ]