PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
kwality
Client


Joined: Dec 12, 2003
Posts: 35

PostPosted: Sun Feb 08, 2004 4:48 pm Reply with quote Back to top

Hi i want to add more buttons to the top of the SimpleTech theme.

The site cna be found here,
Only registered users can see links on this board!
Get registered or login to the forums!


That is after i addded another button in the MenuConfig found in the header.php and changed the COLSPAN from 2 to 1.

Now all the imges are messsed up.

Any ideas??
View user's profile Send private message
kwality
Client


Joined: Dec 12, 2003
Posts: 35

PostPosted: Sun Feb 08, 2004 7:16 pm Reply with quote Back to top

Anyone?????? Crying or Very sad
View user's profile Send private message
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Sun Feb 08, 2004 8:45 pm Reply with quote Back to top

I think you should post the code you edited, post it as it comes too.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Feb 08, 2004 8:47 pm Reply with quote Back to top

Patience is not one of your virtues - is it Laughing You didn't even give us 3 hours before bumping ....

Without seeing the code, etc., we can't help much. But, I would look at the view source in the browser and try to see how the table is actually generating.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kwality
Client


Joined: Dec 12, 2003
Posts: 35

PostPosted: Mon Feb 09, 2004 12:22 am Reply with quote Back to top

Sorry, i think ive come along way with nuke, and when i can figure something out, ill admit, i get frustrated and impatient.

Here is the header.php:

