News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Integrated page with links; please help !!

Started by Stuart, January 21, 2006, 11:29:39 AM

Previous topic - Next topic

Stuart

I just created a FAQ page and basically I'm kinda finished. There's only one more thing I cannot figure out myself, so if anyone can help me out on this one that would be very much appreciated.

I have like a list of crewmembers on this page, though instead of having them underneath eachother I'd like to have 2 next to eachother. Anyone that can help me out ?

The messy code that I'm using now is:

<P><img src="http://www.astmaforum.nl/images/mark.jpg" "WIDTH="60" HEIGHT="60" STYLE="floatleftfont size="2"><font color="#FF0000"><b>&nbsp;Administrator:</b> <br> </color><font size="2"><font color="#000080">        <font color="#2764CD" face="Arial"><b>&nbsp;Mark</b> <br> </font> &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> <br></P>
        <
P><img src="http://www.astmaforum.nl/images/esther2.jpg" "WIDTH="60" HEIGHT="60" STYLE="floatleft;> <font size="2" face="Arial"><font color="#9400D3"><b>&nbsp;Forum Admin:</b> <br> </font><font size="2">
	
	
<
b><font color="#000080"> <font color="#2764CD" face="Arial">&nbsp;Esther <br> </font> &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b><br> </P
        <
P><img src="http://www.astmaforum.nl/images/famke.gif" "WIDTH="60" HEIGHT="60" STYLE="floatleft;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>  <font color="#2764CD" face="Arial">&nbsp;Famke <br
        &
nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b> <br> </P>        <P><img src="http://www.astmaforum.nl/images/martha.jpg" "WIDTH="60" HEIGHT="60" STYLE="floatleft;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>  <font color="#2764CD" face="Arial">&nbsp;Martha <br
        &
nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b>  <br> </P>        <P><img src="http://www.astmaforum.nl/images/yvon.gif" "WIDTH="60" HEIGHT="60" STYLE="floatleft;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br> <font color="#2764CD" face="Arial">&nbsp;Yvonne <br
        &
nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b> <br></P>          <P><img src="http://www.astmaforum.nl/images/hilde.jpg" "WIDTH="60" HEIGHT="60" STYLE="floatleft;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br> <font color="#2764CD" face="Arial">&nbsp;Hilde <br>         &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b> </P>



Cheers,
Stu



JayBachatero

Try this.


        <table width="510" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img src="http://www.astmaforum.nl/images/mark.jpg" "WIDTH="60" height="60" style="float: left; font size="2"><font color="#FF0000"><b>&nbsp;Administrator:</b> <br>
                <font size="2"><font color="#000080"> <font color="#2764CD" face="Arial"><b>&nbsp;Mark</b> <br>
                </font> &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></font></font></td>
            <td><p> </p>
              <p><font color="#008000"><font color="#2764CD" face="Arial"><img src="http://www.astmaforum.nl/images/esther2.jpg" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#9400D3"><b>&nbsp;Forum Admin:</b> <br>
              </font><font size="2"> <b><font color="#000080"> <font color="#2764CD" face="Arial">&nbsp;Esther <br>
              </font> &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b></font><br>
</font></font></p></td>
          </tr>
          <tr>
            <td><font color="#008000"><img src="http://www.astmaforum.nl/images/famke.gif" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                    <font color="#2764CD" face="Arial">&nbsp;Famke <br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b><font color="#2764CD" face="Arial"> </font></font> </font></td>
            <td><font color="#008000"><font color="#2764CD" face="Arial"><img src="http://www.astmaforum.nl/images/martha.jpg" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                      <font color="#2764CD" face="Arial">&nbsp;Martha <br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b></font> </font></font></td>
          </tr>
          <tr>
            <td><img src="http://www.astmaforum.nl/images/yvon.gif" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                  <font color="#2764CD" face="Arial">&nbsp;Yvonne</font></b><font color="#2764CD" face="Arial"><b><br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b></font></font></td>
            <td><p> </p>
              <p><img src="http://www.astmaforum.nl/images/hilde.jpg" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                      <font color="#2764CD" face="Arial">&nbsp;Hilde <br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b></font></p></td>
          </tr>
        </table> 


-JayBachatero
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Stuart

Thanks a million Jay, your code just works fantastic  :D
Just one more little thing. How can I create some space between the avatars of about 10px ?
They're too close to eachother now. I prefer the same space as the last avatar  :)



Stuart

I changed cellpadding into "10" and it's working great.
Jay, thanks again for your wonderful help !

JayBachatero

Glad to hear you got it to look how you wanted :).  You can also set a height.  Like I did here :p

        <table width="510" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="75" valign="middle"><img src="http://www.astmaforum.nl/images/mark.jpg" "WIDTH="60" height="60" style="float: left; font size="2"><font color="#FF0000"><b>&nbsp;Administrator:</b> <br>
            <font size="2"><font color="#000080"> <font color="#2764CD" face="Arial"><b>&nbsp;Mark</b> <br>
                </font> &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></font></font></td>
            <td valign="middle">
              <font color="#008000"><font color="#2764CD" face="Arial"><img src="http://www.astmaforum.nl/images/esther2.jpg" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#9400D3"><b>&nbsp;Forum Admin:</b> <br>
              </font><font size="2"> <b><font color="#000080"> <font color="#2764CD" face="Arial">&nbsp;Esther <br>
              </font> &nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b></font>
</font></font></td>
          </tr>
          <tr>
            <td height="75" valign="middle"><font color="#008000"><img src="http://www.astmaforum.nl/images/famke.gif" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                    <font color="#2764CD" face="Arial">&nbsp;Famke <br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b><font color="#2764CD" face="Arial"> </font></font> </font></td>
            <td valign="middle"><font color="#008000"><font color="#2764CD" face="Arial"><img src="http://www.astmaforum.nl/images/martha.jpg" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
            <font color="#2764CD" face="Arial">&nbsp;Martha <br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b></font> </font></font></td>
          </tr>
          <tr>
            <td height="75" valign="middle"><img src="http://www.astmaforum.nl/images/yvon.gif" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                  <font color="#2764CD" face="Arial">&nbsp;Yvonne</font></b><font color="#2764CD" face="Arial"><b><br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </b></font></font></td>
            <td valign="middle">
              <img src="http://www.astmaforum.nl/images/hilde.jpg" "WIDTH="60" height="60" style="float: left;> <font size="2" face="Arial"><font color="#008000"><b>&nbsp;Global Moderator: <br>
                      <font color="#2764CD" face="Arial">&nbsp;Hilde <br>
&nbsp;<img src="http://www.astmaforum.nl/Themes/default/images/email_sm.gif"> </font></b></font></td>
          </tr>
        </table>
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Stuart

