View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09942 seconds
  • Memory Usage 1,771KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete