how to add a little picture on portal navigation menu on the left side (not sliding navigation)
with defining a size of pic?
and how to add the same litle pic on the center of forum (index) right below a top menu!
image on portal
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Including an image with HTML you must use
Border="0" means the image will not getting a border.
X = The presettet width for the image. The image will be enlanged, if it will be smaller!
Y = THe same as X, but for the image height.
To insert a new image on portal, insert this link into portal_body.tpl, to the board menu above the forum index, use overall_header.tpl.
Code: Alles auswählen
<img src="http://linktoimage/image.gif" border="0" width="X" height="Y">X = The presettet width for the image. The image will be enlanged, if it will be smaller!
Y = THe same as X, but for the image height.
To insert a new image on portal, insert this link into portal_body.tpl, to the board menu above the forum index, use overall_header.tpl.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!