essai

Forum de test
 
HomeHome  FAQFAQ  SearchSearch  GalleryGallery  CalendarCalendar  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  Log in  phpBB FrancephpBB France  

Share | 
 

 Code tableau pour forums côte à côte

View previous topic View next topic Go down 
AuthorMessage
MissGeek
Admin


Female Number of posts: 227
Age: 28
Localisation: Baie-Comeau, Québec
Registration date: 2005-11-29

PostSubject: Code tableau pour forums côte à côte   Sat 16 Jun - 20:21

Code:
<TABLE height="2%" width="100%" border=0>
  <TBODY>
    <TR>
      <TD vAlign=top align=left width="6%" rowSpan=2>
        <SPAN class=forumlink>
          <A href="http://forum.forumactif.com/Vous-et-forumactif-c10/Regles-et-Staff-du-forum-f99.htm">
            <IMG height=59 src="http://illiweb.com/fa/fdf/parchemin.png" width=61 border=0>
          </A>
        </SPAN>
      </TD>
      <TD width="45%" height="18%">
        <A class=forumlink href="http://forum.forumactif.com/Vous-et-forumactif-c10/Regles-et-Staff-du-forum-f99.htm">Régles et Staff du forum
        </A>
      </TD>
      <TD vAlign=top align=left width="6%" rowSpan=2>
        <SPAN class=forumlink>
          <A href="http://forum.forumactif.com/Vous-et-forumactif-c10/Annonces-Mises-a-Jour-f1.htm">
            <IMG height=59 src="http://illiweb.com/fa/fdf/annonce.png" width=65 border=0>
          </A>
        </SPAN>
      </TD>
      <TD vAlign=top align=left width="43%">
        <A class=forumlink href="http://forum.forumactif.com/Vous-et-forumactif-c10/Annonces-Mises-a-Jour-f1.htm">Annonces / Mises à jour
        </A>
      </TD>
    </TR>
    <TR>
      <TD vAlign=top align=left height=21>
        <SPAN class=gensmall>Veuillez lire attentivement les règles générales du forum
        </SPAN>
      </TD>
      <TD>
        <SPAN class=gensmall>Informations sur la maintenance et les mises à jour des forums
        </SPAN>
      </TD>
    </TR>
    <TR>
      <TD background=http://i16.servimg.com/u/f16/11/08/38/53/spacer10.png colSpan=4 height=1>
      </TD>
    </TR>
    <TR>
      <TD vAlign=top align=left rowSpan=2>
        <SPAN class=forumlink>
          <A href="http://forum.forumactif.com/FAQ-c12/Questions-Reponses-frequentes-f14.htm">
            <IMG height=59 src="http://illiweb.com/fa/fdf/questions.png" width=63 border=0>
          </A>
        </SPAN>
      </TD>
      <TD vAlign=top align=left height=21>
        <A class=forumlink href="http://forum.forumactif.com/FAQ-c12/Questions-Reponses-frequentes-f14.htm">Questions/Réponses fréquentes
        </A>
      </TD>
      <TD vAlign=top align=left rowSpan=2>
        <SPAN class=forumlink>
          <A href="http://forum.forumactif.com/FAQ-c12/Trucs-et-astuces-f8.htm">
            <IMG height=59 src="http://illiweb.com/fa/fdf/magic.png" width=64 border=0>
          </A>
        </SPAN>
      </TD>
      <TD vAlign=top align=left>
        <A class=forumlink href="http://forum.forumactif.com/FAQ-c12/Trucs-et-astuces-f8.htm">Trucs et Astuces
        </A>
      </TD>
    </TR>
    <TR>
      <TD vAlign=top align=left height="32%">
        <SPAN class=gensmall>99% de vos questions ont déjà une réponse. Vous n'avez pas besoin d'attendre !
        </SPAN>
      </TD>
      <TD vAlign=top align=left>
        <SPAN class=gensmall>Des tutoriaux et des astuces pour augmenter les possibilités de vos forums
        </SPAN>
      </TD>
    </TR>
  </TBODY>
