Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-31-2016, 01:25 PM
Scott W Scott W is offline
 
Join Date: Nov 2015
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 3 different groups of images in forum description on same line?

Hello,

Been trying to figure out a way to get 3 seperate groups of images in the forum description.....but all on the first line. Every time I try it, I am able to get the 3rd group right aligned but the second group will not center. As when it does work, the 3rd group drops down a line.

Quote:
<div style="float: left"><IMG SRC="images/Baltimore Orioles.png" ALT="Baltimore Orioles" WIDTH=32 HEIGHT=32><IMG SRC="images/Boston Red Sox.png" ALT="Boston Red Sox" WIDTH=32 HEIGHT=32><IMG SRC="images/New York Yankees.png" ALT="New York Yankees" WIDTH=32 HEIGHT=32><IMG SRC="images/Tampa Bay Rays.png" ALT="Tampa Bay Rays" WIDTH=32 HEIGHT=32><IMG SRC="images/Toronto Blue Jays.png" ALT="Toronto Blue Jays" WIDTH=32 HEIGHT=32></div>

<IMG SRC="images/Cleveland Indians.png" ALT="Cleveland Indians" WIDTH=32 HEIGHT=32><IMG SRC="images/Chicago White Sox.png" ALT="Chicago White Sox" WIDTH=32 HEIGHT=32><IMG SRC="images/Detroit Tigers.png" ALT="Detroit Tigers" WIDTH=32 HEIGHT=32><IMG SRC="images/Kansas City Royals.png" ALT="Kansas City Royals" WIDTH=32 HEIGHT=32><IMG SRC="images/Minnesota Twins.png" ALT="Minnesota Twins" WIDTH=32 HEIGHT=32>

<div style="float: right"><IMG SRC="images/Houston Astros.png" ALT="Houston Astros" WIDTH=32 HEIGHT=32 ><IMG SRC="images/Los Angeles Angels.png" ALT="Los Angeles Angels" WIDTH=32 HEIGHT=32 ><IMG SRC="images/Oakland Athletics.png" ALT="Oakland Athletics" WIDTH=32 HEIGHT=32><IMG SRC="images/Seattle Mariners.png" ALT="Seattle Mariners" WIDTH=32 HEIGHT=32><IMG SRC="images/Texas Rangers.png" ALT="Texas Rangers" WIDTH=32 HEIGHT=32></div>
Just not sure what the proper coding would be so the first paragraph can be on the left, the second paragraph of code can be in the middle, and the third paragraph of code can be on the right.
Reply With Quote
  #2  
Old 03-31-2016, 02:27 PM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<table style="width:100%">
<tr>
<td><img src="#"></td>
<td><img src="#"></td>
<td><img src="#"></td>
</tr>
</table>

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

Also, if you insist on using float tags, do not use <div style="float">

Use inline CSS >

img {
float: left;
}

Or

img {
float: right;
}
Reply With Quote
Reply


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 11:02 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.03453 seconds
  • Memory Usage 2,167KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (2)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (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_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • 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