#5
Okay, another day, another problem  :(

I created a links page and would like to have 3 coloms. The 2nd colom should start with 'Lotgenoten' and the 3rd colom should start with 'COPD'. All the asthma related links are on the page, but all just in 1 colom. Any idea what I should do to get the 3 coloms result  ???

Cheers,
Stuart


<?php

function template_main()
{
global 
$context$settings$options$txt$scripturl;

echo 
'


<table width="100%" border="0" cellspacing="0" cellpadding="3" >
<tr>
<td>'
theme_linktree(), '</td>
</tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="4" align="center" class="tborder">
<tr class="titlebg">
<td align="center" >Astma Forum Links</td>
</tr><tr>
<td class="windowbg">'
;
 
echo 
'<table border="0" cellpadding="0" cellspacing="3" width="33%">
       <tr>
          <TD bgColor=#000080 height=18>
<font color="#FFFFFF" face="Arial" size="2"><b>Astma algemeen</b></font></TD>
</tr>
<tr>
          <TD align=left bgColor=#ACD4EB height=70>
            <font face="Arial">
<a target="_blank" href="http://www.astmafonds.nl">
<font size="2" color="#000080">Astma Fonds</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.astmatest.nl/"><font color="#000080">
Astma Test</font></a></font><br>
<a target="_blank" href="http://www.astma-en-allergiekoepel.be/">
<font size="2" color="#000080">Astma en Allergiekoepel</font></a><br>
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.astmacopdnieuws.nl/">
<font color="#000080">Astma &amp; COPD Nieuws</font></a></font></span><br>
<a target="_blank" href="http://ikpakastmaaan.nl/">
<font color="#000080" size="2">Ik pak astma aan</font></a><br>
<font color="#000080">
<a target="_blank" href="http://www.gezondheid.be/index.cfm?fuseaction=art&art_id=324">
<font color="#000080" size="2">Inspanningsastma</font></a><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://nl.wikipedia.org/wiki/Astma">
<font color="#000080">Wikipedia Astma</font></a></font></font></TD>
</tr>
<tr>
          <TD height=22>&nbsp;</TD>
</tr>
<tr>
          <TD bgColor=#000080 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Fotoos en 
afbeeldingen</font></b></TD>
</tr>
<tr>
          <TD align=left bgColor=#ACD4EB height=69>
            <a target="_blank" href="http://img371.imageshack.us/img371/206/aerochambers7sh.jpg">
<font color="#000080" size="2" face="Arial">Aerochambers</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img217.imageshack.us/img217/1347/asthmaboy1sm.jpg">
<font color="#000080">Jongen met Aerochamber</font></a></font><br>
<font face="Arial" size="2" color="#000080">
            <a target="_blank" href="http://img108.imageshack.us/img108/7888/jongenmetvolumatic7dp.jpg">
<font color="#000080">Jongen met Volumatic</font></a></font><br>
<font size="2" face="Arial">
<a target="_blank" href="http://img83.imageshack.us/img83/1900/meisjemetspacerenmasker1mb.jpg">
<font color="#000080">Meisje met spacer en masker</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/3749/pariboy19rh.jpg">
<font color="#000080" size="2" face="Arial">Pariboy I</font></a><br>
<a target="_blank" href="http://img83.imageshack.us/img83/9048/pariboy26tl.gif">
<font face="Arial" size="2" color="#000080">Pariboy II</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img36.imageshack.us/img36/4051/peakflowmeters4rn.jpg">
<font color="#000080">Peakflow Meters</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/1309/spacers4op.jpg">
<font color="#000080" size="2" face="Arial">Verschillende Spacers</font></a><br>
<a target="_blank" href="http://img36.imageshack.us/img36/4486/volumaticmetinhaler3ty.jpg">
<font color="#000080" size="2" face="Arial">Volumatic met Inhaler</font></a></TD>
<tr>
          <TD height=22>&nbsp;</TD>
</tr>
<TR>
          <TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>Links naar Astma 
Forum</b></font></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB height=70>
            <a target="_blank" href="http://allergie.boogolinks.nl/">
<font color="#000080" size="2" face="Arial">Allergie Boogolinks</font></a><br>
            <font face="Arial">
<span style="color: #000080">
<font color="#000080" size="2"><a href="http://www.astmafonds.nl">
<font color="#000080">A</font></a></font></span><a target="_blank" href="http://allergie.pagina.nl/"><font size="2" color="#000080">llergie 
Startpagina</font></a><br>
<a target="_blank" href="http://allergie.startpagina.be/">
<font color="#000080" size="2">Allergie Startpagina.be</font></a><br>
<a target="_blank" href="http://allergie.2link.be/">
<font size="2" color="#000080">Allergie 2link.be</font></a><br>
<a target="_blank" href="http://astma.lookup.nl/">
<font size="2" color="#000080">Astma Look Up</font></a><br>
<a target="_blank" href="http://astma.verzamelgids.nl/">
<font color="#000080" size="2">Astma Verzamelgids</font></a><br>
</font><span style="COLOR: navy">
<a target="_blank" href="http://www.boehringer-ingelheim.nl/index.asp?cat=10&subcat=0&subsubcat=0">
<font color="#000080" size="2" face="Arial">Boehringer Ingelheim</font></a></span><font face="Arial"><br>
<font size="2" color="#000080">
<a target="_blank" href="http://copd.pagina.nl">
<font color="#000080">COPD Startpagina</font></a></font><br>
<a target="_blank" href="http://www.erfelijkheid.nl/zena/astma.php">
<font color="#000080" size="2">Erfelijkheid.nl</font></a><br>
<a target="_blank" href="http://forum.startkabel.nl/">
<font size="2" color="#000080">Forum Startkabel</font></a><br>
<a target="_blank" href="http://forum.pagina.nl/">
<font color="#000080" size="2">Forum Startpagina</font></a><br>
<a target="_blank" href="http://gezondheid.2link.be/">
<font color="#000080" size="2">Gezondheid.2link.be</font></a><br>
<a target="_blank" href="http://gezondheid.coolbegin.com/">
<font color="#000080" size="2">Gezondheid.coolbegin.com</font></a><br>
<font color="#000080" size="2">
<a target="_blank" href="http://www.gezondheidsoverzicht.nl/Handicaps_en_afwijkingen">
<font color="#000080">Gezondheidsoverzicht</font></a></font><br>
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php?type=aandoeningen&actie=andere&id=99&letter=A">
<font color="#000080" size="2">Gezondheidsplein.nl</font></a><br>
<a target="_blank" href="http://www.gezondmilieuhuis.nl/read/5936">
<font size="2" color="#000080">Gezond Milieuhuis</font></a><br>
<a target="_blank" href="http://gezondheid.rubrieken.com/">
<font color="#000080" size="2">Gezondheid.rubrieken.com</font></a><br>
<a target="_blank" href="http://www.linkpagina.info/gezondheid.shtml">
<font color="#000080" size="2">Linkpagina.info</font></a><br>
<a target="_blank" href="http://medicijn.pagina.nl/">
<font color="#000080" size="2">Medicijn Startpagina</font></a><br>
<a target="_blank" href="http://www.medischewereld.nl/">
<font size="2" color="#000080">Medische Wereld</font></a><br>
<a target="_blank" href="http://www.nationalemediasite.nl/website/?cat=102">
<font color="#000080" size="2">Nationale MediaSite</font></a><br>
<a target="_blank" href="http://www.nederland-davos.nl/27_0_Links.html">
<font color="#000080" size="2">Nederland-Davos</font></a><br>
<a target="_blank" href="http://www.netonline.be/links/links.asp?id=48">
<font size="2" color="#000080">NetOnline</font></a></font><br>
<a target="_blank" href="http://www.oudersonline.nl/mgez2003-astma.htm">
<font color="#000080" size="2" face="Arial">Ouders Online</font></a><br>
<a target="_blank" href="http://www.selectiegids.nl/index.php?cat=717">
<font color="#000080" size="2" face="Arial">Selectiegids</font></a><br>
<a target="_blank" href="http://gezondheid.ikwilhet.nu/">
<font color="#000080" size="2" face="Arial">Startpagina Gezondheid</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.vmce.nl/default.aspx?menuID=13">
<font color="#000080">VMCE</font></a></font></TD></TR>

  </TD></TR><!-- EINDE VAN EEN BLOK --></TD></TBODY>
    <TD vAlign=top width="34%">
      <TABLE cellSpacing=0 cellPadding=2 width="100%" border=0 id="table67"><!-- BEGIN VAN EEN BLOK -->
        <TBODY>
        <TR>
          <TD bgColor=#000080><b><font color="#FFFFFF" size="2" face="Arial">
Lotgenoten</font></b></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB>
            <font face="Arial">
<font size="2">
<a target="_blank" href="http://www.astmaforum.nl"><span style="color: #000080">
Astma Forum</span></a><font color="#000080"> </font></font>
<font color="#FF0000" size="1">(tip)</font><br>
<font size="2" color="#000080">
<a target="_blank" href="http://groups.yahoo.com/group/astma_nl">
<font color="#000080">Astma NL</font></a></font><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/benauwdekinderen2/">
<font size="2" color="#000080">Benauwde Kinderen</font></a><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/eczeem/">
<font size="2" color="#000080">Eczeem Mailinglist</font></a></font></TD></TR>
        <TR>
          <TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR>
          
          <TR>
          <TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><!-- EINDE VAN EEN BLOK --><!-- BEGIN VAN EEN BLOK -->
        <TR>
          <TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Kinderen</b></font></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB>
            <font face="Arial" size="2">
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/patbrieven/r1b.htm">
<font color="#000080">Astma bij kinderen</font></a></font><br>
            <font face="Arial" size="2">
<span style="color: #000080">
<font color="#000080">
<a target="_blank" href="http://www.astmakids.nl">
<font color="#000080">Astma Kids</font></a></font></span><br>
<a target="_blank" href="http://www.bubbliboo.nl/">
<font color="#000080">BuBBliBoo</font></a><font color="#000080">
</font></font><font color="#FF0000" size="1" face="Arial">(tip)</font><font face="Arial" size="2"><br>
<font color="#000080">
<a target="_blank" href="http://www.deluchtballon.nl/"><font color="#000080">
De Luchtballon</font></a></font><br>
<font color="#000080">
<a target="_blank" href="http://communities.zeelandnet.nl/data/kinderen/index.php?page=13&showpage=2242">
<font color="#000080">Site voor en over kinderen</font></a></font></font></TD></TR>
        <TR>
          <TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><!-- EINDE VAN EEN BLOK --><!-- BEGIN VAN EEN BLOK -->
        <TR>
          <TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Astma Centra / Sport</b></font></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB>
            <font face="Arial">
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.nederland-davos.nl/2_0_Startpagina.html">
<font color="#000080">Astma Centrum Davos</font></a></font></span><font color="#000080"><br>
</font><font size="2">
<a target="_blank" href="http://www.heideheuvel.nl/kbczwebsite.nsf/?Open">
<font color="#000080">Astma Centrum Heideheuvel</font></a></font></font><br>
<a target="_blank" href="http://www.astma-copd.nl/content/astma/sporten.asp">
<font size="2" face="Arial" color="#000080">Sporten en Astma</font></a></TD></TR>

<tr>
          <TD height=22>&nbsp;</TD>
</tr>
<tr>
          <TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Asthma International</b></font></TD>
</tr>
<tr>
          <TD align=left bgColor=#ACD4EB height=70>
            <font face="Arial">
<a target="_blank" href="http://www.aaaai.org/"><font size="2" color="#000080">
AAAAI</font></a><br>
<font size="2" color="#000080">
<a target="_blank" href="http://www.aarc.org/">
<font color="#000080">Amerika AARC</font></a><br>
</font><span style="color: #000080">
<font color="#000080" size="2">
<a target="_blank" href="http://www.asthma.org.uk/"><font color="#000080">
Asthma UK</font></a></font></span><br>
<a target="_blank" href="http://www.efanet.org/"><font size="2" color="#000080">
Europa EFA</font></a></font></TD>
</tr>
        <TR>
          <TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><!-- EINDE VAN EEN BLOK --><!-- BEGIN VAN EEN BLOK -->
        <TR>
          <TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Medicijnen</b></font></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB>
            <a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5884">
<font size="2" face="Arial" color="#000080">Aerobec</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2137&productId=5869">
<font color="#000080" size="2" face="Arial">Foradil</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2145&productId=5889">
<font color="#000080" size="2" face="Arial">Flixotide</font></a><br>
<a target="_blank" href="http://www.geneesmiddelenrepertorium.nl/index.html">
<font color="#000080" size="2" face="Arial">
Geneesmiddelenrepertorium</font></a><font color="#000080"><br>
</font><font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://www.ziekenhuis.nl/index.php?cat=medicijngids">
<font color="#000080">Medicijngids</font></a></font><br>
<font size="-1" face="Arial">
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2144&productId=5886">
<font color="#000080">Pulmicort</font></a></font><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5881">
<font color="#000080" size="2" face="Arial">Qvar</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2146&productId=5892">
<font color="#000080" size="2" face="Arial">Seretide</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2150&productId=5903">
<font color="#000080" size="2" face="Arial">Singulair</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2139&productId=5873">
<font size="2" face="Arial" color="#000080">Spiriva</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2147&productId=5894">
<font color="#000080" size="2" face="Arial">Symbicort</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2130&productId=5852">
<font color="#000080" size="2" face="Arial">Ventolin</font></a></TD></TR>

<TR>
          <TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><!-- EINDE VAN EEN BLOK --></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0 id="table70">
        <TR>
          <TD bgColor=#000080><b><font face="Arial" size="2" color="#FFFFFF">
Longonderzoek en testen</font></b></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB>
            <font face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bloedgasanalyse.htm">
<font size="2" color="#000080">Bloedgasanalyse</font></a><font size="2" color="#000080"><br>
</font></font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bronchoscopie.htm">
<font color="#000080">Bronchoscopie</font></a></font><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Compliance_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Compliance onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Ergometrie.htm">
<font color="#000080" size="2" face="Arial">Ergometrie</font></a><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Histamineprovocatietest.htm">
<font color="#000080">Histamineprovocatietest</font></a></font><br>
<span style="font-size: 10pt; font-family: Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Allergie_huidtest.htm">
<font color="#000080">Huidallergie test</font></a></span><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Hyperventilatie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Hyperventilatie 
onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Longfunctie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Longfunctie onderzoek</font></a></TD></TR>
        </TABLE>
        
         <TR>
          <TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>COPD</b></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB height=69>
            <font face="Arial">
<a target="_blank" href="http://www.huisartsenkliniek.nl/copd_in_beeld.htm">
<font size="2" color="#000080">COPD in beeld</font></a></font><br>
            <font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.copdeenbegrensdleven.nl/">
<font color="#000080">Een begrensd leven</font></a></font><br>
<a target="_blank" href="http://www.hebikcopd.nl/">
<font size="2" color="#000080">Heb ik COPD ?</font></a><br>
<a target="_blank" href="http://www.opgelucht-werken.nl/">
<font size="2" color="#000080">Opgelucht werken</font></a></font><br>
            <font face="Arial">
<a target="_blank" href="http://nl.wikipedia.org/wiki/COPD">
<font size="2" color="#000080">Wikipedia COPD</font></a></font></TD></TR>
        <TR>
          <TD height=22>&nbsp;</TD></TR><!-- EINDE VAN EEN BLOK --><!-- BEGIN VAN EEN BLOK -->
        <TR>
          <TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Eczeem</b></font></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB height=69>
            <font face="Arial">
<a target="_blank" href="http://www.mijneczeem.nl/">
<font size="2" color="#000080">Atopisch Eczeem</font></a></font><br>
            <font face="Arial">
<a target="_blank" href="http://www.huidarts.com/">
<font size="2" color="#000080">Huidarts.com</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/">
<font color="#000080" size="2">Huidinfo</font></a></font><br>
            <font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.kindereczeem.nl">
<font color="#000080">Kindereczeem</font></a></font><br>
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/standaarden/M37/start.htm">
<font size="2" color="#000080">NHG Standaard Eczeem</font></a><br>
<a target="_blank" href="http://www.vmce.nl/"><font size="2" color="#000080">
VMCE</font></a></font></TD></TR>

<tr>
          <TD height=22>&nbsp;</TD>
</tr>

<tr>
          <TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Hooikoorts</b></font></TD>
</tr>
<tr>
          <TD align=left bgColor=#ACD4EB height=69>
            <font face="Arial">
<a target="_blank" href="http://www.astma-hooikoorts.nl/">
<font size="2" color="#000080">Astma en Hooikoorts</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/hooikoorts.html">
<font size="2" color="#000080">Hooikoorts info</font></a><br>
<a target="_blank" href="http://www.hooikoorts.com/index_ie.html?cache=no">
<font size="2" color="#000080">Hooikoorts.com</font></a></font><br>
<a target="_blank" href="http://www.ishetallergie.nl/default.htm">
<font color="#000080" size="2" face="Arial">Is het allergie ?</font></a><br>
<font size="2" color="#000080" face="Arial">
<a target="_blank" href="http://www.hooikoortsbericht.nl/pollenkalender.html">
<font color="#000080">Pollenkalender</font></a></font></TD>
</tr>
        <TR>
          <TD height=22>&nbsp;<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0 id="table72">
        <TR>
          <TD bgColor=#FF0000><b><font face="Arial" size="2" color="#FFFFFF">
Fabrikanten</font></b></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB>
            <font face="Arial"><font size="-1">
<a target="_blank" href="http://www.astrazeneca.nl/">
<font color="#000080">AstraZeneca</font></a></font><br>
<a target="_blank" href="http://www.boehringer-ingelheim.nl/">
<font color="#000080" size="2">Boehringer Ingelheim</font></a><font color="#000080" size="2"><br>
</font></font><font color="#000080" face="Arial" size="-1">
<a target="_blank" href="http://www.gsk.nl/"><font color="#000080">
GlaxoSmithKline</font></a></font><br>
<a target="_blank" href="http://www.ivax.com/jsps/index.jsp">
<font color="#000080" size="2" face="Arial">Ivax</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.lohmann-rauscher.nl/sub_index.html">
<font color="#000080">Lohmann &amp; Rauscher</font></a></font><br>
<a target="_blank" href="http://www.msd.nl/">
<font color="#000080" size="2" face="Arial">Merck Sharp &amp; Dohme</font></a><br>
<a target="_blank" href="http://www.novartis.nl/">
<font color="#000080" size="2" face="Arial">Novartis</font></a></TD></TR>
        </TABLE>
      <TABLE cellSpacing=0 cellPadding=2 width="100%" border=0 id="table73">
        <TR>
          <TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR>
        </TABLE></TD></TR><!-- EINDE VAN EEN BLOK --><!-- BEGIN VAN EEN BLOK -->
        <TR>
          <TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Rookvrij / Stoppen Roken</b></font></TD></TR>
        <TR>
          <TD align=left bgColor=#ACD4EB height=69>
            <font face="Arial">
<a target="_blank" href="http://www.cleanairnederland.nl/asp/links.asp?categorieID=7">
<font size="2" color="#000080">Rookvrij uitgaan 1</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.rookvrij.be/horeca/rookvrij_uitgaan.html">
<font color="#000080">Rookvrij uitgaan 2</font></a></font><br>
<a target="_blank" href="http://www.rookvrijdansen.nl/">
<font size="2" color="#000080">Rookvrij dansen</font></a><br>
<a target="_blank" href="http://www.swingsteesjun.nl/">
<font size="2" color="#000080">Rookvrij swingen</font></a><br>
<font size="2">
<a target="_blank" href="http://www.iens.nl/zoekEenRestaurant/">
<font color="#000080">Zoek een rookvrij restaurant</font></a></font><br>
<a target="_blank" href="http://www.stivoro.nl/nieuw.html">
<font size="2" color="#000080">Stivoro</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.stoppenmetroken.nl/"><font color="#000080">
Stoppen met roken</font></a></font><br>
<a target="_blank" href="http://quitmeter.com/"><font size="2" color="#000080">
Stopmeter</font></a></font></TD></TR>

  <tr>
         
      <TD height=22>&nbsp;</TD>
</tr>
<tr>
          <TD bgColor=#ff0000 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Medische Portalen</font></b></TD>
</tr>
<tr>
          <TD align=left bgColor=#ACD4EB height=42>
            <a target="_blank" href="http://www.gezondheid.be/">
<font color="#000080" size="2" face="Arial">Gezondheid.be</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php">
<font color="#000080">Gezondheidsplein</font></a></font><br>
<a target="_blank" href="http://www.toolss.nl/">
<font color="#000080" size="2" face="Arial">Toolss</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.spreekuurthuis.nl/">
<font color="#000080">Spreekuur Thuis</font></a></font><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.zorgportaal.nl/">
<font color="#000080">ZorgPortaal</font></a></font></TD>
</tr>

<TR>
         
      <TD height=22>&nbsp;</TD></TR><!-- EINDE VAN EEN BLOK --><!-- BEGIN VAN EEN BLOK -->
        <tr>
          <TD bgColor=#ff0000 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Sponsor Astma Forum</font></b></TD>
</tr>
<tr>
          <TD align=left bgColor=#ACD4EB height=20>
            <p align="center">
<a title="Sponsor Easy Print" target="_blank" href="http://www.easyprint.nl/">
<img border="0" src="../images/easyprint2.gif" width="120" height="60"></a></TD>
</tr>
  
</td></tr></table>'
;
echo 
'
</td>
</tr>
</table>
'
;
}

?>


edit: use code tag instead of php

Stuart

An example of what I mean:



COPD should be in another colom instead of underneath the other one  :'(

Stuart

Nobody that knows which codes I should be using ?  :'(

Aaron

Hi Stuart,

I think this code will do what you asked. I have to admit it's done with an editor because I'm almost going to bed, however the code isn't too bad, for what I've seen of it. :)


