View Full Version : Header Help.
spick
07-29-2003, 05:07 PM
i wanna make it have no white space.. like make it take up the whole top part in the header..
peep the screen..
thankz..
anyone can help?
Zachery
07-29-2003, 05:32 PM
make sure your width is set to 100% to start with...
make sure your banner with strech that far accross.... about the top, check cellpadding and spacing i think
imported_HexOnxOnx
07-29-2003, 05:50 PM
i wanna make it have no white space.. like make it take up the whole top part in the header..
peep the screen..
thankz..
anyone can help?
Your image must be able to stretch the entire width of the screen so it is good to have a background image that will fill in the extra amount of space.
In your admin cp, add this to the body section Extra CSS:
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0px;
padding: 0px;
spick
07-29-2003, 06:09 PM
Your image must be able to stretch the entire width of the screen so it is good to have a background image that will fill in the extra amount of space.
In your admin cp, add this to the body section Extra CSS:
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0px;
padding: 0px;
whaaa?
im lost. this wont work. there has to be some hack for this.
imported_HexOnxOnx
07-29-2003, 06:51 PM
whaaa?
im lost. this wont work. there has to be some hack for this.
As both of us have been telling you, your logo has to be able to expand to fill the whole screen. My logo is broken down into 4 sections, each beginning right after each other on the left. Then after those, the background image helps fill in the rest if the screen that the other 3 images dont take up.
Have a look here and you will see what I mean: http://forum.xelation.org/
No matter what screen res someone has, the logo will always fill in the entire width the way that I have told you.
Here is my code tor my logo:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="http://www.xelation.org/images/header_top_x.jpg" height="159"><img src="http://www.xelation.org/images/header_top_ls.jpg" width="287" height="159"><img src="http://www.xelation.org/images/header_top_mid.jpg" width="170" height="159"><img src="http://www.xelation.org/images/header_top_rs.jpg" width="287" height="159"></td>
</tr>
Zachery
07-29-2003, 08:01 PM
theres no need to hack, its just sum simple html you need to learn, its just some space soi wouldnt worry
spick
08-02-2003, 05:23 PM
As both of us have been telling you, your logo has to be able to expand to fill the whole screen. My logo is broken down into 4 sections, each beginning right after each other on the left. Then after those, the background image helps fill in the rest if the screen that the other 3 images dont take up.
Have a look here and you will see what I mean: http://forum.xelation.org/
No matter what screen res someone has, the logo will always fill in the entire width the way that I have told you.
Here is my code tor my logo:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="http://www.xelation.org/images/header_top_x.jpg" height="159"><img src="http://www.xelation.org/images/header_top_ls.jpg" width="287" height="159"><img src="http://www.xelation.org/images/header_top_mid.jpg" width="170" height="159"><img src="http://www.xelation.org/images/header_top_rs.jpg" width="287" height="159"></td>
</tr>
thankz allot
but one more thing..
whats the code. and what do i have to do to add those background images?
i know how to make it go across now. thankz to you. but i wanna make it go across the whole screen no matta wat the reso is and w/e
you get me?
i wanna know how to put those BACKGROUND images.. step by step would be nice.
spick
08-02-2003, 05:24 PM
and also.. above the header. theres this lil empty space..
how can i take that out?
thankz allot.
Zachery
08-02-2003, 05:27 PM
remove this please
spick
08-02-2003, 05:52 PM
remove this please
umm.. excuse me?
bahawolf
08-02-2003, 07:32 PM
As both of us have been telling you, your logo has to be able to expand to fill the whole screen. My logo is broken down into 4 sections, each beginning right after each other on the left. Then after those, the background image helps fill in the rest if the screen that the other 3 images dont take up.
Have a look here and you will see what I mean: http://forum.xelation.org/
No matter what screen res someone has, the logo will always fill in the entire width the way that I have told you.
Here is my code tor my logo:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="http://www.xelation.org/images/header_top_x.jpg" height="159"><img src="http://www.xelation.org/images/header_top_ls.jpg" width="287" height="159"><img src="http://www.xelation.org/images/header_top_mid.jpg" width="170" height="159"><img src="http://www.xelation.org/images/header_top_rs.jpg" width="287" height="159"></td>
</tr>
Please read other posts, Caleph, before asking questions.
Zachery
08-02-2003, 07:40 PM
i meant my post
imported_HexOnxOnx
08-03-2003, 02:37 AM
Ok the above code that I posted showing you what I have on my forum will go from side to side no matter what screen res someone has. The reason this stretches from side to side is the background image fills the cell from side to side:
<td background="http://www.xelation.org/images/header_top_x.jpg" height="159">
This is the first line of code that I posted.
The next three images are displayed on the left each beginning right after the other in that same cell as the background image. Because that background image goes from left to right filling the whole cell, it appears that the image is one piece going from the left to the right. I can't explain this any better, all I can say is do some experimenting on your own. You would be surprised out what you can do by trying things on your own, just backup your style/forums before you do make major changes.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.