Code:
<?php
echo "<HTML>\n";
echo "<HEAD>\n";
echo "<TITLE>::Theme SimpleTech by MDesigns::</TITLE>\n";
echo "<!-- Copyright © 2003 Mtechnik Dot Net. All rights reserved. -->\n";
echo "<script language=\"javascript\" src=\"themes/SimpleTech/FADE.JS\"></script>\n";
echo "<SCRIPT LANGUAGE=\"JavaScript\">\n";
echo "<!--\n";
echo "\n";
echo "function newImage(arg) {\n";
echo "   if (document.images) {\n";
echo "      rslt = new Image();\n";
echo "      rslt.src = arg;\n";
echo "      return rslt;\n";
echo "   }\n";
echo "}\n";
echo "\n";
echo "function changeImages() {\n";
echo "   if (document.images && (preloadFlag == true)) {\n";
echo "      for (var i=0; i<changeImages.arguments.length; i+=2) {\n";
echo "         document[changeImages.arguments[i]].src = changeImages.arguments[i+1];\n";
echo "      }\n";
echo "   }\n";
echo "}\n";
echo "\n";
echo "var preloadFlag = false;\n";
echo "function preloadImages() {\n";
echo "   if (document.images) {\n";
echo "      Simple_over = newImage(\"themes/SimpleTech/images/SimpleTech-hd_12-over.gif\");\n";
echo "      preloadFlag = true;\n";
echo "   }\n";
echo "}\n";
echo "\n";
echo "// -->\n";
echo "</SCRIPT>\n";
echo "</HEAD>\n";
echo "<BODY BGCOLOR=#000000 leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" ONLOAD=\"preloadImages();\"><script language=\"javascript\" src=\"themes/SimpleTech/liveclock.js\"></script>\n";
echo "\n";
echo "<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>\n";
echo "   <TR>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=15 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=8 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=93 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=67 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=27 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=94 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=94 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=94 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=9 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=21 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=33 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=165 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=35 HEIGHT=1></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/spacer.gif\" WIDTH=15 HEIGHT=1></TD>\n";
echo "   </TR>\n";
echo "   <TR>\n";
echo "      <TD ROWSPAN=6>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_01.gif\" WIDTH=15 HEIGHT=183></TD>\n";
echo "      <TD COLSPAN=7>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_02.gif\" WIDTH=477 HEIGHT=9></TD>\n";
echo "      <TD ROWSPAN=6>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_03.gif\" WIDTH=9 HEIGHT=183></TD>\n";
echo "      <TD ROWSPAN=6 background=\"themes/SimpleTech/images/SimpleTech-hd_full.gif\" WIDTH=100% HEIGHT=183></TD>\n";
echo "      <TD COLSPAN=3>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_05.gif\" WIDTH=233 HEIGHT=9></TD>\n";
echo "      <TD ROWSPAN=6>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_06.gif\" WIDTH=15 HEIGHT=183></TD>\n";
echo "   </TR>\n";
echo "   <TR>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_07.gif\" WIDTH=8 HEIGHT=29></TD>\n";
echo "      <TD COLSPAN=6 background=\"themes/SimpleTech/images/SimpleTech-hd_slogan.gif\" WIDTH=469 HEIGHT=29><font size=\"1\" color=\"#FFFFFF\" face=\"arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Welcome to the future,  $username</font></TD>\n";
echo "      <TD>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_09.gif\" WIDTH=33 HEIGHT=29></TD>\n";
echo "      <TD COLSPAN=2 background=\"themes/SimpleTech/images/SimpleTech-hd_time.gif\" WIDTH=200 HEIGHT=29><script language=\"javascript\"><!--\n";
echo "new LiveClock('verdana','1','#FFFFFF','#','<b>Time: ','</b>','190','1','1','0','2','null');\n";
echo "//--></script></TD>\n";
echo "   </TR>\n";
echo "   <TR>\n";
echo "      <TD ROWSPAN=2>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_11.gif\" WIDTH=8 HEIGHT=113></TD>\n";
echo "      <TD COLSPAN=2>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_12.gif\" WIDTH=160 HEIGHT=91></TD>\n";
echo "      <TD COLSPAN=4>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_13.gif\" WIDTH=309 HEIGHT=91></TD>\n";
echo "      <TD COLSPAN=3>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_14.gif\" WIDTH=233 HEIGHT=91></TD>\n";
echo "   </TR>\n";
echo "   <TR>\n";
echo "      <TD COLSPAN=5 valign=bottom background=\"themes/SimpleTech/images/SimpleTech-hd_user.gif\" WIDTH=375 HEIGHT=22>$theuser<TD ROWSPAN=2>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_17.gif\" WIDTH=33 HEIGHT=46></TD>\n";
echo "      <TD COLSPAN=2>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_site.gif\" WIDTH=200 HEIGHT=22></TD>\n";
echo "   </TR>\n";
echo "   <TR>\n";
echo "      <TD ROWSPAN=2>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_19.gif\" WIDTH=8 HEIGHT=32></TD>\n";
echo "\n";
//<!-- Menu Config -->//
echo "\n";
echo "      <TD valign=bottom align=center background=\"themes/SimpleTech/images/SimpleTech-hd_b1.gif\" WIDTH=93 HEIGHT=24><a href=\"index.php\"><font size=\"1\" color=\"#FFFFFF\" face=\"arial\"><b>Home</b></font></a></TD>\n";
echo "      <TD valign=bottom align=center COLSPAN=2 background=\"themes/SimpleTech/images/SimpleTech-hd_b2.gif\" WIDTH=94 HEIGHT=24><a href=\"downloads.html\"><font size=\"1\" color=\"#FFFFFF\" face=\"arial\"><b>Downloads</b></a></font></TD>\n";
echo "      <TD valign=bottom align=center background=\"themes/SimpleTech/images/SimpleTech-hd_b3.gif\" WIDTH=94 HEIGHT=24><a href=\"forums.html\"><font size=\"1\" color=\"#FFFFFF\" face=\"arial\"><b>Forum</b></a></font></TD>\n";
echo "      <TD valign=bottom align=center background=\"themes/SimpleTech/images/SimpleTech-hd_b4.gif\" WIDTH=94 HEIGHT=24><a href=\"topics.html\"><font size=\"1\" color=\"#FFFFFF\" face=\"arial\"><b>Topics</b></a></font></TD>\n";
echo "      <TD valign=bottom align=center background=\"themes/SimpleTech/images/SimpleTech-hd_b5.gif\" WIDTH=94 HEIGHT=24><a href=\"links.html\"><font size=\"1\" color=\"#FFFFFF\" face=\"arial\"><b>Links</b></a></font></TD>\n";
echo "\n";
//<!-- End menu config -->//
echo "\n";
echo "      <TD align=left valign=bottom background=\"themes/SimpleTech/images/SimpleTech-hd_search.gif\" WIDTH=165 HEIGHT=24><form action=\"modules.php?op=modload&name=Search&file=index\" method=\"post\"><input type=\"text\" name=\"query\" value style=\"width:160;height:22;FONT-SIZE: 11px; color:#FFFFFF; background:#303030\"></TD>\n";
echo "      <TD align=center background=\"themes/SimpleTech/images/SimpleTech-hd_search2.gif\" WIDTH=35 HEIGHT=24><input type=\"image\" value=\"search\" src=\"themes/SimpleTech/images/go.gif\" border=\"0\"></TD></form>\n";
echo "   </TR>\n";
echo "   <TR>\n";
echo "      <TD COLSPAN=6>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_27.gif\" WIDTH=469 HEIGHT=8></TD>\n";
echo "      <TD COLSPAN=3>\n";
echo "         <IMG SRC=\"themes/SimpleTech/images/SimpleTech-hd_28.gif\" WIDTH=233 HEIGHT=8></TD>\n";
echo "   </TR>\n";
echo "</TABLE>\n";
echo "</BODY>\n";
echo "</HTML>\n";
?>


Thanks Raven Rolling Eyes
View user's profile Send private message
kwality
Client


Joined: Dec 12, 2003
Posts: 35

PostPosted: Mon Feb 09, 2004 4:34 pm Reply with quote Back to top

24 hrs cool? Bumpty Bump Bump!! Twisted Evil
View user's profile Send private message
kwality
Client


Joined: Dec 12, 2003
Posts: 35

PostPosted: Mon Feb 09, 2004 9:02 pm Reply with quote Back to top

Lost cause Idea
View user's profile Send private message
dezina
Theme Guru


Joined: Dec 26, 2002
Posts: 57
Location: UK

PostPosted: Thu Feb 12, 2004 3:08 am Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!

Mikey's theme so try his forums at above url Wink
View user's profile Send private message Visit poster's website
kwality
Client


Joined: Dec 12, 2003
Posts: 35

PostPosted: Thu Feb 12, 2004 9:23 am Reply with quote Back to top

I gave u with that, Mtechn dosnt even have the psd anymore Sad. Its ok tho, that clan got it perfesionally done, for mad loot, lol.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum