| Author |
Message |
RoadBlock |
|
Post subject: BF2 Metal, content offset
Posted: Jun 10, 2006 - 01:17 AM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
I have searched the forums with no luck.
PHPNuke 7.8
On some pages or "modules" all the content displays way off to the right except the footer images and text.
I think i seen another thread with the same problem but the solution was PMed and not posted.
Any help will be appreciated. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 10, 2006 - 03:13 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
I just looked at the site and it appears ok except the header changes you made don't fit perfectly.
Is that what you are seeing or something else?
Can you link to a page with the problem you are seeing?
Also what browser are you using as well. |
|
|
| |
|
|
|
 |
RoadBlock |
|
Post subject:
Posted: Jun 10, 2006 - 03:41 AM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
http://10thidclan.us/modules.php?name=roster
is one of the pages.
Yes I am still working on the header  |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 10, 2006 - 03:04 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
What type of module is that?
I am looking at the source code and it has another BODY tag down in the code.
The code for that page is all screwed up. |
|
|
| |
|
|
|
 |
RoadBlock |
|
Post subject:
Posted: Jun 10, 2006 - 07:05 PM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
It is an auto generated module based on html code passed to a converter type thingamajig.
I removed all BODY tags and still see the same result.
Thing is, that module works with any other theme I use, and I have tested at least 50 different themes.
This is the first theme I paid for and now that module does not work.
I would like a constructive response that might remotely help me fix the problem rather than, your header is all out of wack, and your code is all screwed up. Tell me what in the code is screwed up so that I may get your theme working correctly.
Thanks |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 10, 2006 - 07:11 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
It's hard for me to say what code is screwy as I don't have the module.
Is it downloadable from somewhere? |
|
|
| |
|
|
|
 |
RoadBlock |
|
Post subject:
Posted: Jun 10, 2006 - 07:17 PM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
No I made the module. (Self taught in PHP and HTML, just enough to get by or get in trouble)
I removed the tables and it seems to be closer to correct now.
I would like to have the table borders to seperate everything. If I PM you the module could you look at it?
Dunno ??
Thanks |
|
|
| |
|
|
|
 |