<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" valign="top">
<table width="200">
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" face="Arial" size="2"><b>Astma algemeen</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=70>
<font face="Arial">
<a target="_blank" href="http://www.astmafonds.nl">
<font size="2" color="#000080">Astma Fonds</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.astmatest.nl/"><font color="#000080">
Astma Test</font></a></font><br>
<a target="_blank" href="http://www.astma-en-allergiekoepel.be/">
<font size="2" color="#000080">Astma en Allergiekoepel</font></a><br>
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.astmacopdnieuws.nl/">
<font color="#000080">Astma &amp; COPD Nieuws</font></a></font></span><br>
<a target="_blank" href="http://ikpakastmaaan.nl/">
<font color="#000080" size="2">Ik pak astma aan</font></a><br>
<font color="#000080">
<a target="_blank" href="http://www.gezondheid.be/index.cfm?fuseaction=art&art_id=324">
<font color="#000080" size="2">Inspanningsastma</font></a><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://nl.wikipedia.org/wiki/Astma">
<font color="#000080">Wikipedia Astma</font></a></font></font></TD>
</tr>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<tr>
<TD bgColor=#000080 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Fotoos en afbeeldingen</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<a target="_blank" href="http://img371.imageshack.us/img371/206/aerochambers7sh.jpg">
<font color="#000080" size="2" face="Arial">Aerochambers</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img217.imageshack.us/img217/1347/asthmaboy1sm.jpg">
<font color="#000080">Jongen met Aerochamber</font></a></font><br>
<font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://img108.imageshack.us/img108/7888/jongenmetvolumatic7dp.jpg">
<font color="#000080">Jongen met Volumatic</font></a></font><br>
<font size="2" face="Arial">
<a target="_blank" href="http://img83.imageshack.us/img83/1900/meisjemetspacerenmasker1mb.jpg">
<font color="#000080">Meisje met spacer en masker</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/3749/pariboy19rh.jpg">
<font color="#000080" size="2" face="Arial">Pariboy I</font></a><br>
<a target="_blank" href="http://img83.imageshack.us/img83/9048/pariboy26tl.gif">
<font face="Arial" size="2" color="#000080">Pariboy II</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img36.imageshack.us/img36/4051/peakflowmeters4rn.jpg">
<font color="#000080">Peakflow Meters</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/1309/spacers4op.jpg">
<font color="#000080" size="2" face="Arial">Verschillende Spacers</font></a><br>
<a target="_blank" href="http://img36.imageshack.us/img36/4486/volumaticmetinhaler3ty.jpg">
<font color="#000080" size="2" face="Arial">Volumatic met Inhaler</font></a></TD>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<TR>
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>Links naar Astma
Forum</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=70>
<a target="_blank" href="http://allergie.boogolinks.nl/">
<font color="#000080" size="2" face="Arial">Allergie Boogolinks</font></a><br>
<font face="Arial">
<span style="color: #000080">
<font color="#000080" size="2"><a href="http://www.astmafonds.nl">
<font color="#000080">A</font></a></font></span><a target="_blank" href="http://allergie.pagina.nl/"><font size="2" color="#000080">llergie
Startpagina</font></a><br>
<a target="_blank" href="http://allergie.startpagina.be/">
<font color="#000080" size="2">Allergie Startpagina.be</font></a><br>
<a target="_blank" href="http://allergie.2link.be/">
<font size="2" color="#000080">Allergie 2link.be</font></a><br>
<a target="_blank" href="http://astma.lookup.nl/">
<font size="2" color="#000080">Astma Look Up</font></a><br>
<a target="_blank" href="http://astma.verzamelgids.nl/">
<font color="#000080" size="2">Astma Verzamelgids</font></a><br>
</font><span style="COLOR: navy">
<a target="_blank" href="http://www.boehringer-ingelheim.nl/index.asp?cat=10&subcat=0&subsubcat=0">
<font color="#000080" size="2" face="Arial">Boehringer Ingelheim</font></a></span><font face="Arial"><br>
<font size="2" color="#000080">
<a target="_blank" href="http://copd.pagina.nl">
<font color="#000080">COPD Startpagina</font></a></font><br>
<a target="_blank" href="http://www.erfelijkheid.nl/zena/astma.php">
<font color="#000080" size="2">Erfelijkheid.nl</font></a><br>
<a target="_blank" href="http://forum.startkabel.nl/">
<font size="2" color="#000080">Forum Startkabel</font></a><br>
<a target="_blank" href="http://forum.pagina.nl/">
<font color="#000080" size="2">Forum Startpagina</font></a><br>
<a target="_blank" href="http://gezondheid.2link.be/">
<font color="#000080" size="2">Gezondheid.2link.be</font></a><br>
<a target="_blank" href="http://gezondheid.coolbegin.com/">
<font color="#000080" size="2">Gezondheid.coolbegin.com</font></a><br>
<font color="#000080" size="2">
<a target="_blank" href="http://www.gezondheidsoverzicht.nl/Handicaps_en_afwijkingen">
<font color="#000080">Gezondheidsoverzicht</font></a></font><br>
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php?type=aandoeningen&actie=andere&id=99&letter=A">
<font color="#000080" size="2">Gezondheidsplein.nl</font></a><br>
<a target="_blank" href="http://www.gezondmilieuhuis.nl/read/5936">
<font size="2" color="#000080">Gezond Milieuhuis</font></a><br>
<a target="_blank" href="http://gezondheid.rubrieken.com/">
<font color="#000080" size="2">Gezondheid.rubrieken.com</font></a><br>
<a target="_blank" href="http://www.linkpagina.info/gezondheid.shtml">
<font color="#000080" size="2">Linkpagina.info</font></a><br>
<a target="_blank" href="http://medicijn.pagina.nl/">
<font color="#000080" size="2">Medicijn Startpagina</font></a><br>
<a target="_blank" href="http://www.medischewereld.nl/">
<font size="2" color="#000080">Medische Wereld</font></a><br>
<a target="_blank" href="http://www.nationalemediasite.nl/website/?cat=102">
<font color="#000080" size="2">Nationale MediaSite</font></a><br>
<a target="_blank" href="http://www.nederland-davos.nl/27_0_Links.html">
<font color="#000080" size="2">Nederland-Davos</font></a><br>
<a target="_blank" href="http://www.netonline.be/links/links.asp?id=48">
<font size="2" color="#000080">NetOnline</font></a></font><br>
<a target="_blank" href="http://www.oudersonline.nl/mgez2003-astma.htm">
<font color="#000080" size="2" face="Arial">Ouders Online</font></a><br>
<a target="_blank" href="http://www.selectiegids.nl/index.php?cat=717">
<font color="#000080" size="2" face="Arial">Selectiegids</font></a><br>
<a target="_blank" href="http://gezondheid.ikwilhet.nu/">
<font color="#000080" size="2" face="Arial">Startpagina Gezondheid</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.vmce.nl/default.aspx?menuID=13">
<font color="#000080">VMCE</font></a></font></TD>
</table>
</td>
<td width="200" valign="top">
<table width="200">
<TD bgColor=#000080><b><font color="#FFFFFF" size="2" face="Arial">
Lotgenoten</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<font size="2">
<a target="_blank" href="http://www.astmaforum.nl"><span style="color: #000080">
Astma Forum</span></a><font color="#000080"> </font></font>
<font color="#FF0000" size="1">(tip)</font><br>
<font size="2" color="#000080">
<a target="_blank" href="http://groups.yahoo.com/group/astma_nl">
<font color="#000080">Astma NL</font></a></font><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/benauwdekinderen2/">
<font size="2" color="#000080">Benauwde Kinderen</font></a><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/eczeem/">
<font size="2" color="#000080">Eczeem Mailinglist</font></a></font></TD></TR>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Kinderen</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial" size="2">
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/patbrieven/r1b.htm">
<font color="#000080">Astma bij kinderen</font></a></font><br>
<font face="Arial" size="2">
<span style="color: #000080">
<font color="#000080">
<a target="_blank" href="http://www.astmakids.nl">
<font color="#000080">Astma Kids</font></a></font></span><br>
<a target="_blank" href="http://www.bubbliboo.nl/">
<font color="#000080">BuBBliBoo</font></a><font color="#000080">
</font></font><font color="#FF0000" size="1" face="Arial">(tip)</font><font face="Arial" size="2"><br>
<font color="#000080">
<a target="_blank" href="http://www.deluchtballon.nl/"><font color="#000080">
De Luchtballon</font></a></font><br>
<font color="#000080">
<a target="_blank" href="http://communities.zeelandnet.nl/data/kinderen/index.php?page=13&showpage=2242">
<font color="#000080">Site voor en over kinderen</font></a></font></font></TD></TR>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Astma Centra / Sport</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.nederland-davos.nl/2_0_Startpagina.html">
<font color="#000080">Astma Centrum Davos</font></a></font></span><font color="#000080"><br>
</font><font size="2">
<a target="_blank" href="http://www.heideheuvel.nl/kbczwebsite.nsf/?Open">
<font color="#000080">Astma Centrum Heideheuvel</font></a></font></font><br>
<a target="_blank" href="http://www.astma-copd.nl/content/astma/sporten.asp">
<font size="2" face="Arial" color="#000080">Sporten en Astma</font></a></TD></TR>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<tr>
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Asthma International</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=70>
<font face="Arial">
<a target="_blank" href="http://www.aaaai.org/"><font size="2" color="#000080">
AAAAI</font></a><br>
<font size="2" color="#000080">
<a target="_blank" href="http://www.aarc.org/">
<font color="#000080">Amerika AARC</font></a><br>
</font><span style="color: #000080">
<font color="#000080" size="2">
<a target="_blank" href="http://www.asthma.org.uk/"><font color="#000080">
Asthma UK</font></a></font></span><br>
<a target="_blank" href="http://www.efanet.org/"><font size="2" color="#000080">
Europa EFA</font></a></font></TD>
</tr>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Medicijnen</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5884">
<font size="2" face="Arial" color="#000080">Aerobec</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2137&productId=5869">
<font color="#000080" size="2" face="Arial">Foradil</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2145&productId=5889">
<font color="#000080" size="2" face="Arial">Flixotide</font></a><br>
<a target="_blank" href="http://www.geneesmiddelenrepertorium.nl/index.html">
<font color="#000080" size="2" face="Arial">
Geneesmiddelenrepertorium</font></a><font color="#000080"><br>
</font><font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://www.ziekenhuis.nl/index.php?cat=medicijngids">
<font color="#000080">Medicijngids</font></a></font><br>
<font size="-1" face="Arial">
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2144&productId=5886">
<font color="#000080">Pulmicort</font></a></font><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5881">
<font color="#000080" size="2" face="Arial">Qvar</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2146&productId=5892">
<font color="#000080" size="2" face="Arial">Seretide</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2150&productId=5903">
<font color="#000080" size="2" face="Arial">Singulair</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2139&productId=5873">
<font size="2" face="Arial" color="#000080">Spiriva</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2147&productId=5894">
<font color="#000080" size="2" face="Arial">Symbicort</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2130&productId=5852">
<font color="#000080" size="2" face="Arial">Ventolin</font></a></TD></TR>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><b><font face="Arial" size="2" color="#FFFFFF">
Longonderzoek en testen</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bloedgasanalyse.htm">
<font size="2" color="#000080">Bloedgasanalyse</font></a><font size="2" color="#000080"><br>
</font></font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bronchoscopie.htm">
<font color="#000080">Bronchoscopie</font></a></font><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Compliance_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Compliance onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Ergometrie.htm">
<font color="#000080" size="2" face="Arial">Ergometrie</font></a><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Histamineprovocatietest.htm">
<font color="#000080">Histamineprovocatietest</font></a></font><br>
<span style="font-size: 10pt; font-family: Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Allergie_huidtest.htm">
<font color="#000080">Huidallergie test</font></a></span><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Hyperventilatie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Hyperventilatie onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Longfunctie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Longfunctie onderzoek</font></a></TD>

