Results 1 to 10 of 16
Threaded View
-
15th Apr 2010, 12:26 PM #1OPMemberWebsite's:
StoneArcade.comalignment help needed
Hi guys,a couple people tried to help me in the shoutbox yesterday with this problem,but im a total noob coder lol.. maybe someone can help me align the cat headers for me (see screenshot,or site for wht i mean)
PHP Code:<table cellspacing="2" cellpadding="2">
{php} global $SEOFriendlyURLs,$themepath;
$catarray = am_listgamecats($db, 'none', 'flat'); // Get the array of category names
$c=1;
$m=4;
foreach ($catarray as $a) {
if($c == 1) { echo '<tr>';}
echo '<td valign="top" width="25%">';
echo '<div class="topcategory">';
if($SEOFriendlyURLs == 0)
{
$url = './index.php?cat='.urlencode($a);
} else {
$url = './index.php?cat='.urlencode($a);
}
echo '<table width="100%" cellspacing="2" cellpadding="2">
<tr>
<td valign="top" align="center"><a href="'.$url.'"><h2><b>'.$a.'</h2></b></a>
</td></tr>
<tr>
<td valign="top">';
echo '<center>';
am_listnewgames('table', 5, $a,true,60,60);
echo '</center></td></tr>';
echo '<tr>
<td valign="top"><a href="'.$url.'">More '.$a.' Games</a>
</td>
</tr>';
echo '</table>';
echo '</td>';
if($c == $m) { echo '</tr>'; $c=0;} $c++;
}
{/php}
</table>
screenshot of wht needs to be aligned,notice the cat headers are riding the top
iMage Reviewed by iMage on . alignment help needed Hi guys,a couple people tried to help me in the shoutbox yesterday with this problem,but im a total noob coder lol.. maybe someone can help me align the cat headers for me (see screenshot,or site for wht i mean) <table cellspacing="2" cellpadding="2"> {php} global $SEOFriendlyURLs,$themepath; $catarray = am_listgamecats($db, 'none', 'flat'); // Get the array of category names $c=1; $m=4; foreach ($catarray as $a) { Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
vBulletin Category Alignment - Need help
By nk2join in forum vBulletinReplies: 5Last Post: 23rd Mar 2012, 04:17 PM -
help with Html image alignment
By cgworld in forum Web Development AreaReplies: 6Last Post: 27th Sep 2011, 09:22 PM -
Alignment problem help me
By dheeraj4uuuu in forum Web Development AreaReplies: 3Last Post: 19th Jul 2011, 02:14 PM -
Wordpress Categories Alignment
By Brenton in forum WordpressReplies: 4Last Post: 25th Aug 2010, 01:37 PM -
DEDICATED,ACTIVE NEEDED - Moderators/GM's Needed with BENEFITS
By robert in forum Community CooperativeReplies: 0Last Post: 18th Jul 2010, 03:36 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...