Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  Live Bans for modded consoles  Xbox 360Next Question:  Sending images from mobile phone to free image site  Scripts and Online Services
Question theme style help ( SitePoint Forums Scripts and Online Services )
Updated: 2008-08-12 05:59:56 (1)
theme style help

hi
im running tbsource script... and im trying to do own style theme...

i have done the style almost done...

its just the 3 pics which are not showing in the site..

go here: www.desihits.net/tb

what im missing is 3 pics,right,left,bottom... i have added them in php file but i dont know why they are not showing.. links to pics r :
left: http://www.desihits.net/tb/pic/bar_left.gif

right: http://www.desihits.net/tb/pic/bar_right.gif

bottom: http://www.desihits.net/tb/pic/bottom2.gif

and the code for all pic is:
<?php

$w = "width=100%";
//if ($HTTP_SERVER_VARS["REMOTE_ADDR"] == $HTTP_SERVER_VARS["SERVER_ADDR"]) $w = "width=984";

?>
<table class=mainouter <?=$w; ?> border="1" cellspacing="0" cellpadding="5">

Code:
<!------------- MENU ------------------------------------------------------------------------>

<? $fn = substr($PHP_SELF, strrpos($PHP_SELF, "/") + 1); ?>
<tr><td class=outer align=center>
<table class='xexe' width="939"  border="0" align="center" cellpadding="0" cellspacing="0">



<tr>




<tr>



<td class='xexe' width="24" scope="row"><img src="pic/left_top.gif" width="24" height="137"></td>


    <td class='xexe' width="889"><img src="pic/top.gif" width="889" height="137" usemap="#Map" border="0"></td>

    <td class='xexe' width="26"><img src="pic/right_top.gif" width="26" height="137">



<map name="Map" id="Map"><area shape="rect" coords="284,89,364,103" href="index.php" />

<area shape="rect" coords="374,88,453,105" href="browse.php" />

<area shape="rect" coords="464,90,541,103" href="upload.php" />

<area shape="rect" coords="550,88,629,104" href="my.php" />

<area shape="rect" coords="639,89,716,104" href="chat.php" />

<area shape="rect" coords="728,90,804,104" href="donate.php" />

<area shape="rect" coords="815,90,885,103" href="topten.php" />

<area shape="rect" coords="284,109,362,123" href="" />

<area shape="rect" coords="375,109,453,122" href="" />

<area shape="rect" coords="464,111,540,123" href="rules.php" />

<area shape="rect" coords="551,110,628,124" href="faq.php" />


<area shape="rect" coords="638,109,716,123" href="links.php" />

<area shape="rect" coords="729,110,803,123" href="" />

<area shape="rect" coords="814,111,884,123" href="staff.php" />

</map>
<tr>
  <tr>
    <td class='xexe' width="24"  background="pic/bar_left.gif" scope="row">&nbsp;</td>
    <td class='xexe' bgcolor="333333"><center> 
</tr>
<tr>


</table>
</td>
</tr>

<tr><td align=center class=outer style="padding-top: 20px; padding-bottom: 20px">

<?



if ($unread)
{
  print("<p><table border=0 cellspacing=0 cellpadding=10 bgcolor=red><tr><td style='padding: 10px; background: red'>\n");
  print("<b><a href=$BASEURL/inbox.php><font color=white>You have $unread new message" . ($unread > 1 ? "s" : "") . "!</font></a></b>");
  print("</td></tr></table></p>\n");
}

} // stdhead

function stdfoot() {

 print("<table class=bottom width=100% border=0 cellspacing=0 cellpadding=0><tr valign=top>\n");  
  
 
   print("<td class='xexe' background='pic/bar_right.gif'></td>\n");

 print("<th width='24' height='14' align='left' valign='top' scope='row'><img src='pic/bottom1.gif' width='24' height='14'></th>\n");
     print("<td class='xexe' height='14' align='right' valign='top'><img src='pic/bottom3.gif' width='26' height='14'></td>\n");

 print("</tr></table>\n");
 
  print("</body></html>\n");


please help me out!!! if u cant help in here or think its hard... then lemme know im able to pay for this aswell... sorry im newbie... i think this is not worth pay for... but please check and lemme know thanks alot.. waiting for help!

Answers: theme style help ( SitePoint Forums Scripts and Online Services )
theme style help

Hi sallu,
change the code to
PHP Code:

<?php


$w
= "width=100%";
//if ($_SERVER["REMOTE_ADDR"] == $_SERVER["SERVER_ADDR"]) { $w = "width=984";}

?>
<table class=mainouter <?php echo $w; ?> border="1" cellspacing="0" cellpadding="5">
and see if that makes a difference.

Spike

spikeZ

Previous Question:  Live Bans for modded consoles  AVForums  Xbox 360Next Question:  Sending images from mobile phone to free image site  SitePoint Forums  Scripts and Online Services

- Source: theme style help SitePoint Forums Scripts and Online Services
- Previous Question: Live Bans for modded consoles AVForums Xbox 360
- Next Question: Sending images from mobile phone to free image site SitePoint Forums Scripts and Online Services





AllQuests.com