BzSommer Style

SnakeBlood
Danke für die beiden Buttons, sehen geil aus smile

Mir ist da nur aufgefallen das die anderen Buttons andere Grössen haben, sieht man auch durch Striche an den Buttons, die hatte ich auch aus dem Thread hier schau mal bitte

[IMG]http://www.darealfreakshow.de/bbcode.JPG[/IMG]

Meinste du kannst da nochmal nacharbeiten bei denen wo die Striche sind ? Bei dem der unterstrichen ist ist zum Beispiel die linke Rundung nicht, sind aber richtig eingebaut smile
memo1003
Damit das passt musst du dein template bb_codes_buttons anpassen:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
<tr>
  <td align="left" colspan="2">
  <img src="{$style['imagefolder']}/bbcode_bold.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BOLD']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BOLD']}" border="0" onclick="bbcode(document.bbform,'B','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_italic.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_ITALIC']}" title="{$lang->items['LANG_POSTINGS_BBCODE_ITALIC']}" border="0" onclick="bbcode(document.bbform,'I','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_underline.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_UNDERLINE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_UNDERLINE']}" border="0" onclick="bbcode(document.bbform,'U','')" onmouseover="this.style.cursor='hand';" />
  <img src="{$style['imagefolder']}/bbcode_justify.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BLOCKSATZ']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BLOCKSATZ']}" border="0" onclick="flash(document.bbform,'block','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_center.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_CENTER']}" title="{$lang->items['LANG_POSTINGS_BBCODE_CENTER']}" border="0" onclick="bbcode(document.bbform,'CENTER','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_left.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_LINKSBUENDIG']}" title="{$lang->items['LANG_POSTINGS_BBCODE_LINKSBUENDIG']}" border="0" onclick="flash(document.bbform,'left','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_right.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_RECHTSBUENDIG']}" title="{$lang->items['LANG_POSTINGS_BBCODE_RECHTSBUENDIG']}" border="0" onclick="flash(document.bbform,'right','')" onmouseover="this.style.cursor='hand';" />
  <img src="{$style['imagefolder']}/bbcode_marquee.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_MARQUEE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_MARQUEE']}" border="0" onclick="bbcode(document.bbform,'MARQUEE','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_schreib.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_SCHREIBMACHINE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_SCHREIBMACHINE']}" border="0" onclick="flash(document.bbform,'tt','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_blur.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BLUR']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BLUR']}" border="0" onclick="flash(document.bbform,'bt','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_schatten.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_SCHATTEN']}" title="{$lang->items['LANG_POSTINGS_BBCODE_SCHATTEN']}" border="0" onclick="flash(document.bbform,'s','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_durch.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_DURCHSTRICHEN']}" title="{$lang->items['LANG_POSTINGS_BBCODE_DURCHSTRICHEN']}" border="0" onclick="flash(document.bbform,'d','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_blink.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BLINK']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BLINK']}" border="0" onclick="flash(document.bbform,'blink','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_wave.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_WELLE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_WELLE']}" border="0" onclick="flash(document.bbform,'wave','')" onmouseover="this.style.cursor='hand';" />
  </td>
  </tr>
