/    Sign up×
Community /Pin to ProfileBookmark

banners aligned right

Hey guys as you can see from my site:

I set up a banner php script. Now i cant get them to align to the right side.

I had to make a plugin in to be able to use a php include in vbulletin.

Im not sure if its in the header i should be adding css or the script:

[QUOTE]

<?php
srand ((double) microtime( )*1000000);
$numbanners = 2;
$banner = rand(0,$numbanners);
echo “<table class=maincats bgcolor=black align=right width=468><tr><td>”;
include (“/home/champleg/public_html/revolver/banners/$banner.html”);
echo “</td></tr></table>”;
?>

[/QUOTE]

Is the width causing a problem and even if not does it need a value set?

Cheers

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@tivrfoaJan 19.2009 — Hello!

Try this:

Old:
[code=html]<td align="right"><table bgcolor="black" align="right" width="468" class="maincats"><tbody><tr><td><a href="http://www.ldfifty.net"><img alt="LD Fifty" src="http://www.ldfifty.net/images/champsad.jpg" title="LD Fifty"/></a></td></tr></tbody></table></td>[/code]

[B]NEW:[/B]
[code=html]<td align="right" bgcolor="black" width="468" class="maincats"><a href="http://www.biorepublik.com/index.html?utm_source=champ01"><img alt="biorepublik" src="http://img.photobucket.com/albums/v297/sharkey182uk/biorepublik_banner.jpg" title="biorepublik"/></a></td>[/code]

Use the new, of course. =D
×

Success!

Help @johndoe190 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...