FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 14 users online :: 0 Registered, 0 Hidden and 14 Guests

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

[SOLVED] Tables Side by Side

View previous topic View next topic Go down

Forumedic
Forumedic

Gender : Unspecified
Posts : 130
Points : 3091
Reputation : 14
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.forumpromocean.com

PostForumedic Sat 23 Jul 2016, 10:40

Code:
<div align="center">
    
   <table style="padding: 0px 0px;background: #32C775;width: 150px;height: 30px;border-radius: 3px;">
       
      <tbody>
          
         <tr>
             
            <td>
                
               <div align="center">
                    <strong><a href="http://www.forumpromocean.com/t299-reviewers-wanted?tid=4d417a683f2bd1f275248ff63f1b1aeb" class="postlink"><span style="color: rgb(250, 250, 250);">Hiring Forum Reviewers</span></a></strong> 
               </div>
                
            </td>
             
         </tr>
          
      </tbody>
       
   </table>
</div><br />
<div align="center">
    
   <table style="padding: 0px 0px;background: #3295C7;width: 150px;height: 30px;border-radius: 3px;">
       
      <tbody>
          
         <tr>
             
            <td>
                
               <div align="center">
                    <strong><a href="http://www.forumpromocean.com/t258-packagers-wanted?tid=4d417a683f2bd1f275248ff63f1b1aeb" class="postlink"><span style="color: rgb(250, 250, 250);">Hiring Forum Packagers</span></a></strong> 
               </div>
                
            </td>
             
         </tr>
          
      </tbody>
       
   </table>
</div><br />
<div align="center">
   <table style="padding: 0px 0px;background: #333333;width: 150px;height: 30px;border-radius: 3px;">
      <tbody>
         <tr>
            <td>
               <div align="center">
                  <strong><a href="http://www.forumpromocean.com/t412-affiliation-program?tid=4d417a683f2bd1f275248ff63f1b1aeb" class="postlink"><span style="color: rgb(250, 250, 250);">Affiliation Program</span></a></strong>
               </div>
            </td>
         </tr>
      </tbody>
   </table>
</div>
That's my forum descriptions on: http://forumpromocean.com

I was wondering if I could have help making them side by side but spaces in between them so they are not touching.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12048
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Sun 24 Jul 2016, 13:51

It appears to be corrected on your side, but just in case you didn't know, here's some information your should memorize :

In HTML there are two important types of containers ( or tags ) :

1. Inline
- Inline tags display side-by-side, sharing the same line with other inline elements.

2. Block
- Block-level tags are greedy, they take up the whole line and push other elements into their own line as well.

The problem with your markup is you're wrapping your tables individually with a <div> tag. DIVs are block-level elements which is why your tables are not displaying side-by-side. Furthermore at the closing of each of these DIVs you have a break tag ( <br> ) which also pushes elements onto their own individual line. Removing the break tags and wrapping all tables with ONE <div> solves this issue.

See these sources for further information :
https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements
https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements
http://www.w3schools.com/html/html_blocks.asp
Forumedic
Forumedic

Gender : Unspecified
Posts : 130
Points : 3091
Reputation : 14
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.forumpromocean.com

PostForumedic Mon 25 Jul 2016, 08:48

Thank you!
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum