vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need help to fix Ads (https://vborg.vbsupport.ru/showthread.php?t=159767)

Khalid-B 10-08-2007 03:30 PM

Need help to fix Ads
 
Hello,

I have 2 small banner ads at my forum and i want to fix them .
This thime thease are like this ,,

Banner1
Banner2

and now i want to do like this ,,

Banner1 Banner2 (Imean one banner in left side and other in right side )

How can i do this ??

Please help.

Thanks

Spank 10-08-2007 03:35 PM

use a table
Code:

<table>
<tr>
            <td> banner 1</td>
            <td> banner 2</td>
</tr>
</table>

Hope this helps.

Khalid-B 10-08-2007 03:45 PM

thanks man ,,, its work fine now.

Spank 10-08-2007 04:11 PM

Awesome.

R1lover 10-08-2007 04:20 PM

I was playing with this a while back and had some trouble getting them to align on each side and expand with the screen width.

So you have one banner that stays to the left and the right one moves according to the screen width.

Any ideas?

Spank 10-08-2007 04:29 PM

I'm not sure about that. I only really know basic html. Maybe align?
Code:

<table>
<tr>
            <td> <align=left>banner 1</align></td>
            <td> <align=right>banner 2</align></td>
</tr>
</table>


R1lover 10-08-2007 04:32 PM

ya I played with that in a few different attempts. I still haven't been able to get it, I'm sure it's a simple thing "IF" you know how.... lol

Thank you though.

Spank 10-08-2007 04:51 PM

have you tried using
<td colspan="#">
that increases the size of the cell

R1lover 10-08-2007 04:53 PM

No I haven't tried that... I will play with it, but what I'm trying to do is for people with widescreen monitors allow the banner ads to be on each side rather then centered in the middle. If I increase the size of the cell I think it would cause an issue for narrow or standard monitors.

Spank 10-08-2007 05:14 PM

Yeah you might be right there. Sorry I couldn't help. i'm sure some whiz wil lcome along and solve it for you.


All times are GMT. The time now is 03:50 AM.

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.03798 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete