Results 1 to 2 of 2

Thread: Create Alliance Page

  1. #1
    Erfahrener Benutzer Bauherr's Avatar
    Join Date
    08.08.2016
    Posts
    3,102
    Post Thanks / Like
    Here is a collection of BBCode that is useful to create an alliance page.

    PHP Code:
    [color=red]Red[/color]
    [
    color=#0000FF]Blue[/color]

    [size=5]Size 5[/size]

    [
    i]Italics[/i]
    [
    u]Underlined[/u]
    [
    b]Bold[/b]
    [
    s]Crossed out[/s]
    Text[sub]Subscript[/sub][sup]Superscript[/sup]

    Stroke
    [hr]


    [list]

    [
    list2]Item 1

    [list2]Item 2

    [list2]Item 3[/list]

    [
    left]Text left[/left]
    [
    center]Text center[/center]
    [
    right]Text right[/right]

    [
    table]
    [
    tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr]
    [
    tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
    [
    tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
    [
    tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr]
    [/
    table]

    [
    img]http://bilderupload.xorbit.de/upload/2.png[/img] 
    Then it will look like this:





    Now we'll decorate the chart:

    PHP Code:
    [table]
    [
    tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr]
    [
    tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
    [
    tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
    [
    tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr]
    [/
    table]

    [
    center]
    [
    table]
    [
    tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr]
    [
    tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
    [
    tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
    [
    tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr]
    [/
    table]
    [/
    center
    The lower table has a "center" tag around it, so it looks like this:




    In order not to have so many line breaks after a table, you have to write everything from opening to closing the table tag in one line.
    So like this:
    PHP Code:
    [center][table][tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr][tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr][tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr][tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr][/table][/center


    Now we change the font.

    This can be done for single words, lines or the whole page.

    In this example, they are only made for single words.
    To do it for the whole page, just place the "font" first and the close last.

    PHP Code:
    [font=Comic Sans MS]
    Ally Page

    ....
    Any tags
    ...
    [/
    font
    Here are a few fonts as an example:
    PHP Code:
    Standard
    [font=Comic Sans MS]Comic Sans MS[/font]
    [
    font=Arial]Arial[/font]
    [
    font=verdana]verdana[/font]
    [
    font=Georgia]Georgia[/font]
    [
    font=Impact]Impact[/font]
    [
    font=Lucida Console]Lucida Console[/font]
    [
    font=Tahoma]Tahoma[/font]
    [
    font=Times New Roman]Times New Roman[/font
    It will look like this:


    Fonts are countless, just google "web fonts" and you will find one that fits your site.

  2. #2
    Erfahrener Benutzer Bauherr's Avatar
    Join Date
    08.08.2016
    Posts
    3,102
    Post Thanks / Like
    Hier mal eine Sammlung an BBCode die nützlich sind um eine Allianz Seite zu erstellen.

    PHP Code:
    [color=red]Rot[/color]
    [
    color=#0000FF]Blau[/color]

    [size=5]Größe 5[/size]

    [
    i]Kursiv[/i]
    [
    u]Unterstrichen[/u]
    [
    b]Fett[/b]
    [
    s]Durchgestrichen[/s]
    Text[sub]Tiefgestellt[/sub][sup]Hochgestellt[/sup]

    Strich
    [hr]


    [
    liste]

    [
    liste2]Punkt 1

    [liste2]Punkt 2

    [liste2]Punkt 3[/liste]

    [
    left]Text Links[/left]
    [
    center]Text Mitte[/center]
    [
    right]Text Rechts[/right]

    [
    table]
    [
    tr][td]Zeile 1 Feld 1[/td][td]Zeile 1 Feld 2[/td][td]...[/td][/tr]
    [
    tr][td]Zeile 2 Feld 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
    [
    tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Zeile 3 Feld 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
    [
    tr][td]Zeile 4 Feld 1[/td][td]Zeile 4 Feld 2[/td][td]...[/td][/tr]
    [/
    table]

    [
    img]http://bilderupload.xorbit.de/upload/2.png[/img] 
    Das ganze sieht dann so aus:





    Jetzt verschönern wir noch die Tabelle:

    PHP Code:
    [table]
    [
    tr][td]Zeile 1 Feld 1[/td][td]Zeile 1 Feld 2[/td][td]...[/td][/tr]
    [
    tr][td]Zeile 2 Feld 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
    [
    tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Zeile 3 Feld 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
    [
    tr][td]Zeile 4 Feld 1[/td][td]Zeile 4 Feld 2[/td][td]...[/td][/tr]
    [/
    table]

    [
    center]
    [
    table]
    [
    tr][td]Zeile 1 Feld 1[/td][td]Zeile 1 Feld 2[/td][td]...[/td][/tr]
    [
    tr][td]Zeile 2 Feld 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
    [
    tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Zeile 3 Feld 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
    [
    tr][td]Zeile 4 Feld 1[/td][td]Zeile 4 Feld 2[/td][td]...[/td][/tr]
    [/
    table]
    [/
    center
    Bei der unteren Tabelle ist ein "center" Tag ausenrum, dass ganze sieht dann so aus:




    Um Nach einer Tabelle nicht so viele Zeilenumbrüche zu haben, müsst ihr von öffnen bis zum schließen des Tabellen Tags alles in eine Zeile schreiben.
    Also so:
    PHP Code:
    [center][table][tr][td]Zeile 1 Feld 1[/td][td]Zeile 1 Feld 2[/td][td]...[/td][/tr][tr][td]Zeile 2 Feld 1[/td][td]--------------------------------[/td][td]...[/td][/tr][tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Zeile 3 Feld 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr][tr][td]Zeile 4 Feld 1[/td][td]Zeile 4 Feld 2[/td][td]...[/td][/tr][/table][/center


    Jetzt verändern wir noch die Schriftart.

    Dies kann für einzelne Wörter, Zeilen oder über die ganze Seite gemacht werden.

    In diesem Beispiel sind sie nur über einzelne Wörter gemacht.
    Um es über die ganze Seite zu machen, einfach den "font" als allererstes Platzieren und das schließen als letztes.

    PHP Code:
    [font=Comic Sans MS]
    Ally Seite

    ....
    Irgendwelche Tags
    ...
    [/
    font
    Hier mal ein paar Schriftarten als Beispiel:
    PHP Code:
    Standard
    [font=Comic Sans MS]Comic Sans MS[/font]
    [
    font=Arial]Arial[/font]
    [
    font=verdana]verdana[/font]
    [
    font=Georgia]Georgia[/font]
    [
    font=Impact]Impact[/font]
    [
    font=Lucida Console]Lucida Console[/font]
    [
    font=Tahoma]Tahoma[/font]
    [
    font=Times New Roman]Times New Roman[/font
    Das sieht dann so aus:


    Schriftarten gibt es unzählige, einfach nach "Web Schriftarten" googeln und ihr findet eine die zu eurere Seite passt.

Marcadores

Marcadores

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •