The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Ok Lets see.............
--------------- Added [DATE]1203310650[/DATE] at [TIME]1203310650[/TIME] --------------- OK That fixed it but now all my ads down there are to the left also and bunched together , Look at it in Firefox its perfect but in IE its to the left and crunched together How do i fix that THanks Again ! |
#12
|
|||
|
|||
![]()
To re-center your banners above the WGO box, add the red center to the actual table call, and (imo) drop the width statement, since it'll auto-span to the size of the container anyhow.
Code:
<table border="0" bordercolorlight="#000000" cellspacing=".4" cellpadding=".4" width="849" height="116" align="center"> Edit again: Actually, if you drop all the actual size constraints from that table (cell width/height as well) it would center all the images and span them across. Anytime, btw. ![]() --------------- Added [DATE]1203310881[/DATE] at [TIME]1203310881[/TIME] --------------- I'd also toss a border="0" around the actual banner images themselves, to get rid of the blue border. Code:
<img border="0" src="/bannerads/ddsmall.gif" vspace="2"> |
#13
|
||||
|
||||
![]()
OK i made your edits and it centered the Ad Block ,the ads are spaced horizontally but not Vertically , IS there anyway to fix that ,
Man your a Ton of Help Thanks ! --------------- Added [DATE]1203311335[/DATE] at [TIME]1203311335[/TIME] --------------- OK let me try them edits !! ![]() PHP Code:
|
#14
|
|||
|
|||
![]()
They look just right in IE to me now.
![]() Cheers man. ![]() --------------- Added [DATE]1203311513[/DATE] at [TIME]1203311513[/TIME] --------------- Quote:
![]() --------------- Added [DATE]1203311686[/DATE] at [TIME]1203311686[/TIME] --------------- Check that - it looks like you have two banners per cell. You aren't closing the first href call though, take a look: The red code is missing. Code:
<a target="_blank" class="banner" href="http://www.fixinrams.com"> <img src="/bannerads/fixinramsadgears.gif" vspace="2"></a><a target="_blank" class="banner" href="http://www.nhrda.com/"> <img src="/bannerads/nhrda.gif" vspace="2"></a></td> Code:
<a target="_blank" class="banner" href="http://www.fixinrams.com"> <img border="0" src="/bannerads/fixinramsadgears.gif" vspace="2"></a><a target="_blank" class="banner" href="http://www.nhrda.com/"> <img border="0" src="/bannerads/nhrda.gif" vspace="2"></a></td> Code:
<table border="0" bordercolorlight="#000000" cellspacing=".4" cellpadding=".4" align="center"> <tr><td>banner 1</td><td>banner 2</td><td>banner 3</td><td>banner 4</td></tr> <tr><td>banner 5</td><td>banner 6</td><td>banner 7</td><td>banner 8</td></tr> </table> Adding in your CSS, style, width, etc. |
#15
|
||||
|
||||
![]()
Ok Ill add the Red Code
I made the edits as you say to the Ad Block above WGO and on IE there still not spread out ...can you see it ... Compaired to FireFox ? Thanks --------------- Added [DATE]1203312023[/DATE] at [TIME]1203312023[/TIME] --------------- Ok Ill add the </a> Any Idea on the Big Banner ad The Right ones lower |
#16
|
|||
|
|||
![]() Quote:
![]() |
#17
|
||||
|
||||
![]()
Thanks Man I Added the </a> Didnt seem to change anything
But we made Great Strides !! ![]() About the CSS and all that Im not real Sure what i need to do there ...lol Any idea why IE wants the right top Banner lower than the left ? PHP Code:
--------------- Added [DATE]1203312659[/DATE] at [TIME]1203312659[/TIME] --------------- BTW i used Front page to code the ad blocks ...hehehe |
#18
|
|||
|
|||
![]()
The </a> doesn't change the appearance, it just closes the tag properly.
![]() And ack, frontpage! Noooo! ![]() I use HTML-Kit, and good ol' notepad. http://www.chami.com/html-kit/ |
#19
|
||||
|
||||
![]()
Ok ive downloaded your Program , ANy idea why the banners at the top wants to be uneven on IE only ?Other than the fact that IE Sucks
Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|