</table>

</td>
<td width="33%" valign="top">
<table border="0" cellpadding="0" cellspacing="3" width="200">
<tr>
</TR>
</TD></TR></TD></TBODY>
<TD vAlign=top width="34%">
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0><TBODY>
<TR>
</TR>
</TABLE>
       
<TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>COPD</b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.huisartsenkliniek.nl/copd_in_beeld.htm">
<font size="2" color="#000080">COPD in beeld</font></a></font><br>
<font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.copdeenbegrensdleven.nl/">
<font color="#000080">Een begrensd leven</font></a></font><br>
<a target="_blank" href="http://www.hebikcopd.nl/">
<font size="2" color="#000080">Heb ik COPD ?</font></a><br>
<a target="_blank" href="http://www.opgelucht-werken.nl/">
<font size="2" color="#000080">Opgelucht werken</font></a></font><br>
<font face="Arial">
<a target="_blank" href="http://nl.wikipedia.org/wiki/COPD">
<font size="2" color="#000080">Wikipedia COPD</font></a></font></TD></TR>
<TR>
<TD height=22>&nbsp;</TD></TR><TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Eczeem</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.mijneczeem.nl/">
<font size="2" color="#000080">Atopisch Eczeem</font></a></font><br>
<font face="Arial">
<a target="_blank" href="http://www.huidarts.com/">
<font size="2" color="#000080">Huidarts.com</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/">
<font color="#000080" size="2">Huidinfo</font></a></font><br>
<font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.kindereczeem.nl">
<font color="#000080">Kindereczeem</font></a></font><br>
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/standaarden/M37/start.htm">
<font size="2" color="#000080">NHG Standaard Eczeem</font></a><br>
<a target="_blank" href="http://www.vmce.nl/"><font size="2" color="#000080">
VMCE</font></a></font></TD></TR>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<tr>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Hooikoorts</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.astma-hooikoorts.nl/">
<font size="2" color="#000080">Astma en Hooikoorts</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/hooikoorts.html">
<font size="2" color="#000080">Hooikoorts info</font></a><br>
<a target="_blank" href="http://www.hooikoorts.com/index_ie.html?cache=no">
<font size="2" color="#000080">Hooikoorts.com</font></a></font><br>
<a target="_blank" href="http://www.ishetallergie.nl/default.htm">
<font color="#000080" size="2" face="Arial">Is het allergie ?</font></a><br>
<font size="2" color="#000080" face="Arial">
<a target="_blank" href="http://www.hooikoortsbericht.nl/pollenkalender.html">
<font color="#000080">Pollenkalender</font></a></font></TD>
</tr>
<TR>
<TD height=22>&nbsp;<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TR>
<TD bgColor=#FF0000><b><font face="Arial" size="2" color="#FFFFFF">
Fabrikanten</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial"><font size="-1">
<a target="_blank" href="http://www.astrazeneca.nl/">
<font color="#000080">AstraZeneca</font></a></font><br>
<a target="_blank" href="http://www.boehringer-ingelheim.nl/">
<font color="#000080" size="2">Boehringer Ingelheim</font></a><font color="#000080" size="2"><br>
</font></font><font color="#000080" face="Arial" size="-1">
<a target="_blank" href="http://www.gsk.nl/"><font color="#000080">
GlaxoSmithKline</font></a></font><br>
<a target="_blank" href="http://www.ivax.com/jsps/index.jsp">
<font color="#000080" size="2" face="Arial">Ivax</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.lohmann-rauscher.nl/sub_index.html">
<font color="#000080">Lohmann &amp; Rauscher</font></a></font><br>
<a target="_blank" href="http://www.msd.nl/">
<font color="#000080" size="2" face="Arial">Merck Sharp &amp; Dohme</font></a><br>
<a target="_blank" href="http://www.novartis.nl/">
<font color="#000080" size="2" face="Arial">Novartis</font></a></TD></TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR>
</TABLE></TD></TR><TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Rookvrij / Stoppen Roken</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.cleanairnederland.nl/asp/links.asp?categorieID=7">
<font size="2" color="#000080">Rookvrij uitgaan 1</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.rookvrij.be/horeca/rookvrij_uitgaan.html">
<font color="#000080">Rookvrij uitgaan 2</font></a></font><br>
<a target="_blank" href="http://www.rookvrijdansen.nl/">
<font size="2" color="#000080">Rookvrij dansen</font></a><br>
<a target="_blank" href="http://www.swingsteesjun.nl/">
<font size="2" color="#000080">Rookvrij swingen</font></a><br>
<font size="2">
<a target="_blank" href="http://www.iens.nl/zoekEenRestaurant/">
<font color="#000080">Zoek een rookvrij restaurant</font></a></font><br>
<a target="_blank" href="http://www.stivoro.nl/nieuw.html">
<font size="2" color="#000080">Stivoro</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.stoppenmetroken.nl/"><font color="#000080">
Stoppen met roken</font></a></font><br>
<a target="_blank" href="http://quitmeter.com/"><font size="2" color="#000080">
Stopmeter</font></a></font></TD></TR>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<tr>
<TD bgColor=#ff0000 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Medische Portalen</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=42>
<a target="_blank" href="http://www.gezondheid.be/">
<font color="#000080" size="2" face="Arial">Gezondheid.be</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php">
<font color="#000080">Gezondheidsplein</font></a></font><br>
<a target="_blank" href="http://www.toolss.nl/">
<font color="#000080" size="2" face="Arial">Toolss</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.spreekuurthuis.nl/">
<font color="#000080">Spreekuur Thuis</font></a></font><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.zorgportaal.nl/">
<font color="#000080">ZorgPortaal</font></a></font></TD>
</tr>
<TR>
<TD height=22>&nbsp;</TD></TR><tr>
<TD bgColor=#ff0000 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Sponsor Astma Forum</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=20>
<p align="center">
<a title="Sponsor Easy Print" target="_blank" href="http://www.easyprint.nl/">
<img border="0" src="../images/easyprint2.gif" width="120" height="60"></a></TD>
</tr>
</td></tr></table>
</table>
</td>
</tr>
</table>


