Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #14  
Old 02-18-2008, 03:10 AM
Guest210212002
Guest
 
Posts: n/a
Default

They look just right in IE to me now. Just toss the border="0" in the IMG tags and you'll be stylin'.

Cheers man.

--------------- Added [DATE]1203311513[/DATE] at [TIME]1203311513[/TIME] ---------------

Quote:
Originally Posted by DiesellMinded View Post
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 ,
What I'd do (keep in mind I'm half asleep, haha) would be to add an   to each side of the image, just to space them out a little bit from each other. The extra little vertical space, I'll have to take a peek at your code tomorrow and see where that's coming from. (I'd do it now, but it's 12:11AM and I'll just give you bad advice. )

--------------- 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>
Try like so, the red is what's changed. This will close the tags properly, and drop the border around the images. It looks cool blue, but it'll go purple on you once you click the link in IE.

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>
If you went with one ad per cell and two rows, it'd be neater and easier to format.

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>
Something like that, with the actual banner codes in there.
Adding in your CSS, style, width, etc.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:12 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.28936 seconds
  • Memory Usage 3,190KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (6)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (19)post_thanks_box
  • (19)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (19)post_thanks_postbit_info
  • (19)postbit
  • (10)postbit_onlinestatus
  • (19)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete