Hi Guys,
I HAve a serious problem with a theme I want to adjust, I hope I can explain propperly.
site: www.xtended-expertise.com/html
I Want to fill the header, but as you can see the header is build up out of 3 images.
1) Left side
2) Middle piece, but this is a 1pxl image what is repeating itselve
3) right side
And now I have a problem with the middle piece.
Like I said, this is a 1 pxl image what is repeating itselve , so what I was thinking.. I make the 1pxl image into a 500pxl image and make some nice header of it.
BUT... it doesn't matter if I make is 500pxl or 10000pxl, cause it will repeat itselve and it is impossible to make a nice header of it. So I went to check out the scripts, see if I can find that loop.
Checked the scripts theme.php / CSS, but I couldn't find anything.
I did check out the source of the webpage and I found this:
<DIV id=waitDiv style="POSITION: absolute; TOP:0px">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="themes/XD-GF/images/HD/XD-Zabotage_hd_02.gif" id="Table_01">
this is the problem... but It's in the source but in NO OTHER script in the theme. (There is no header.php / footer.php avail in the theme)
Can anyone help me please???
I HAve a serious problem with a theme I want to adjust, I hope I can explain propperly.
site: www.xtended-expertise.com/html
I Want to fill the header, but as you can see the header is build up out of 3 images.
1) Left side
2) Middle piece, but this is a 1pxl image what is repeating itselve
3) right side
And now I have a problem with the middle piece.
Like I said, this is a 1 pxl image what is repeating itselve , so what I was thinking.. I make the 1pxl image into a 500pxl image and make some nice header of it.
BUT... it doesn't matter if I make is 500pxl or 10000pxl, cause it will repeat itselve and it is impossible to make a nice header of it. So I went to check out the scripts, see if I can find that loop.
Checked the scripts theme.php / CSS, but I couldn't find anything.
I did check out the source of the webpage and I found this:
<DIV id=waitDiv style="POSITION: absolute; TOP:0px">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="themes/XD-GF/images/HD/XD-Zabotage_hd_02.gif" id="Table_01">
this is the problem... but It's in the source but in NO OTHER script in the theme. (There is no header.php / footer.php avail in the theme)
Can anyone help me please???
Comment