raolduke
|
posted on 3/27/2007 at 09:26 AM |
The problem was solved. We went into theme.html and figured out that
layout_6_bg was the problem. Layout_6_bg dimensions were 1pixel by 24
pixel - we then went into photoshop and made a new image 1x60pixel and
pasted the layout_6_bg into it and kept the bottom part white. I am not
sure exactly what happen but I think the top part of layout_6_bg just moved
up into the layout_6 deleting the unneeded orange part.
|
raolduke
|
posted on 3/27/2007 at 09:07 AM |
My problem was theme.html... I found that in the directory and found the
code and I changed layout_6 from 24 to 50 and it made the filler
(layer_6_bg) follow it. This is a new problem.
Notice how this was created after changing the code
[Edited on 27/3/2007 by raolduke]
|
Shawn
|
posted on 3/26/2007 at 10:58 AM |
If you're using windows, then search the themes/Edit EGHS/ dir for files
that contain layout_6.jpg.
If you're on Linux or can get shell to your host, then cd themes/Edit EGHS
and do:
grep layout_6 *
-Shawn
|
raolduke
|
posted on 3/26/2007 at 09:13 AM |
<TD width="506" height="50" align="left" background="themes/Edit
EGHS/images/layout_6.jpg">
I am looking for this code above to fix the problem in the picture. The
problem is I can not find that code. The only way I found the code was to
view the source of the main page (index) but I cant any way to edit it.
The problem with the code is that the height was 25, I doubled but cant put
it to use because I cant find that file. If you can tell in the picture
that its of a bear and I am going for the 3-D look so the bear's arm comes
off the page.
|