Banner

relentlez

New Member
I put a banner on my site, but i need to find away to center it because it is too far out on the right of the board.
 
If you are trying to add it to the header, you need to pay attention to the code that is there. On most standard header displays that use tables you have two <td></td> tag sets. One of them aligns the logo image to the left and the second one align anything else to the right. You may need to insert another tag set between them to display your banner correctly.

If your header is using a <div> tag set you may need to insert a <span> tag set in the middle of the <div> ... </div> tag set to get your banner to align correctly.

You haven't provided any code example so I am just guessing at what your fix is suppose to be.
 
I tried everything lol.

I dont think that im doing it right..Im new to vb and its all kinda complicated. Maybe if someone wouldn't mind comming and installing this??

My Url is

(sorry)
 
xDU YOU NOW your url will get reported to jelsoft so your forum won't stay long why someone will take the time to fix something taht will dissapear :3 remove your url man
 
Here is mine.

Code:
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="center"><a href="[b]url of site[/b]"><img src="[b]url of banner(where it's hosted)[/b]" width="800px" height="200px> border="0" alt="$vboptions[bbtitle]" /></a></td>
	<td align="$stylevar[align=center]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>
</tr>
</table>
 
ok i have a solution that i am using on my site make a new picture in adobe photoshop but in giving its size give the following size and set the image mode to transparent

Size= 993*123(or what ever your banner's height is)

then open your banner and throw it on the transparent new file you just created... then by mean of a mouse or arrow keys align it in the center of transparent image... then upload it here you go... what you need ... i did so and was successful
 
Back
Top