<tr>
  <td align="left" colspan="2">
  <img src="{$style['imagefolder']}/bbcode_flash.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_FLASH']}" title="{$lang->items['LANG_POSTINGS_BBCODE_FLASH']}" border="0" onclick="flashfile(document.bbform,'flash','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_image.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_IMAGE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_IMAGE']}" border="0" onclick="bbcode(document.bbform,'IMG','http://')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_nimg.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_NEGATIV']}" title="{$lang->items['LANG_POSTINGS_BBCODE_NEGATIV']}" border="0" onclick="flash(document.bbform,'nimg','http://')" onmouseover="this.style.cursor='hand';" />
  <img src="{$style['imagefolder']}/bbcode_tief.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_TIEFGESTELLT']}" title="{$lang->items['LANG_POSTINGS_BBCODE_TIEFGESTELLT']}" border="0" onclick="flash(document.bbform,'sub','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_hoch.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_HOCHGESTELLT']}" title="{$lang->items['LANG_POSTINGS_BBCODE_HOCHGESTELLT']}" border="0" onclick="flash(document.bbform,'sup','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_list.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_LIST']}" title="{$lang->items['LANG_POSTINGS_BBCODE_LIST']}" border="0" onclick="dolist(document.bbform)" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_code.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_CODE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_CODE']}" border="0" onclick="bbcode(document.bbform,'CODE','')" onmouseover="this.style.cursor='hand';" />
  <img src="{$style['imagefolder']}/bbcode_php.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_PHP']}" title="{$lang->items['LANG_POSTINGS_BBCODE_PHP']}" border="0" onclick="bbcode(document.bbform,'PHP','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_url.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_URL']}" title="{$lang->items['LANG_POSTINGS_BBCODE_URL']}" border="0" onclick="namedlink(document.bbform,'URL')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_email.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_EMAIL']}" title="{$lang->items['LANG_POSTINGS_BBCODE_EMAIL']}" border="0" onclick="namedlink(document.bbform,'EMAIL')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_quote.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_QUOTE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_QUOTE']}" border="0" onclick="bbcode(document.bbform,'QUOTE','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_ftp.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_FTP']}" title="{$lang->items['LANG_POSTINGS_BBCODE_FTP']}" border="0" onclick="ftpserver(document.bbform,'ftp','')" onmouseover="this.style.cursor='hand';" /><a href="misc.php?sid=$session[hash]&amp;action=bbcode" target="_blank"><img src="{$style['imagefolder']}/bbcode_help.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_HILFE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_HILFE']}" border="0" /></a>
  </td>
<tr>
  <td align="left" colspan="2">
  <img src="{$style['imagefolder']}/bbcode_esel.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_ESEL']}']}" title="{$lang->items['LANG_POSTINGS_BBCODE_ESEL']}" border="0" onclick="ed2kserver(document.bbform,'ed2k', '')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_smilie.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_SCHILD']}" title="{$lang->items['LANG_POSTINGS_BBCODE_SCHILD']}" border="0" onclick="bbcode_smilie()" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_denk.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_DENK']}" title="{$lang->items['LANG_POSTINGS_BBCODE_DENK']}" border="0" onclick="flash(document.bbform,'denk','')" onmouseover="this.style.cursor='hand';" />
  <img src="{$style['imagefolder']}/bbcode_hide.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_HIDE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_HIDE']}" border="0" onclick="flash(document.bbform,'hide','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_media.gif" alt="MEDIA" title="MEDIA" border="0" onclick="bbcode(document.bbform,'media','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_imageshack.gif" alt="Imagehack" title="Imagehack" border="0" onclick="bbcode(document.bbform,'privat','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_schild.gif" alt="SCHILD" title="SCHILD" border="0" onclick="bbcode(document.bbform,'schild','')" onmouseover="this.style.cursor='hand';" />
  <img src="{$style['imagefolder']}/bbcode_movie.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_MOVIE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_MOVIE']}" border="0" onclick="det1706(document.bbform,'movie','')" onmouseover="this.style.cursor='hand';" /><br/>
</td>
 
SnakeBlood
Puuuuh , das will bei mir garnicht klappen :/

Ich versuch und versuch und es bringt nix !

Danke auf jeden Fall für deinen Code, dort sind jedoch BB Codes drinne die ich nicht habe !

Könntest du evtl mal über meinen Code rübergucken ?

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:
<table cellspacing="0" cellpadding="0">
 <tr class="tablea_fc">
  <td align="left" colspan="3"><span class="smallfont">
   <input type="radio" name="mode" id="radio_bbcodemode_1" value="0" title="{$lang->items['LANG_POSTINGS_BBCODE_MODE_0']} (alt+n)" accesskey="n" onclick="setmode(this.value)" $modechecked[0] /><label for="radio_bbcodemode_1">
   {$lang->items['LANG_POSTINGS_BBCODE_MODE_0']}</label>
   <input type="radio" name="mode" id="radio_bbcodemode_2" value="1" title="{$lang->items['LANG_POSTINGS_BBCODE_MODE_1']} (alt+e)" accesskey="e" onclick="setmode(this.value)" $modechecked[1] /><label for="radio_bbcodemode_2">
   {$lang->items['LANG_POSTINGS_BBCODE_MODE_1']}</label>
  </span></td>
 </tr>
 <tr>
  <td>

<select id="fontselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'FONT')">
    <option value="0">FONT</option>
    $bbcode_fontbits
   </select>