Hope this helps,
Aaron.

Stuart

Thanks again for your great help Aaron  :D

Stuart

#10
Even though I have 3 coloms now, I still see some pretty ugly errors. First of all, some boxes have a different width and I cannot find what I should replace to make them all the same size. Secondly, some boxes have an ugly with space in between the coloured bar and the links underneath. Can anyone PLEASE help me out  ???

A picture to actually show y'all what I'm trying to explain:




The code that I'm using now:

<?php

function template_main()
{
global 
$context$settings$options$txt$scripturl;

echo 
'

<table width="90%" border="0" cellspacing="0" cellpadding="3" >
<tr>
<td>'
theme_linktree(), '</td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="3" align="center" class="tborder">
<tr class="titlebg">
<td align="center" >Astma Forum Links</td>
</tr><tr>
<td class="windowbg">'
;
 
echo 
'<table border="0" width="200" cellspacing="30" cellpadding="2">
<tr>
<td width="33%" valign="top">
<table width="200">
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" face="Arial" size="2"><b>Astma algemeen</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.astmafonds.nl">
<font size="2" color="#000080">Astma Fonds</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.astmatest.nl/"><font color="#000080">
Astma Test</font></a></font><br>
<a target="_blank" href="http://www.astma-en-allergiekoepel.be/">
<font size="2" color="#000080">Astma en Allergiekoepel</font></a><br>
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.astmacopdnieuws.nl/">
<font color="#000080">Astma &amp; COPD Nieuws</font></a></font></span><br>
<a target="_blank" href="http://ikpakastmaaan.nl/">
<font color="#000080" size="2">Ik pak astma aan</font></a><br>
<font color="#000080">
<a target="_blank" href="http://www.gezondheid.be/index.cfm?fuseaction=art&art_id=324">
<font color="#000080" size="2">Inspanningsastma</font></a><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://nl.wikipedia.org/wiki/Astma">
<font color="#000080">Wikipedia Astma</font></a></font></font></TD>
</tr>
<tr>
<TD height=22>&nbsp;</TD><TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
</tr>
<tr>
<TD bgColor=#000080 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Fotoos en afbeeldingen</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<a target="_blank" href="http://img371.imageshack.us/img371/206/aerochambers7sh.jpg">
<font color="#000080" size="2" face="Arial">Aerochambers</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img217.imageshack.us/img217/1347/asthmaboy1sm.jpg">
<font color="#000080">Jongen met Aerochamber</font></a></font><br>
<font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://img108.imageshack.us/img108/7888/jongenmetvolumatic7dp.jpg">
<font color="#000080">Jongen met Volumatic</font></a></font><br>
<font size="2" face="Arial">
<a target="_blank" href="http://img83.imageshack.us/img83/1900/meisjemetspacerenmasker1mb.jpg">
<font color="#000080">Meisje met spacer en masker</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/3749/pariboy19rh.jpg">
<font color="#000080" size="2" face="Arial">Pariboy I</font></a><br>
<a target="_blank" href="http://img83.imageshack.us/img83/9048/pariboy26tl.gif">
<font face="Arial" size="2" color="#000080">Pariboy II</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img36.imageshack.us/img36/4051/peakflowmeters4rn.jpg">
<font color="#000080">Peakflow Meters</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/1309/spacers4op.jpg">
<font color="#000080" size="2" face="Arial">Verschillende Spacers</font></a><br>
<a target="_blank" href="http://img36.imageshack.us/img36/4486/volumaticmetinhaler3ty.jpg">
<font color="#000080" size="2" face="Arial">Volumatic met Inhaler</font></a></TD>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<TR>
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>Links naar Astma
Forum</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=70>
<a target="_blank" href="http://allergie.boogolinks.nl/">
<font color="#000080" size="2" face="Arial">Allergie Boogolinks</font></a><br>
<font face="Arial">
<span style="color: #000080">
<font color="#000080" size="2"><a href="http://www.astmafonds.nl">
<font color="#000080">A</font></a></font></span><a target="_blank" href="http://allergie.pagina.nl/"><font size="2" color="#000080">llergie 
Startpagina</font></a><br>
<a target="_blank" href="http://allergie.startpagina.be/">
<font color="#000080" size="2">Allergie Startpagina.be</font></a><br>
<a target="_blank" href="http://allergie.2link.be/">
<font size="2" color="#000080">Allergie 2link.be</font></a><br>
<a target="_blank" href="http://astma.lookup.nl/">
<font size="2" color="#000080">Astma Look Up</font></a><br>
<a target="_blank" href="http://astma.verzamelgids.nl/">
<font color="#000080" size="2">Astma Verzamelgids</font></a><br>
</font><span style="COLOR: navy">
<a target="_blank" href="http://www.boehringer-ingelheim.nl/index.asp?cat=10&subcat=0&subsubcat=0">
<font color="#000080" size="2" face="Arial">Boehringer Ingelheim</font></a></span><font face="Arial"><br>
<font size="2" color="#000080">
<a target="_blank" href="http://copd.pagina.nl">
<font color="#000080">COPD Startpagina</font></a></font><br>
<a target="_blank" href="http://www.erfelijkheid.nl/zena/astma.php">
<font color="#000080" size="2">Erfelijkheid.nl</font></a><br>
<a target="_blank" href="http://forum.startkabel.nl/">
<font size="2" color="#000080">Forum Startkabel</font></a><br>
<a target="_blank" href="http://forum.pagina.nl/">
<font color="#000080" size="2">Forum Startpagina</font></a><br>
<a target="_blank" href="http://gezondheid.2link.be/">
<font color="#000080" size="2">Gezondheid.2link.be</font></a><br>
<a target="_blank" href="http://gezondheid.coolbegin.com/">
<font color="#000080" size="2">Gezondheid.coolbegin.com</font></a><br>
<font color="#000080" size="2">
<a target="_blank" href="http://www.gezondheidsoverzicht.nl/Handicaps_en_afwijkingen">
<font color="#000080">Gezondheidsoverzicht</font></a></font><br>
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php?type=aandoeningen&actie=andere&id=99&letter=A">
<font color="#000080" size="2">Gezondheidsplein.nl</font></a><br>
<a target="_blank" href="http://www.gezondmilieuhuis.nl/read/5936">
<font size="2" color="#000080">Gezond Milieuhuis</font></a><br>
<a target="_blank" href="http://gezondheid.rubrieken.com/">
<font color="#000080" size="2">Gezondheid.rubrieken.com</font></a><br>
<a target="_blank" href="http://www.linkpagina.info/gezondheid.shtml">
<font color="#000080" size="2">Linkpagina.info</font></a><br>
<a target="_blank" href="http://medicijn.pagina.nl/">
<font color="#000080" size="2">Medicijn Startpagina</font></a><br>
<a target="_blank" href="http://www.medischewereld.nl/">
<font size="2" color="#000080">Medische Wereld</font></a><br>
<a target="_blank" href="http://www.nationalemediasite.nl/website/?cat=102">
<font color="#000080" size="2">Nationale MediaSite</font></a><br>
<a target="_blank" href="http://www.nederland-davos.nl/27_0_Links.html">
<font color="#000080" size="2">Nederland-Davos</font></a><br>
<a target="_blank" href="http://www.netonline.be/links/links.asp?id=48">
<font size="2" color="#000080">NetOnline</font></a></font><br>
<a target="_blank" href="http://www.oudersonline.nl/mgez2003-astma.htm">
<font color="#000080" size="2" face="Arial">Ouders Online</font></a><br>
<a target="_blank" href="http://www.selectiegids.nl/index.php?cat=717">
<font color="#000080" size="2" face="Arial">Selectiegids</font></a><br>
<a target="_blank" href="http://gezondheid.ikwilhet.nu/">
<font color="#000080" size="2" face="Arial">Startpagina Gezondheid</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.vmce.nl/default.aspx?menuID=13">
<font color="#000080">VMCE</font></a></font></TD>
</table>
</td>
<td width="200" valign="top">
<table width="200">
<TD bgColor=#000080><b><font color="#FFFFFF" size="2" face="Arial">
Lotgenoten</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<font size="2">
<a target="_blank" href="http://www.astmaforum.nl"><span style="color: #000080">
Astma Forum</span></a><font color="#000080"> </font></font>
<font color="#FF0000" size="1">(tip)</font><br>
<font size="2" color="#000080">
<a target="_blank" href="http://groups.yahoo.com/group/astma_nl">
<font color="#000080">Astma NL</font></a></font><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/benauwdekinderen2/">
<font size="2" color="#000080">Benauwde Kinderen</font></a><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/eczeem/">
<font size="2" color="#000080">Eczeem Mailinglist</font></a></font></TD></TR>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Kinderen</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial" size="2">
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/patbrieven/r1b.htm">
<font color="#000080">Astma bij kinderen</font></a></font><br>
<font face="Arial" size="2">
<span style="color: #000080">
<font color="#000080">
<a target="_blank" href="http://www.astmakids.nl">
<font color="#000080">Astma Kids</font></a></font></span><br>
<a target="_blank" href="http://www.bubbliboo.nl/">
<font color="#000080">BuBBliBoo</font></a><font color="#000080">
</font></font><font color="#FF0000" size="1" face="Arial">(tip)</font><font face="Arial" size="2"><br>
<font color="#000080">
<a target="_blank" href="http://www.deluchtballon.nl/"><font color="#000080">
De Luchtballon</font></a></font><br>
<font color="#000080">
<a target="_blank" href="http://communities.zeelandnet.nl/data/kinderen/index.php?page=13&showpage=2242">
<font color="#000080">Site voor en over kinderen</font></a></font></font></TD></TR>
<TR>
<TD height=18><FONT color=#ffffff></FONT></TD></TR><TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Astma Centra / Sport</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.nederland-davos.nl/2_0_Startpagina.html">
<font color="#000080">Astma Centrum Davos</font></a></font></span><font color="#000080"><br>
</font><font size="2">
<a target="_blank" href="http://www.heideheuvel.nl/kbczwebsite.nsf/?Open">
<font color="#000080">Astma Centrum Heideheuvel</font></a></font></font><br>
<a target="_blank" href="http://www.astma-copd.nl/content/astma/sporten.asp">
<font size="2" face="Arial" color="#000080">Sporten en Astma</font></a></TD></TR>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<tr>
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Asthma International</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=70>
<font face="Arial">
<a target="_blank" href="http://www.aaaai.org/"><font size="2" color="#000080">
AAAAI</font></a><br>
<font size="2" color="#000080">
<a target="_blank" href="http://www.aarc.org/">
<font color="#000080">Amerika AARC</font></a><br>
</font><span style="color: #000080">
<font color="#000080" size="2">
<a target="_blank" href="http://www.asthma.org.uk/"><font color="#000080">
Asthma UK</font></a></font></span><br>
<a target="_blank" href="http://www.efanet.org/"><font size="2" color="#000080">
Europa EFA</font></a></font></TD>
</tr>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Medicijnen</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5884">
<font size="2" face="Arial" color="#000080">Aerobec</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2137&productId=5869">
<font color="#000080" size="2" face="Arial">Foradil</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2145&productId=5889">
<font color="#000080" size="2" face="Arial">Flixotide</font></a><br>
<a target="_blank" href="http://www.geneesmiddelenrepertorium.nl/index.html">
<font color="#000080" size="2" face="Arial">
Geneesmiddelenrepertorium</font></a><font color="#000080"><br>
</font><font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://www.ziekenhuis.nl/index.php?cat=medicijngids">
<font color="#000080">Medicijngids</font></a></font><br>
<font size="-1" face="Arial">
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2144&productId=5886">
<font color="#000080">Pulmicort</font></a></font><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5881">
<font color="#000080" size="2" face="Arial">Qvar</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2146&productId=5892">
<font color="#000080" size="2" face="Arial">Seretide</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2150&productId=5903">
<font color="#000080" size="2" face="Arial">Singulair</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2139&productId=5873">
<font size="2" face="Arial" color="#000080">Spiriva</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2147&productId=5894">
<font color="#000080" size="2" face="Arial">Symbicort</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2130&productId=5852">
<font color="#000080" size="2" face="Arial">Ventolin</font></a></TD></TR>
<TR>
<TD height=10><FONT color=#ffffff>&nbsp;</FONT></TD></TR><TR>
<TD bgColor=#000080><b><font face="Arial" size="2" color="#FFFFFF">
Longonderzoek en testen</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bloedgasanalyse.htm">
<font size="2" color="#000080">Bloedgasanalyse</font></a><font size="2" color="#000080"><br>
</font></font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bronchoscopie.htm">
<font color="#000080">Bronchoscopie</font></a></font><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Compliance_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Compliance onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Ergometrie.htm">
<font color="#000080" size="2" face="Arial">Ergometrie</font></a><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Histamineprovocatietest.htm">
<font color="#000080">Histamineprovocatietest</font></a></font><br>
<span style="font-size: 10pt; font-family: Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Allergie_huidtest.htm">
<font color="#000080">Huidallergie test</font></a></span><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Hyperventilatie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Hyperventilatie onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Longfunctie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Longfunctie onderzoek</font></a></TD>
</table>
</td>
<td width="33%" valign="top">
<table border="0" cellpadding="0" cellspacing="2" width="200">
<tr>
</TR>
</TD></TR></TD></TBODY>
<TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
</tr></TD>
<TR><td width="200" valign="top">
<table width="200">
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
COPD</b></font></TD><TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.huisartsenkliniek.nl/copd_in_beeld.htm">
<font size="2" color="#000080">COPD in beeld</font></a></font><br>
<font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.copdeenbegrensdleven.nl/">
<font color="#000080">Een begrensd leven</font></a></font><br>
<a target="_blank" href="http://www.hebikcopd.nl/">
<font size="2" color="#000080">Heb ik COPD ?</font></a><br>
<a target="_blank" href="http://www.opgelucht-werken.nl/">
<font size="2" color="#000080">Opgelucht werken</font></a></font><br>
<font face="Arial">
<a target="_blank" href="http://nl.wikipedia.org/wiki/COPD">
<font size="2" color="#000080">Wikipedia COPD</font></a></font></TD></TR>
<TR>
<TD height=22>&nbsp;</TD><TABLE cellSpacing=0 cellPadding=2 width="200" border=0></TD></TR><TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Eczeem</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.mijneczeem.nl/">
<font size="2" color="#000080">Atopisch Eczeem</font></a></font><br>
<font face="Arial">
<a target="_blank" href="http://www.huidarts.com/">
<font size="2" color="#000080">Huidarts.com</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/">
<font color="#000080" size="2">Huidinfo</font></a></font><br>
<font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.kindereczeem.nl">
<font color="#000080">Kindereczeem</font></a></font><br>
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/standaarden/M37/start.htm">
<font size="2" color="#000080">NHG Standaard Eczeem</font></a><br>
<a target="_blank" href="http://www.vmce.nl/"><font size="2" color="#000080">
VMCE</font></a></font></TD></TR>
<tr>
<TD height=22>&nbsp;</TD><TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
</tr>
<TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Hooikoorts</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.astma-hooikoorts.nl/">
<font size="2" color="#000080">Astma en Hooikoorts</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/hooikoorts.html">
<font size="2" color="#000080">Hooikoorts info</font></a><br>
<a target="_blank" href="http://www.hooikoorts.com/index_ie.html?cache=no">
<font size="2" color="#000080">Hooikoorts.com</font></a></font><br>
<a target="_blank" href="http://www.ishetallergie.nl/default.htm">
<font color="#000080" size="2" face="Arial">Is het allergie ?</font></a><br>
<font size="2" color="#000080" face="Arial">
<a target="_blank" href="http://www.hooikoortsbericht.nl/pollenkalender.html">
<font color="#000080">Pollenkalender</font></a></font></TD>
</tr>
<TR>
<TD height=22>&nbsp;<TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
</tr>
<TR>
<TD bgColor=#FF0000 height=18>
<font face="Arial" size="2" color="#FFFFFF"><b>
Fabrikanten</font></b></TD>
</TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial"><font size="-1">
<a target="_blank" href="http://www.astrazeneca.nl/">
<font color="#000080">AstraZeneca</font></a></font><br>
<a target="_blank" href="http://www.boehringer-ingelheim.nl/">
<font color="#000080" size="2">Boehringer Ingelheim</font></a><font color="#000080" size="2"><br>
</font></font><font color="#000080" face="Arial" size="-1">
<a target="_blank" href="http://www.gsk.nl/"><font color="#000080">
GlaxoSmithKline</font></a></font><br>
<a target="_blank" href="http://www.ivax.com/jsps/index.jsp">
<font color="#000080" size="2" face="Arial">Ivax</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.lohmann-rauscher.nl/sub_index.html">
<font color="#000080">Lohmann &amp; Rauscher</font></a></font><br>
<a target="_blank" href="http://www.msd.nl/">
<font color="#000080" size="2" face="Arial">Merck Sharp &amp; Dohme</font></a><br>
<a target="_blank" href="http://www.novartis.nl/">
<font color="#000080" size="2" face="Arial">Novartis</font></a></TD></TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
<TR>
<TD height=22><FONT color=#ffffff>&nbsp;</FONT></TD></TR>
</TABLE></TD></TR><TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Rookvrij / Stoppen Roken</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.cleanairnederland.nl/asp/links.asp?categorieID=7">
<font size="2" color="#000080">Rookvrij uitgaan 1</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.rookvrij.be/horeca/rookvrij_uitgaan.html">
<font color="#000080">Rookvrij uitgaan 2</font></a></font><br>
<a target="_blank" href="http://www.rookvrijdansen.nl/">
<font size="2" color="#000080">Rookvrij dansen</font></a><br>
<a target="_blank" href="http://www.swingsteesjun.nl/">
<font size="2" color="#000080">Rookvrij swingen</font></a><br>
<font size="2">
<a target="_blank" href="http://www.iens.nl/zoekEenRestaurant/">
<font color="#000080">Zoek een rookvrij restaurant</font></a></font><br>
<a target="_blank" href="http://www.stivoro.nl/nieuw.html">
<font size="2" color="#000080">Stivoro</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.stoppenmetroken.nl/"><font color="#000080">
Stoppen met roken</font></a></font><br>
<a target="_blank" href="http://quitmeter.com/"><font size="2" color="#000080">
Stopmeter</font></a></font></TD></TR>
<tr>
<TD height=22>&nbsp;</TD>
</tr>
<tr>
<TD bgColor=#ff0000 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Medische Portalen</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=42>
<a target="_blank" href="http://www.gezondheid.be/">
<font color="#000080" size="2" face="Arial">Gezondheid.be</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php">
<font color="#000080">Gezondheidsplein</font></a></font><br>
<a target="_blank" href="http://www.toolss.nl/">
<font color="#000080" size="2" face="Arial">Toolss</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.spreekuurthuis.nl/">
<font color="#000080">Spreekuur Thuis</font></a></font><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.zorgportaal.nl/">
<font color="#000080">ZorgPortaal</font></a></font></TD>
</tr>
</td></tr></table>'
;
echo 
'
</tr>
</table>

'
;
}
?>


