Z zaros64 VIP Member VIP โ 20 โ Impact 34 Aug 4, 2005 784 views 5 replies #1 make a header stretch across the whole screen like http://domainhop.com/ like it tables I tried <td background="/images/XXXX.gif" width="100%" height="50"> but that didn't work.. please help
make a header stretch across the whole screen like http://domainhop.com/ like it tables I tried <td background="/images/XXXX.gif" width="100%" height="50"> but that didn't work.. please help
monaco Established Member โ 20 โ Impact 10 Aug 4, 2005 #2 What do you mean? If you just stretch it it's gonna look really distorted...
Refrozen Account Closed Impact 9 Aug 4, 2005 #3 Try, <td style="background: url('/path/to/img/') repeat-x;">
Z zaros64 VIP Member VIP โ 20 โ Impact 34 Aug 4, 2005 #4 Refrozen said: Try, <td style="background: url('/path/to/img/') repeat-x;"> Click to expand... Thanks very much, but how do I add a specific height to it? or will it add the height of the image itself? Thanks Dylan
Refrozen said: Try, <td style="background: url('/path/to/img/') repeat-x;"> Click to expand... Thanks very much, but how do I add a specific height to it? or will it add the height of the image itself? Thanks Dylan
U user-7256 VIP Member VIP โ 20 โ Impact 111 Aug 4, 2005 #5 <td style="background: url('/path/to/img/') repat-x" height="00"> Replace 00 with the height you want in pixels.
<td style="background: url('/path/to/img/') repat-x" height="00"> Replace 00 with the height you want in pixels.
dkin69 Established Member โ 20 โ Impact 4 Aug 4, 2005 #6 As you can see there image is not the bg of the datacell or else you would nopt be able to save it to your comp. <td align="right"><img src="images/contentbar_01.jpg" width="564" height="129"></td> that is the source code they are using, which means they just created a large header. So just make your image the size you need. Dylan majinbuu1023 said: make a header stretch across the whole screen like http://domainhop.com/ like it tables I tried <td background="/images/XXXX.gif" width="100%" height="50"> but that didn't work.. please help Click to expand...
As you can see there image is not the bg of the datacell or else you would nopt be able to save it to your comp. <td align="right"><img src="images/contentbar_01.jpg" width="564" height="129"></td> that is the source code they are using, which means they just created a large header. So just make your image the size you need. Dylan majinbuu1023 said: make a header stretch across the whole screen like http://domainhop.com/ like it tables I tried <td background="/images/XXXX.gif" width="100%" height="50"> but that didn't work.. please help Click to expand...