MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. jiwkel
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    jiwkel

    @jiwkel

    0
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jiwkel Unfollow Follow

    Latest posts made by jiwkel

    • Have One Table Cell be Bigger Than Other Cells Surrounding it in CSS?

      I’ve been trying to figure this out for a bit.

      Here’s the markup if it’ll help:

      <html>
          <head>
      
           <style>
              table{
                  width:1070px;
                  height:400px;
                  border-width: 5px;
                  border-spacing: 1px;
                  border-style: outset;
                  border-color: white;
                  border-collapse: separate;
                  background: blue url(images/stone.jpg) repeat;
              }
      
              tr{
                  
                  
                  
              }
      
              td{
                  
                  border-width: 3px;
                  padding: 1px;
                  border-style: inset;
                  border-color: white;
                  background: blue url(images/stone.jpg) repeat;
                  -moz-border-radius: ;
                  
              }
      
              smaller{
                  height:50px;
              }
      
           </style>   
          </head>
      
      <body>
      
          <body background="images/tile.jpg">
          <center>
              <table>
                  <tr>
                      <td>EXAMPLE1</td>
                      <td>EXAMPLE2</td>
                  </tr>
      
                  <smaller><tr><td colspan="2">&nbsp;</td></tr></smaller>
              </table>
          </center>
      
      </body>
      </html>    
      

      also counter strike source lol

      posted in Custom CSS
      J
      jiwkel