RoadBlock |
|
Post subject:
Posted: Jun 10, 2006 - 07:19 PM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
Here ya go. I found the "code" button.
Removing the line:
. "<table border=\"2\" width=\"75%\" id=\"table1\" bordercolor=\"#000080\">"
seemed to do it.
Code:
<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
echo""
. "<tr>"
. " <td align=\"center\">RoadBlock<br> <a href=mailto:clanmaster@10thidclan.us> clanmaster@10thidclan.us</a><br> <img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Gen.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">-=10thID=- Clan Founder</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Knevil <br> <a href=mailto:knevil@10thidclan.us> knevil@10thidclan.us <br> <img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></a></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/ColGen.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Division Commander (DC)<br><img border=\"0\" src=\"/modules/roster/images/legion_of_merit.jpg\" width=\"55\" height=\"98\"><img border=\"0\"src=\"/modules/roster/images/army_distinguished_service_medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/clancup\" width=\"41\" height=\"94\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Dread <br><a href=mailto:dread@10thidclan.us> dread@10thidclan.us</a><br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Col.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Division Executive Officer (DXO)<br><img border=\"0\" src=\"/modules/roster/images/Silver_star.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/aviator.gif\" width=\"176\" height=\"53\"><br>Picard<br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Maj.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Command Sergeant Major (CSM) <br><img border=\"0\" src=\"/modules/roster/images/Bronze_star.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Gopher<br><a href=mailto:gopher@10thidclan.us> gopher@10thidclan.us</a><br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Cpt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Alpha Company Commander (ACC) <br><img border=\"0\" src=\"/modules/roster/images/army_distinguished_service_medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/ArmyAchievementMedal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/cib.gif\" width=\"157\" height=\"52\"><br>Stemnin<br><a href=mailto:stemnin@10thidclan.us> stemnin@10thidclan.us</a><br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Cpt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Alpha Company First Sergeant (1SG)<br><img border=\"0\" src=\"/modules/roster/images/army_distinguished_service_medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/superior_service_medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/ranger.png\" width=\"157\" height=\"52\"><br>Rockcrawl<br><a href=mailto:rockcrawl@10thidclan.us> rockcrawl@10thidclan.us</a><br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 1st Squad Leader (A11-SL) <br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Deadguy<br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/2lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 1st Squad (ASL) <br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Trappedeath<br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Sgt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 1st Squad Member <br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Bigtree<br><a href=mailto:bigtree@10thidclan.us> bigtree@10thidclan.us</a><br><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 2nd Squad Leader (A12-SL)<br><img border=\"0\" src=\"/modules/roster/images/army_distinguished_service_medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Fish-Hedz<br> <img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/2lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 2nd Squad (ASL)<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">TylerMN84<br> <img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Pvt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 2nd Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Hils1228</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Cpl.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">1st Platoon 2nd Squad Member<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">1st Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/cib.gif\" width=\"157\" height=\"52\"><br>Gryphon<br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 1st Squad Leader (A21-SL) <br><img border=\"0\" src=\"/modules/roster/images/ArmyAchievementMedal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Westhill <br><a href=mailto:westhill@10thidclan.us> westhill@10thidclan.us</a><br> <img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 1st Squad (ASL)<br><img border=\"0\" src=\"/modules/roster/images/Silver_star.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "<tr>"
. " <td align=\"center\">Deadpool</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 1st Squad Member<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Dshots100<br> <img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Cpl.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 1st Squad Member<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Zilverz</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Rct.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Evil_Tiger</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Rct.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">2nd Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">2nd Platoon 1st Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/cib.gif\" width=\"157\" height=\"52\"><br>EvilInc<br><a href=mailto:evilinc@10thidclan.us> evilinc@10thidclan.us</a><br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/C3.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Leader (A22-SL) <br><img border=\"0\" src=\"/modules/roster/images/superior_service_medal.jpg\" width=\"55\" height=\"98\"><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">DOMINO6282<br><img border=\"0\" src=\"/modules/roster/images/smc2.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"><br><img border=\"0\" src=\"/modules/roster/images/1rb4.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/mmc3.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/2lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member (ASL)<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Williams24<br> <img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Sgt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Oneshot</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Cpl.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Neo</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Rct.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">2nd Platoon 2nd Squad Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/aviator.gif\" width=\"176\" height=\"53\"><br>Alttlgrl<br> <img border=\"0\" src=\"/modules/roster/images/dawgs.jpg\" width=\"66\" height=\"18\"><img border=\"0\" src=\"/modules/roster/images/canvsus.jpg\" width=\"66\" height=\"18\"></td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/Cpt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Alpha Flight Squadron (ASL)<br><img border=\"0\" src=\"/modules/roster/images/Army_Commendation_Medal.jpg\" width=\"55\" height=\"98\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/aviator.gif\" width=\"176\" height=\"53\"><br>Zeus</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/1lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"><img border=\"0\" src=\"/modules/roster/images/aviator.gif\" width=\"176\" height=\"53\"><br>Dehlak</td>"
. " <td align=\"center\">"
. " <img border=\"0\" src=\"/modules/roster/images/2lt.gif\" width=\"88\" height=\"88\"></td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\">Open</td>"
. " <td align=\"center\"> </td>"
. " <td align=\"center\">Alpha Flight Squadron Member</td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "<tr>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"></td>"
. " <td align=\"center\"></td>"
. "</tr>"
. "</html>";
CloseTable();
include("footer.php");
?>
|
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 10, 2006 - 07:28 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Awesome.
Glad you got it sorted out  |
|
|
| |
|
|
|
 |
RoadBlock |
|
Post subject:
Posted: Jun 13, 2006 - 11:20 PM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
Ok I have a block doing to the same thing. It throws the whole page off to the right.
If I remove the line that makes a table then it doesn't do it anymore but the block needs to be wider than normal. Here is the code, what is an effective way to make this block wider? This block works with non auto-theme themes.
Thanks again!
Code:
<?php
if (eregi("block-TeamSpeak.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<table cellpadding=\"3\" cellspacing=\"1\" width=\"260\" align=\"center\" bgColor=\"#838B8B\">";
$content .= " <tr>";
$content .= " <td vAlign=\"top\" width=\"240\" bgColor=\"#838B8B\" style=\"font-size: 10px; font-family: verdana,arial,helvetica,sans-serif;\">";
$content .= "<SCRIPT LANGUAGE=\"JavaScript\">";
$content .= "function tsShowChanData(inst,name,topic,codec){";
$content .= " document.getElementById(inst).innerHTML =";
$content .= " '<p><B>Channel:</B><br>'+name+'</p>' +";
$content .= " '<p><B>Topic:</B><br>'+topic+'</p>' +";
$content .= " '<p><B>Codec:</B><br>'+codec+'</p>';";
$content .= "</SCRIPT>";
$content .= "<SCRIPT LANGUAGE=\"JavaScript\" src=\"http://share2.serverspy.net/bin/tmon.mpl?tid=42611&noud=1\"></SCRIPT>";
?>
|
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jun 14, 2006 - 01:40 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
It is missing closing tags for TD TR and TABLE
$content .= " </TD>";
$content .= " </TR>";
$content .= " </TABLE>";
?> |
|
|
| |
|
|
|
 |
RoadBlock |
|
Post subject:
Posted: Jun 14, 2006 - 01:50 AM
|
|
Joined: Jun 10, 2006
Posts: 7
Status: Offline
|
|
dang, that simple lol. Don't i feel like a goob.
That did it, thanks partner! |
|
|
| |
|
|
|
 |
|
|