• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Suggestion: tables

Status
Not open for further replies.

ruby

[span="howdy;partner"][/span]
1,390
Posts
20
Years
    • Seen Mar 27, 2024
    Add the property "display: inline-block" to each div. A quick google for "divs on the same line" would have got you this.

    Example:
    div 1
    ,
    div 2
    .
    There's always the span tag too, which behaves like this by default, but this has certain limitations when compared with the div tags.
     
    Last edited:
    10,673
    Posts
    15
    Years
    • Seen Dec 30, 2023
    Given that this thread would have actually have been better suited to the CSS Help & Discussion thread, I'm going to ahead and lock this one. In future, remember that most HTML can be converted to CSS, such as <b> translating to <div style="font-weight: bold;"> and so on. Any future CSS questions can be added to the thread above, so be sure to check that what you're suggesting isn't already possible on the forums, thanks!

    Closed.
     
    Status
    Not open for further replies.
    Back
    Top