Author
Message
cuberille New Member Joined: Feb 22, 2004 Posts: 9 Location: BC
Posted:
Sat Feb 28, 2004 2:46 am
I am trying to modify the 3D-Fantasy theme such that the background and all the white space between the windows are a different color. I have gone through every file contained in theme's directory and changed background colours as needed (I think I got them all). When I refresh, I still get white space between the windows in the left column.
Any help would be appreciated. I've just started learning recently and I've come up against a wall.
Thx,
cuberille
Nukeum66 Life Cycles Becoming CPU Cycles Joined: Jul 30, 2003 Posts: 551 Location: Neurotic, State, USA
Posted:
Sat Feb 28, 2004 6:54 am
Theme.php around line 58
echo "<body bgcolor=\"#ffffff \" text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\"><br>\n\n\n";
Edit: And header.html around lines 21 & 22
<table cellpadding="0" cellspacing="0" width="99%" border="0" align="center" bgcolor="#ffffff ">
<tr><td bgcolor="#ffffff " valign="top">
I hope this helps you
Last edited by Nukeum66 on Tue Mar 02, 2004 8:00 am; edited 1 time in total
cuberille New Member Joined: Feb 22, 2004 Posts: 9 Location: BC
Posted:
Sat Feb 28, 2004 10:43 pm
OK, I found the one in theme.php, however my header.php (lines 15-28 ) look like this:
15if (eregi("header.php",$_SERVER['PHP_SELF'])) {
16 Header("Location: index.php");
17 die();
18}
19
20require_once("mainfile.php");
21
22##############################################23####
24# Include some common header for HTML generation #
25##############################################26####
27
28$header = 1;
No bgcolor value. I didn't think it would be part of the header.
Last edited by cuberille on Thu Aug 05, 2004 1:09 am; edited 1 time in total
Nukeum66 Life Cycles Becoming CPU Cycles Joined: Jul 30, 2003 Posts: 551 Location: Neurotic, State, USA
Posted:
Sat Feb 28, 2004 11:06 pm
Crap! I'm sorry I meant header.html
cuberille New Member Joined: Feb 22, 2004 Posts: 9 Location: BC
Posted:
Tue Mar 02, 2004 2:05 am
lol, np
I appreciate the help, but that didn't do it.
I don't get it. Why the header file? - The problem is in the left column in between the blocks.
When drag my mouse over the white space , it seems to be a text space rather than a small image, if that helps.
Last edited by cuberille on Thu Aug 05, 2004 1:09 am; edited 1 time in total
Nukeum66 Life Cycles Becoming CPU Cycles Joined: Jul 30, 2003 Posts: 551 Location: Neurotic, State, USA
Posted:
Tue Mar 02, 2004 7:40 am
Those are the files I edited to change bg colors on mine. I upload it tonight and post a link so's ya can see's it ...
Nukeum66 Life Cycles Becoming CPU Cycles Joined: Jul 30, 2003 Posts: 551 Location: Neurotic, State, USA
Posted:
Tue Mar 02, 2004 7:58 am
Look at this this is my 3D-Fantasy, Don't mind the site i use it for testing ...
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