</TABLE>

_________________
test
Back to top Go down
View user profile http://help.editboard.com
MissGeek
Admin


Female Number of posts: 227
Age: 28
Localisation: Baie-Comeau, Québec
Registration date: 2005-11-29

PostSubject: Re: Code tableau pour forums côte à côte   Sun 17 Jun - 4:55

Simple table with 2 forum links and no icon

Code:
<TABLE height="2%" width="100%" border=0>
  <TBODY>
    <TR>
      <TD width="50%" height="18%">
        <A class=forumlink href="http://LINK_FORUM#1">NAME FORUM #1
        </A>
      </TD>
      <TD vAlign=top align=left width="50%">
        <A class=forumlink href="http://LINK_FORUM#2">NAME FORUM #2
        </A>
      </TD>
    </TR>
    <TR>
      <TD vAlign=top align=left height=21>
        <SPAN class=gensmall>DESCRIPTION FORUM #1
        </SPAN>
      </TD>
      <TD>
        <SPAN class=gensmall>DESCRIPTION FORUM #2
        </SPAN>
      </TD>
    </TR>
  </TBODY>
</TABLE>

_________________
test


Last edited by on Sun 17 Jun - 5:02; edited 1 time in total
Back to top Go down
View user profile http://help.editboard.com
MissGeek
Admin


Female Number of posts: 227
Age: 28
Localisation: Baie-Comeau, Québec
Registration date: 2005-11-29

PostSubject: Re: Code tableau pour forums côte à côte   Sun 17 Jun - 5:00

table for 2 forums links with icons

Code:
<TABLE height="2%" width="100%" border=0>
  <TBODY>
    <TR>
      <TD vAlign=top align=left width="6%" rowSpan=2>
        <SPAN class=forumlink>
          <A href="http://LINK_FORUM#1">
            <IMG height=59 src="http://ICON_FORUM#1" width=61 border=0>
          </A>
        </SPAN>
      </TD>
      <TD width="45%" height="18%">
        <A class=forumlink href="http://LINK_FORUM#1">NAMEFORUM #1
        </A>
      </TD>
      <TD vAlign=top align=left width="6%" rowSpan=2>
        <SPAN class=forumlink>
          <A href="http://LINK_FORUM#2">
            <IMG height=59 src="http://ICON_FORUM#2" width=65 border=0>
          </A>
        </SPAN>
      </TD>
      <TD vAlign=top align=left width="43%">
        <A class=forumlink href="http://LINK_FORUM#2">NAME FORUM #2
        </A>
      </TD>
    </TR>
    <TR>
      <TD vAlign=top align=left height=21>
        <SPAN class=gensmall>DESCRIPTION FORUM #1
        </SPAN>
      </TD>
      <TD>
        <SPAN class=gensmall>DESCRIPTION FORUM #2
        </SPAN>
      </TD>
    </TR>
  </TBODY>
</TABLE>

_________________
test
Back to top Go down
View user profile http://help.editboard.com
dlj0811



Female Number of posts: 4
Age: 35
Localisation: LA
Registration date: 2012-03-16

PostSubject: Re: Code tableau pour forums côte à côte   Sun 8 Apr - 6:24

Thanks for sharing
WS-C3560V2-24TS-S Price
Back to top Go down
View user profile http://www.by-routers.com
 

Code tableau pour forums côte à côte

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Récapitulatif pour les délais de réponse pour les demandes d'aménagement de peine et les perms
» Profitez également du code de réduction Elle Passions
» GOOGLE ADWORDS CODE PROMOTIONNEL DE $75 - FAITES VITE!
» recherche travail pour mon compagnon
» questionnaire pour étude de marché

Permissions in this forum:You cannot reply to topics in this forum
essai :: catégorie réservée :: Essais - catégorie réservée à MissGeek :: MissGeek - Pour Forumactif/Editboard-