 |
Support ForumUp France Avant de demander de l'aide: Faites une vérification à la section QFP (FAQ) En postant, inscrire une description de votre question en titre Inclure l'URL de votre forum Pas de support par MP ou par courriel
|
| Voir le sujet précédent :: Voir le sujet suivant |
| Auteur |
Message |
Assoth
Inscrit le: 15 Mai 2008 Messages: 50 Localisation: Spain
|
Posté le: Jeu Aoû 14, 2008 10:38 am Sujet du message: [translate]How to add an image in the forum table cells |
|
|
How to add an image in the forum table cells
You can now easily add images to the forum table cells, which show on the index page, as well as in the post views. Below is a screenshot showing the tables, boxed off in colors:
Seulement les utilisateurs registred peuvent voir des liens sur ce forum. Registred ou Login sur le forum. |
The side on the left is called, in the css style sheet, "td.row.1"
The side on the right is called, in the css style sheet "td.row.2"
Put the following code in the Admin Panel>General Admin>ForumUp>HTML codes on top and bottom of all forum pages>Code at the bottom of the forum, after all topics.:
| Code: | </* Main table cell colors and backgrounds */-->
<style type="text/css">
td.row1 { background-color: #FFF9B3;
background-image: url(http://urlofyourimage); }
td.row2 { background-color: #FFF799;
background-image: url(http://urlofyourimage);}
//--></style> |
Replace "http://urlofyourimage" with the full url of your image. Be sure the image is on your own webspace or online image storage account. Do not simply copy the url of an image from someone else's website.
Do have a background color selected for each section, in case the server where your image is has a problem, and the image does not show temporarily.
Written by gg'ssimon
| Code: | [b]How to add an image in the forum table cells[/b]
You can now easily add images to the forum table cells, which show on the index page, as well as in the post views. Below is a screenshot showing the tables, boxed off in colors:
[url=http://www.postimage.org/image.php?v=aV22qNp0][img]http://www.postimage.org/aV22qNp0.jpg[/img][/url]
The side on the left is called, in the css style sheet, "td.row.1"
The side on the right is called, in the css style sheet "td.row.2"
Put the following code in the Admin Panel>General Admin>ForumUp>HTML codes on top and bottom of all forum pages>Code at the bottom of the forum, after all topics.:
[code]</* Main table cell colors and backgrounds */-->
<style type="text/css">
td.row1 { background-color: #FFF9B3;
background-image: url(http://urlofyourimage); }
td.row2 { background-color: #FFF799;
background-image: url(http://urlofyourimage);}
//--></style>[/code]
Replace "http://urlofyourimage" with the full url of your image. Be sure the image is on your own webspace or online image storage account. Do not simply copy the url of an image from someone else's website.
Do have a background color selected for each section, in case the server where your image is has a problem, and the image does not show temporarily.
[i]Written by gg'ssimon[/i][size=9][/size] |
|
|
| Revenir en haut de page |
|
 |
|
|
Vous ne pouvez pas poster de nouveaux sujets dans ce forum Vous ne pouvez pas répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum
|
|