MyBB Community Forums

Full Version: fixing the portal html plz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
can u fixe my portal code plz ?
check the pic
[Image: image-5960_4A5F158C.jpg]

http://www.haifafans.net/fanclub/

my portal html
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$importantmsgs}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="209">
{$welcome}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>


<td class="thead"><div align="left"><strong> Haifa's Wedding 24/04/09 </strong></div></td>
</tr>


<tr>


<td class="trow1">
  <div align="center"><a href="http://www.haifafans.net/fanclub/thread-3772.html" target="_blank"><img src="http://www.haifafans.net/fanclub/images/haifa_wedding.jpg" alt="haifa wehbe wedding" width="150" height="228" border="0"></a><br>
  </div></td>
</tr>
<tr>


<td class="thead"><div align="left"><strong> Stars Cafe Magazine <br>
</strong></div></td>
</tr>


<tr>


<td class="trow1">
<div align="center"><a href="http://www.haifafans.net/fanclub/thread-4595.html" target="_blank"><img src="http://www.haifafans.net/fanclub/images/haifa_stars.jpg" alt="haifa stars cafe" width="150" height="228" border="0"></a><br>
  </div></td>
</tr>
<tr>


<td class="thead"><div align="left"><strong>Order Now</strong></div></td>
</tr>


<tr>


<td class="trow1">
  <div align="center"><a href="http://www.amazon.com/Habibi-Ana-Haifa-Wahby/dp/B001CITSOS" target="_blank"><img src="http://www.haifafans.net/fanclub/images/haifa_habibi_ana.jpg" alt="haibib ana haifa wehbe" width="150" height="228" border="0"></a><br>
  </div></td>
</tr>
<tr>


<td class="thead"><div align="left"><strong>Dokan Shahata</strong></div></td>
</tr>


<tr>


<td class="trow1">
  <div align="center"><img src="http://www.haifafans.net/fanclub/images/dokan_sha7ata.jpg" alt="haifa dokan shahata" width="150" height="228" border="0"><br>
  </div></td>
</tr>
<tr>


<td class="thead"><div align="left"><strong>Haifafans Gift For Haifa</strong></div></td>
</tr>


<tr>


<td class="trow1">
  <div align="center"><a href="http://www.haifafans.net/fanclub/thread-3528.html"><img src="http://www.haifafans.net/fanclub/images/haifa_Sokar_ziyada.jpg" alt="Haifafans gift for haifa sokar ziyada" width="150" height="228" border="0"></a><br>
  </div></td>
</tr>

<tr>


<td class="thead"><div align="left"><strong>Record Label </strong></div></td>
</tr>


<tr>


<td class="trow1">
  <div align="center"><a href="http://www.rotana.net" target="_blank"><img src="http://www.haifafans.net/fanclub/images/haifa_rotana.jpg" alt="haifa rotana" width="150" height="64" border="0"></a><br>
  </div></td>
</tr>
<tr>

<tr>


<td class="thead"><div align="left"><strong>Navigation روابط سريعة</strong></div></td>
</tr>


<tr>


<td class="trow1">
  <div align="center"><a href="http://www.haifafans.net/fanclub/forum.php">Haifa's Community Forum </a><br>
      <a href="http://www.haifafans.net/fanclub/forum.php">منتديات هيفاء وهبي </a><br>
    
      <a href="http://www.haifafans.net/fanclub/musicplayer/">Haifa's Music Player </a><br>
      <a href="http://www.haifafans.net/fanclub/musicplayer/">جميع أغاني هيفاء وهبي </a><br>
    
    
      <a href="http://www.haifafans.net/gallery/">Haifa Wehbe's Photo Gallery </a><br>
      <a href="http://www.haifafans.net/gallery/"> معرض صور هيفاء وهبي</a><br>
    
      <a href="http://www.haifafans.net/fanclub/vgallery.php">Haifa's Video Player</a><br>
      <a href="http://www.haifafans.net/fanclub/vgallery.php"> معرض الفيديو</a><br>
  </div></td>
</tr>

<td class="thead"><div align="left"></div></td>
</tr>
<tr>


<td class="trow1">

  <p><a href="http://www.amazon.com/Habibi-Ana-Haifa-Wahby/dp/B001CITSOS" target="_blank"></a><span class="thead">{$whosonline}{$stats}{$search}
    
  </span><br>
    </p>
  </div></td>
</tr>
</table>
<br />




{$latestthreads}</td>
<td width="10">&nbsp;</td>
<td width="786" valign="top">
{$wm}
{$announcements}</td>
</tr>
</table>
{$footer}
</body>
</html>
The container just seems to be too thin to contain the content...
no it was working great but dunno what i change in html so i have this problem
It looks fine for me when I view it, what browser are you using?? See if changing

<td width="786" valign="top">

at the bottom to:

<td valign="top">
sry i don't understand what i should change

am testing it on Safari , IE 8
In the code you gave me, near the bottom, it has the first line of code I posted, change it to the second. It's only broken for me on IE8 but your container is pretty thin... if it was wider, it'd work fine.