edit: use code tags instead of PHP

JayBachatero

Hi Stuart,

I recommend that you take a look at Dream Weaver.  It a great editor.  Take a look at it here.  There is a trial version of it.  http://macromedia.com/software/dreamweaver/?promoid=BINR  I will try to edit when I get a chance to do so.  ATM I am very busy though.  Sorry.

-JayBachatero
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Stuart

Quote from: JayBachatero on January 28, 2006, 05:24:57 PM
Hi Stuart,

I recommend that you take a look at Dream Weaver.  It a great editor.  Take a look at it here.  There is a trial version of it.  http://macromedia.com/software/dreamweaver/?promoid=BINR  I will try to edit when I get a chance to do so.  ATM I am very busy though.  Sorry.

-JayBachatero

That would be great Jay, thanks in advance  :D

Stu

JayBachatero

Try this.  It's a VERY ugly solution.  You should use more centralized  styles form a stylesheet or something.

<?php

function template_main()
{
global 
$context$settings$options$txt$scripturl;

echo 
'
<table width="90%" border="0" cellspacing="0" cellpadding="3" >
<tr>
<td>'
theme_linktree(), '</td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="3" align="center" class="tborder">
<tr class="titlebg">
<td align="center" >Astma Forum Links</td>
</tr><tr>
<td class="windowbg">'
;

echo 
'<table border="0" width="200" cellspacing="30" cellpadding="2">
<tr>
<td width="33%" valign="top">
<table width="200">
<TD bgColor="#000080" height="18">
<font color="#FFFFFF" face="Arial" size="2"><b>Astma algemeen</b></font></TD>
</tr>
<tr>
<TD align=left bgColor="#ACD4EB" height="69">
<font face="Arial">
<a target="_blank" href="http://www.astmafonds.nl">
<font size="2" color="#000080">Astma Fonds</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.astmatest.nl/"><font color="#000080">
Astma Test</font></a></font><br>
<a target="_blank" href="http://www.astma-en-allergiekoepel.be/">
<font size="2" color="#000080">Astma en Allergiekoepel</font></a><br>
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.astmacopdnieuws.nl/">
<font color="#000080">Astma &amp; COPD Nieuws</font></a></font></span><br>
<a target="_blank" href="http://ikpakastmaaan.nl/">
<font color="#000080" size="2">Ik pak astma aan</font></a><br>
<font color="#000080">
<a target="_blank" href="http://www.gezondheid.be/index.cfm?fuseaction=art&art_id=324">
<font color="#000080" size="2">Inspanningsastma</font></a><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://nl.wikipedia.org/wiki/Astma">
<font color="#000080">Wikipedia Astma</font></a></font></font></TD>
</tr>
<tr>
<TD bgColor=#000080 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Fotoos en afbeeldingen</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<a target="_blank" href="http://img371.imageshack.us/img371/206/aerochambers7sh.jpg">
<font color="#000080" size="2" face="Arial">Aerochambers</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img217.imageshack.us/img217/1347/asthmaboy1sm.jpg">
<font color="#000080">Jongen met Aerochamber</font></a></font><br>
<font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://img108.imageshack.us/img108/7888/jongenmetvolumatic7dp.jpg">
<font color="#000080">Jongen met Volumatic</font></a></font><br>
<font size="2" face="Arial">
<a target="_blank" href="http://img83.imageshack.us/img83/1900/meisjemetspacerenmasker1mb.jpg">
<font color="#000080">Meisje met spacer en masker</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/3749/pariboy19rh.jpg">
<font color="#000080" size="2" face="Arial">Pariboy I</font></a><br>
<a target="_blank" href="http://img83.imageshack.us/img83/9048/pariboy26tl.gif">
<font face="Arial" size="2" color="#000080">Pariboy II</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://img36.imageshack.us/img36/4051/peakflowmeters4rn.jpg">
<font color="#000080">Peakflow Meters</font></a></font><br>
<a target="_blank" href="http://img83.imageshack.us/img83/1309/spacers4op.jpg">
<font color="#000080" size="2" face="Arial">Verschillende Spacers</font></a><br>
<a target="_blank" href="http://img36.imageshack.us/img36/4486/volumaticmetinhaler3ty.jpg">
<font color="#000080" size="2" face="Arial">Volumatic met Inhaler</font></a></TD>
<tr>
</tr>
<TR>
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>Links naar Astma
Forum</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=70>
<a target="_blank" href="http://allergie.boogolinks.nl/">
<font color="#000080" size="2" face="Arial">Allergie Boogolinks</font></a><br>
<font face="Arial">
<span style="color: #000080">
<font color="#000080" size="2"><a href="http://www.astmafonds.nl">
<font color="#000080">A</font></a></font></span><a target="_blank" href="http://allergie.pagina.nl/"><font size="2" color="#000080">llergie
Startpagina</font></a><br>
<a target="_blank" href="http://allergie.startpagina.be/">
<font color="#000080" size="2">Allergie Startpagina.be</font></a><br>
<a target="_blank" href="http://allergie.2link.be/">
<font size="2" color="#000080">Allergie 2link.be</font></a><br>
<a target="_blank" href="http://astma.lookup.nl/">
<font size="2" color="#000080">Astma Look Up</font></a><br>
<a target="_blank" href="http://astma.verzamelgids.nl/">
<font color="#000080" size="2">Astma Verzamelgids</font></a><br>
</font><span style="COLOR: navy">
<a target="_blank" href="http://www.boehringer-ingelheim.nl/index.asp?cat=10&subcat=0&subsubcat=0">
<font color="#000080" size="2" face="Arial">Boehringer Ingelheim</font></a></span><font face="Arial"><br>
<font size="2" color="#000080">
<a target="_blank" href="http://copd.pagina.nl">
<font color="#000080">COPD Startpagina</font></a></font><br>
<a target="_blank" href="http://www.erfelijkheid.nl/zena/astma.php">
<font color="#000080" size="2">Erfelijkheid.nl</font></a><br>
<a target="_blank" href="http://forum.startkabel.nl/">
<font size="2" color="#000080">Forum Startkabel</font></a><br>
<a target="_blank" href="http://forum.pagina.nl/">
<font color="#000080" size="2">Forum Startpagina</font></a><br>
<a target="_blank" href="http://gezondheid.2link.be/">
<font color="#000080" size="2">Gezondheid.2link.be</font></a><br>
<a target="_blank" href="http://gezondheid.coolbegin.com/">
<font color="#000080" size="2">Gezondheid.coolbegin.com</font></a><br>
<font color="#000080" size="2">
<a target="_blank" href="http://www.gezondheidsoverzicht.nl/Handicaps_en_afwijkingen">
<font color="#000080">Gezondheidsoverzicht</font></a></font><br>
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php?type=aandoeningen&actie=andere&id=99&letter=A">
<font color="#000080" size="2">Gezondheidsplein.nl</font></a><br>
<a target="_blank" href="http://www.gezondmilieuhuis.nl/read/5936">
<font size="2" color="#000080">Gezond Milieuhuis</font></a><br>
<a target="_blank" href="http://gezondheid.rubrieken.com/">
<font color="#000080" size="2">Gezondheid.rubrieken.com</font></a><br>
<a target="_blank" href="http://www.linkpagina.info/gezondheid.shtml">
<font color="#000080" size="2">Linkpagina.info</font></a><br>
<a target="_blank" href="http://medicijn.pagina.nl/">
<font color="#000080" size="2">Medicijn Startpagina</font></a><br>
<a target="_blank" href="http://www.medischewereld.nl/">
<font size="2" color="#000080">Medische Wereld</font></a><br>
<a target="_blank" href="http://www.nationalemediasite.nl/website/?cat=102">
<font color="#000080" size="2">Nationale MediaSite</font></a><br>
<a target="_blank" href="http://www.nederland-davos.nl/27_0_Links.html">
<font color="#000080" size="2">Nederland-Davos</font></a><br>
<a target="_blank" href="http://www.netonline.be/links/links.asp?id=48">
<font size="2" color="#000080">NetOnline</font></a></font><br>
<a target="_blank" href="http://www.oudersonline.nl/mgez2003-astma.htm">
<font color="#000080" size="2" face="Arial">Ouders Online</font></a><br>
<a target="_blank" href="http://www.selectiegids.nl/index.php?cat=717">
<font color="#000080" size="2" face="Arial">Selectiegids</font></a><br>
<a target="_blank" href="http://gezondheid.ikwilhet.nu/">
<font color="#000080" size="2" face="Arial">Startpagina Gezondheid</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.vmce.nl/default.aspx?menuID=13">
<font color="#000080">VMCE</font></a></font></TD>
</table>
</td>
<td width="200" valign="top">
<table width="200">
<TD bgColor=#000080><b><font color="#FFFFFF" size="2" face="Arial">
Lotgenoten</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<font size="2">
<a target="_blank" href="http://www.astmaforum.nl"><span style="color: #000080">
Astma Forum</span></a><font color="#000080"> </font></font>
<font color="#FF0000" size="1">(tip)</font><br>
<font size="2" color="#000080">
<a target="_blank" href="http://groups.yahoo.com/group/astma_nl">
<font color="#000080">Astma NL</font></a></font><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/benauwdekinderen2/">
<font size="2" color="#000080">Benauwde Kinderen</font></a><br>
<a target="_blank" href="http://health.groups.yahoo.com/group/eczeem/">
<font size="2" color="#000080">Eczeem Mailinglist</font></a></font></TD></TR>
<TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Kinderen</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial" size="2">
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/patbrieven/r1b.htm">
<font color="#000080">Astma bij kinderen</font></a></font><br>
<font face="Arial" size="2">
<span style="color: #000080">
<font color="#000080">
<a target="_blank" href="http://www.astmakids.nl">
<font color="#000080">Astma Kids</font></a></font></span><br>
<a target="_blank" href="http://www.bubbliboo.nl/">
<font color="#000080">BuBBliBoo</font></a><font color="#000080">
</font></font><font color="#FF0000" size="1" face="Arial">(tip)</font><font face="Arial" size="2"><br>
<font color="#000080">
<a target="_blank" href="http://www.deluchtballon.nl/"><font color="#000080">
De Luchtballon</font></a></font><br>
<font color="#000080">
<a target="_blank" href="http://communities.zeelandnet.nl/data/kinderen/index.php?page=13&showpage=2242">
<font color="#000080">Site voor en over kinderen</font></a></font></font></TD></TR>
<TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Astma Centra / Sport</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<span style="color: #000080">
<font size="2">
<a target="_blank" href="http://www.nederland-davos.nl/2_0_Startpagina.html">
<font color="#000080">Astma Centrum Davos</font></a></font></span><font color="#000080"><br>
</font><font size="2">
<a target="_blank" href="http://www.heideheuvel.nl/kbczwebsite.nsf/?Open">
<font color="#000080">Astma Centrum Heideheuvel</font></a></font></font><br>
<a target="_blank" href="http://www.astma-copd.nl/content/astma/sporten.asp">
<font size="2" face="Arial" color="#000080">Sporten en Astma</font></a></TD></TR>
<tr>
</tr>
<tr>
<TD bgColor=#000080 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Asthma International</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=70>
<font face="Arial">
<a target="_blank" href="http://www.aaaai.org/"><font size="2" color="#000080">
AAAAI</font></a><br>
<font size="2" color="#000080">
<a target="_blank" href="http://www.aarc.org/">
<font color="#000080">Amerika AARC</font></a><br>
</font><span style="color: #000080">
<font color="#000080" size="2">
<a target="_blank" href="http://www.asthma.org.uk/"><font color="#000080">
Asthma UK</font></a></font></span><br>
<a target="_blank" href="http://www.efanet.org/"><font size="2" color="#000080">
Europa EFA</font></a></font></TD>
</tr>
<TR>
<TD bgColor=#000080><font color="#FFFFFF" size="2" face="Arial"><b>
Medicijnen</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5884">
<font size="2" face="Arial" color="#000080">Aerobec</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2137&productId=5869">
<font color="#000080" size="2" face="Arial">Foradil</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2145&productId=5889">
<font color="#000080" size="2" face="Arial">Flixotide</font></a><br>
<a target="_blank" href="http://www.geneesmiddelenrepertorium.nl/index.html">
<font color="#000080" size="2" face="Arial">
Geneesmiddelenrepertorium</font></a><font color="#000080"><br>
</font><font face="Arial" size="2" color="#000080">
<a target="_blank" href="http://www.ziekenhuis.nl/index.php?cat=medicijngids">
<font color="#000080">Medicijngids</font></a></font><br>
<font size="-1" face="Arial">
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2144&productId=5886">
<font color="#000080">Pulmicort</font></a></font><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2143&productId=5881">
<font color="#000080" size="2" face="Arial">Qvar</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2146&productId=5892">
<font color="#000080" size="2" face="Arial">Seretide</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2150&productId=5903">
<font color="#000080" size="2" face="Arial">Singulair</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2139&productId=5873">
<font size="2" face="Arial" color="#000080">Spiriva</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2147&productId=5894">
<font color="#000080" size="2" face="Arial">Symbicort</font></a><br>
<a target="_blank" href="http://www.serviceapotheek.nl/geneesmiddelen/index.asp?geneesmiddelId=2130&productId=5852">
<font color="#000080" size="2" face="Arial">Ventolin</font></a></TD></TR>
<TR>
<TD bgColor=#000080><b><font face="Arial" size="2" color="#FFFFFF">
Longonderzoek en testen</font></b></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB>
<font face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bloedgasanalyse.htm">
<font size="2" color="#000080">Bloedgasanalyse</font></a><font size="2" color="#000080"><br>
</font></font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Bronchoscopie.htm">
<font color="#000080">Bronchoscopie</font></a></font><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Compliance_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Compliance onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Ergometrie.htm">
<font color="#000080" size="2" face="Arial">Ergometrie</font></a><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Histamineprovocatietest.htm">
<font color="#000080">Histamineprovocatietest</font></a></font><br>
<span style="font-size: 10pt; font-family: Arial">
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Allergie_huidtest.htm">
<font color="#000080">Huidallergie test</font></a></span><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Hyperventilatie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Hyperventilatie onderzoek</font></a><br>
<a target="_blank" href="http://www.hlcu.nl/Ziektebeelden/Longfunctie_onderzoek.htm">
<font color="#000080" size="2" face="Arial">Longfunctie onderzoek</font></a></TD>
</table>
</td>
<td width="33%" valign="top">
<table border="0" cellpadding="0" cellspacing="2" width="200">
<tr>
</TR>
</TD></TR></TD></TBODY>
<TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
</tr></TD>
<TR><td width="200" valign="top">
<table width="200">
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
COPD</b></font></TD><TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.huisartsenkliniek.nl/copd_in_beeld.htm">
<font size="2" color="#000080">COPD in beeld</font></a></font><br>
<font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.copdeenbegrensdleven.nl/">
<font color="#000080">Een begrensd leven</font></a></font><br>
<a target="_blank" href="http://www.hebikcopd.nl/">
<font size="2" color="#000080">Heb ik COPD ?</font></a><br>
<a target="_blank" href="http://www.opgelucht-werken.nl/">
<font size="2" color="#000080">Opgelucht werken</font></a></font><br>
<font face="Arial">
<a target="_blank" href="http://nl.wikipedia.org/wiki/COPD">
<font size="2" color="#000080">Wikipedia COPD</font></a></font></TD></TR>
<TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Eczeem</b></font></TD></TR>
<TR>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.mijneczeem.nl/">
<font size="2" color="#000080">Atopisch Eczeem</font></a></font><br>
<font face="Arial">
<a target="_blank" href="http://www.huidarts.com/">
<font size="2" color="#000080">Huidarts.com</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/">
<font color="#000080" size="2">Huidinfo</font></a></font><br>
<font face="Arial">
<font size="2" color="#000080">
<a target="_blank" href="http://www.kindereczeem.nl">
<font color="#000080">Kindereczeem</font></a></font><br>
<a target="_blank" href="http://nhg.artsennet.nl/upload/104/standaarden/M37/start.htm">
<font size="2" color="#000080">NHG Standaard Eczeem</font></a><br>
<a target="_blank" href="http://www.vmce.nl/"><font size="2" color="#000080">
VMCE</font></a></font></TD></TR>
<TR>
<TD bgColor=#ff0000 height=18>
<font color="#FFFFFF" size="2" face="Arial"><b>
Hooikoorts</b></font></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=69>
<font face="Arial">
<a target="_blank" href="http://www.astma-hooikoorts.nl/">
<font size="2" color="#000080">Astma en Hooikoorts</font></a><br>
<a target="_blank" href="http://www.huidinfo.nl/hooikoorts.html">
<font size="2" color="#000080">Hooikoorts info</font></a><br>
<a target="_blank" href="http://www.hooikoorts.com/index_ie.html?cache=no">
<font size="2" color="#000080">Hooikoorts.com</font></a></font><br>
<a target="_blank" href="http://www.ishetallergie.nl/default.htm">
<font color="#000080" size="2" face="Arial">Is het allergie ?</font></a><br>
<font size="2" color="#000080" face="Arial">
<a target="_blank" href="http://www.hooikoortsbericht.nl/pollenkalender.html">
<font color="#000080">Pollenkalender</font></a></font></TD>
</tr>
<TR>
<TD bgColor="#FF0000" height="18">
<font face="Arial" size="2" color="#FFFFFF"><b>
Fabrikanten</font></b></TD>
</TR>
<TR>
<TD align=left bgColor="#ACD4EB">
<font face="Arial"><font size="-1">
<a target="_blank" href="http://www.astrazeneca.nl/">
<font color="#000080">AstraZeneca</font></a></font><br>
<a target="_blank" href="http://www.boehringer-ingelheim.nl/">
<font color="#000080" size="2">Boehringer Ingelheim</font></a><font color="#000080" size="2"><br>
</font></font><font color="#000080" face="Arial" size="-1">
<a target="_blank" href="http://www.gsk.nl/"><font color="#000080">
GlaxoSmithKline</font></a></font><br>
<a target="_blank" href="http://www.ivax.com/jsps/index.jsp">
<font color="#000080" size="2" face="Arial">Ivax</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.lohmann-rauscher.nl/sub_index.html">
<font color="#000080">Lohmann &amp; Rauscher</font></a></font><br>
<a target="_blank" href="http://www.msd.nl/">
<font color="#000080" size="2" face="Arial">Merck Sharp &amp; Dohme</font></a><br>
<a target="_blank" href="http://www.novartis.nl/">
<font color="#000080" size="2" face="Arial">Novartis</font></a></TD></TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="200" border=0>
<TR>
</TR>
</TABLE></TD></TR><TR>
<TD bgColor="#ff0000" height="18">
<font color="#FFFFFF" size="2" face="Arial"><b>
Rookvrij / Stoppen Roken</b></font></TD></TR>
<TR>
<TD align="left" bgColor="#ACD4EB" height="69">
<font face="Arial">
<a target="_blank" href="http://www.cleanairnederland.nl/asp/links.asp?categorieID=7">
<font size="2" color="#000080">Rookvrij uitgaan 1</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.rookvrij.be/horeca/rookvrij_uitgaan.html">
<font color="#000080">Rookvrij uitgaan 2</font></a></font><br>
<a target="_blank" href="http://www.rookvrijdansen.nl/">
<font size="2" color="#000080">Rookvrij dansen</font></a><br>
<a target="_blank" href="http://www.swingsteesjun.nl/">
<font size="2" color="#000080">Rookvrij swingen</font></a><br>
<font size="2">
<a target="_blank" href="http://www.iens.nl/zoekEenRestaurant/">
<font color="#000080">Zoek een rookvrij restaurant</font></a></font><br>
<a target="_blank" href="http://www.stivoro.nl/nieuw.html">
<font size="2" color="#000080">Stivoro</font></a><font color="#000080"><br>
</font><font size="2" color="#000080">
<a target="_blank" href="http://www.stoppenmetroken.nl/"><font color="#000080">
Stoppen met roken</font></a></font><br>
<a target="_blank" href="http://quitmeter.com/"><font size="2" color="#000080">
Stopmeter</font></a></font></TD></TR>
<tr>

</tr>
<tr>
<TD bgColor=#ff0000 height=18>
<b><font face="Arial" size="2" color="#FFFFFF">Medische Portalen</font></b></TD>
</tr>
<tr>
<TD align=left bgColor=#ACD4EB height=42>
<a target="_blank" href="http://www.gezondheid.be/">
<font color="#000080" size="2" face="Arial">Gezondheid.be</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.gezondheidsplein.nl/gp/gp.php">
<font color="#000080">Gezondheidsplein</font></a></font><br>
<a target="_blank" href="http://www.toolss.nl/">
<font color="#000080" size="2" face="Arial">Toolss</font></a><br>
<font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.spreekuurthuis.nl/">
<font color="#000080">Spreekuur Thuis</font></a></font><font color="#000080"><br>
</font><font color="#000080" size="2" face="Arial">
<a target="_blank" href="http://www.zorgportaal.nl/">
<font color="#000080">ZorgPortaal</font></a></font></TD>
</tr>
</td></tr></table>'
;
echo 
'
</tr>
</table>
'
;
}
?>
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Stuart

First of all, thanks for you help Jay, that's very much appreciated  :D

Unfortunately it's not working as I hoped it would  :'(

At this moment I've all my links shown on this page: http://links.astmaforum.nl/
These are a bit to width for my forum though.

The code you made gave me this result: http://www.orisit.nl/astmaforum/index.php?action=links

I only want the links boxes but I haven't got a clue how to integrate them nicely into my php page  :-\

Cheers,
Stuart

JayBachatero

I don't really get what you are trying to do now.  Can you please explain it?
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Stuart

Quote from: JayBachatero on February 04, 2006, 01:57:37 PM
I don't really get what you are trying to do now.  Can you please explain it?

I would like to have the links shown on my HTML site integrated into my forum. So I have an extern HTML linkspage but I'd like to have these in the same style as the forum  :)
For some odd reason it's not as fancy on my forum as it is on my HTML webpage  :(

Stuart

I tried something else and now it's working just fine  :D

Thank y'all for helping guys !

JayBachatero

Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Advertisement: