79603147

Date: 2025-05-02 09:54:07
Score: 1
Natty:
Report link

hey you forgot some double quotes, maybe that is why it did not work? try this:

    #page {
        width: 1200px;
        margin: 0px auto -1px auto;
        padding: 15px;
    }

    #logtable {
        width: 800px;
        float: left;
    }

    #divMessage {
        width: 350px;
        position: relative;
        right: -5px;
        top: -20px;
    }
 <div id="page">

     <table id="logtable">
      [stuff]
     </table>

     <div id="divMessage">
      [more stuff]
     </div>
    </div>

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-2): try this:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: rill