<select id="sizeselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'SIZE')">
    <option value="0">SIZE</option>
    $bbcode_sizebits
   </select>

<select id="colorselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'COLOR')">
    <option value="0">COLOR</option>
    $bbcode_colorbits
   </select>
<br>
<center><select id="colorselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'GLOW')">
    <option value="0">GLOW</option>
    $bbcode_colorbits
   </select>

</select><select id="colorselect0" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'span')">
    <option value="0">SPAN</option>
    $bbcode_colorbits
   </select></center>

  </td>


  <td>

<a href="misc.php?action=bbcode{$SID_ARG_2ND}" target="_blank"><img src="{$style['imagefolder']}/bbcode_help.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_HELP']}" title="{$lang->items['LANG_POSTINGS_BBCODE_HELP']}" border="0" /></a>
&nbsp;</td>



  <td rowspan="2"><table>
 <tr class="smallfont">
  <td align="left" class="tablea_fc"><input class="input" type="button" value=" x " accesskey="c" title="{$lang->items['LANG_POSTINGS_BBCODE_CLOSE_CURRENT_TAG']} (alt+c)" style="color:red; font-weight:bold" onclick="closetag(this.form)" /> {$lang->items['LANG_POSTINGS_BBCODE_CLOSE_CURRENT_TAG']}</td>
 </tr>
 <tr class="smallfont">
  <td align="left" class="tablea_fc"><input class="input" type="button" value=" x " accesskey="x" title="{$lang->items['LANG_POSTINGS_BBCODE_CLOSE_ALL_TAGS']} (alt+x)" style="color:red; font-weight:bold" onclick="closeall(this.form)" /> {$lang->items['LANG_POSTINGS_BBCODE_CLOSE_ALL_TAGS']}</td>
 </tr>
</table></td>
 </tr>
 <tr>
  <td align="left" colspan="2">

