The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELPHELPHELPHELPHELP PLEASE!!!!!! (html positioning..)?
Hey, I have 2 HTML codes
<!--Begin GameSites200 Vote--><p><a href="http://www.gamesites200.com/psp/in.php?id=****"><img src="http://www.gamesites200.com/psp/vote.gif" alt="Vote on the PSP Top 200" border="0"></a><br><a href="http://www.gamesites200.com/psp/"><img src="http://www.gamesites200.com/track.gif" alt="PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew" border="0"></a></p><!--End Game Sites 200 Code--> AND <!-- Begin XtremeTop100 code --> <p><a href="http://www.xtremetop100.com/in.php?site=**********"> <img src="http://www.xtremetop100.com/votenew.jpg" border="0" alt=" Top 100"></a><br> <a href="http://www.xtremetop100.com/"> <img src="http://www.xtremetop100.com/tracker.jpg" border="0" alt=" Top 100"></a></p> <!-- End XtremeTop100 code --> but when i put them on my forum i get this... how can i make it so the 2 voting images are BESIDE each other not underneath?????????????? |
#2
|
|||
|
|||
actually, learn that your thread title will not bring you more help... sometimes too much is like not at all...
you have tags like <p> and </p> that defines new paragraphs in your codes... drop these elements and the images will be side by side |
#3
|
|||
|
|||
|
#4
|
||||
|
||||
You only need to drop the <p> and <\p> between the two images. These two:
HTML Code:
</p><!--End Game Sites 200 Code--> AND <!-- Begin XtremeTop100 code --> <p> |
#5
|
|||
|
|||
You might need t put them in a table:
Code:
<table> <tr> <td> <!--Begin GameSites200 Vote--><p><a href="http://www.gamesites200.com/psp/in.php?id=****"><img src="http://www.gamesites200.com/psp/vote.gif" alt="Vote on the PSP Top 200" border="0"></a><br><a href="http://www.gamesites200.com/psp/"><img src="http://www.gamesites200.com/track.gif" alt="PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew" border="0"></a></p><!--End Game Sites 200 Code--> </td> <td> <!-- Begin XtremeTop100 code --> <p><a href="http://www.xtremetop100.com/in.php?site=**********"> <img src="http://www.xtremetop100.com/votenew.jpg" border="0" alt=" Top 100"></a><br> <a href="http://www.xtremetop100.com/"> <img src="http://www.xtremetop100.com/tracker.jpg" border="0" alt=" Top 100"></a></p> <!-- End XtremeTop100 code --> </td> </tr> </table> |
#6
|
|||
|
|||
Quote:
|
#7
|
|||
|
|||
Cool, I'm glad it worked for ya.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|