<img src="{$style['imagefolder']}/bbcode_bold.gif" alt="BOLD" title="Fetter Text" border="0" onclick="bbcode(document.bbform,'B','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_italic.gif" alt="ITALIC" title="Kursiver Text" border="0" onclick="bbcode(document.bbform,'I','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_underline.gif" alt="UNDERLINE" title="Unterstrichener Text" border="0" onclick="bbcode(document.bbform,'U','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_center.gif" alt="CENTER" title="Center" border="0" onclick="bbcode(document.bbform,'CENTER','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_url.gif" alt="URL" title="URL" border="0" onclick="namedlink(document.bbform,'URL')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_email.gif" alt="EMAIL" title="E-Mail" border="0" onclick="namedlink(document.bbform,'EMAIL')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_image.gif" alt="IMAGE" title="Image" border="0" onclick="bbcode(document.bbform,'IMG','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_quote.gif" alt="QUOTE" title="Zitat" border="0" onclick="bbcode(document.bbform,'QUOTE','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_list.gif" alt="LIST" title="List" border="0" onclick="dolist(document.bbform)" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_code.gif" alt="CODE" title="Code" border="0" onclick="bbcode(document.bbform,'CODE','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_php.gif" alt="PHP" title="PHP" border="0" onclick="bbcode(document.bbform,'PHP','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_marquee.gif" alt="MARQUEE" title="Marquee" border="0" onclick="bbcode(document.bbform,'MARQUEE','')" onmouseover="this.style.cursor='hand';" />

<BR>

<img src="{$style['imagefolder']}/bbcode_schreib.gif" alt="SCHREIB" title="Schreib" border="0" onclick="bbcode(document.bbform,'tt','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_blink.gif" alt="BLINK" title="Blink" border="0" onclick="bbcode(document.bbform,'BLINK','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_schatten.gif" alt="SCHATTEN" title="Schatten" border="0" onclick="bbcode(document.bbform,'S','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_wave.gif" alt="WAVE" title="Wave" border="0" onclick="bbcode(document.bbform,'wave','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_durch.gif" alt="durchgestrichener Text" title="Durchgestrichener Text" border="0" onclick="bbcode(document.bbform,'d','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_blur.gif" alt="BLUR TEXT" title="Blur Text" border="0" onclick="bbcode(document.bbform,'bt','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_nimg.gif" alt="NEGATIVE IMAGE" title="Negatives Image" border="0" onclick="bbcode(document.bbform,'negativeimg','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_schild.gif" alt="SCHILD" title="Schild Smilie" border="0" onclick="bbcode(document.bbform,'schild','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_flash.gif" alt="FLASH" title="Flash" border="0" onclick="bbcode(document.bbform,'FLASH','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_media.gif" alt="MEDIA" title="Media" border="0" onclick="bbcode(document.bbform,'media','')" onmouseover="this.style.cursor='hand';" />

<img
src="{$style['imagefolder']}/bbcode_WIKI.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_WIKI']}" title="{$lang->items['LANG_POSTINGS_BBCODE_WIKI']}" border="0" onclick="bbcode(document.bbform,'WIKI','')" onmouseover="this.style.cursor='hand';" />

<img src="{$style['imagefolder']}/bbcode_imageshack.gif" alt="Bild bei Imagehack hosten" title="Bild bei Imagehack hosten" border="0" onClick="return overlay(this, 'subcontent2')" onmouseover="this.style.cursor='hand';" />
		
				<!--Sub content to overlay link when clicked on. Do not remove outermost <div id="subcontent2"> tag below. -->
				<DIV id="subcontent2" style="position:absolute; display:none">
				
				<div style="border: 1px solid black; background-color: #EDEDED; width: 360px; height: 150px; padding: 5px">
				<font class="smallfont">Eigene Bilder mit  <a href="http://www.imageshack.us" target=_blank>imageshack.us</a> hochladen...
				<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="350" height="100">Update your browser for ImageShack.us!</iframe>
				
				Nach dem hochladen öffnet sich ein neues Fenster...
				
				<div align="right"><b><a href="#" onClick="overlayclose('subcontent2'); return false" class="smallfont">Schliessen</a></b></div>
				</div>
				
				</DIV>
				



</td>
 </tr>
</table>


Was ich noch gern hätte wäre ein BB Code Wikipedia ein Bild zum Wiki findest du hier
memo1003
Das mach ich bei Gelegenheit, zunächst mal dein bbcode
Kacki1
ich benötige auch einen top_button mit der aufschrift
Regieanleitung
danke schön Augenzwinkern
memo1003
Kannst du dir abholen Augenzwinkern
Kacki1
fröhlich dank dir Denis hab ich schon gemacht...irgendwie hatte ich probleme bei euch ins forum zu kommen traurig
SnakeBlood
Zitat:
Original von memo1003
Das mach ich bei Gelegenheit, zunächst mal dein bbcode


Danke auch dafür, die neuen BB Codes sind ja alle ohne Striche, wenn du Zeit hast kannst du ja mal übers Tpls fliegen, an Buttons wars das nun, danke nochmal für deine Geduld, guten Rutsch !
Hamdi
könnte ich bitte einen top button haben mit

link-us
memo1003
smile
SnakeBlood
Könntest du nochmal nach meinen BB Codes gucken memo ?
memo1003
Mach mir mal bitte nen neuen screenshot vom Beitrag erstellen bereich, damit ich die Anordnung sehe.
Hamdi
danke memo.....
SnakeBlood
Zitat:
Original von memo1003
Mach mir mal bitte nen neuen screenshot vom Beitrag erstellen bereich, damit ich die Anordnung sehe.


Kannst du haben

KLICK

Der M Button muss wohl runter da er kleiner ist
Funny
Hi memo1003 ich benötige einen top_player.gif Button,mit der Aufschrift Player

wie immer lieben Dank smile
Hamdi
hi memo ich bräuchte nochmal top buttons bitte

friedhof
pranger

danke im vorraus......
memo1003
@Funny
habe sie dir schon auf mywbb erstellt.

@hemp
KLiCK MiCH

@SnakeBlood
habe dir mal neue bbcodes gemacht, die passen auf jeden Fall.
SnakeBlood
Super memo die passen 1 a !

Danke für deine Mühe !
Hamdi
jo alles klar danke dir.......
corny123
Hallo,

toller Style,
könntest Du mir bitte ein logo erstellen mit der Aufschrift:
Dabrima Photoimpact
Workshop & Basteltreff

bitte schrift nicht zu gross,
da unser kleines "maskotchen" noch an die re seiten eingefügt werden soll.

und ich bräichte noch button für
Partner
Link uns

Danke vom voraus!!!
Gruß corny