1 |
|
---|---|
Posted by | Moving the div, how? |
I2Lions [Lights Off] (#200128) King of the Jungle View Forum Posts Posted on 2020-07-10 18:37:22 |
So, I'm adding 2 more divs to my den page. One on the left and the other on the right. This is the code I currently have: < img src="https://i.imgur.com/LBtITnS.png" alt="LBtITnS.png" /> < div style="width:300px;background:#FFFFFF;color:#000000;padding:10px;text-align:center;border:1px solid #333333;float:left;">Your rainbow is slightly shaded< b > green and indigo.< br /> < div style="background:#aa962b;"> < div style="background:#aacf2b;"> < div style="background:#00b82b;"> < div style="background:#008bd5;"> < div style="background:#0025d5;"> < /div>< div style="background:#7125d5;"> < /div> What is says about you: You are a proud person. You feel strong ties to nature and your mood changes with its cycles. Friends count on you for being honest and insightful. Those around you admire your fresh outlook and vitality. < a href="http://spacefem.com/quizzes/rainbow">Find the colors of your rainbow at spacefem.com.< /div> < div style="width:300px;background:#FFFFFF;color:#000000;padding:10px;text-align:center;border:1px solid #333333;float:right;">< h3>Breeding Wishlist< /h3>< ul >< li >Breed a mutie of any kind< li >Breed a 1st Gen Tigon or Leopon< /li>< li >Get a high stat sub male (at least 200 stats total, preferably 300+ stats)< /li>< li >Breed a cub with some sort of feline pattern marking(Rosette, Cheetah, Feline 6(Tiger stripes), Margay, Panther, doesn't matter)< /li>< li>Breed a maned lioness< /li>< /ul>< /div>< /div> < div style="width:400px;background:#FFFFFF;color:#000000;padding:10px;text-align:center;border:1px solid #333333;float:left;">< h3>๐King List๐< /div>< div style="width:400px;background:#FFFFFF;color:#000000;padding:10px;text-align:center;border:1px solid #333333;float:right;">< h3>๐ธQueen List๐ธ< /div>< /div> Without all the spaces in the code of course. I just put them there so that I wouldn't get a bunch of HTML trying to render in the post. But anyway, this is what I get on my page: As you can see, the Queen List div is on the right side but the King List div needs to be moved down so that it can be on the left side. How do I do that? Den Page 0 players like this post! Like? Edited on 10/07/20 @ 18:39:16 by I2Lions (#200128) |
Sky ๐๐ (lights f) EGG#16 (#151320) View Forum Posts Posted on 2020-07-10 18:42:27 |
I2Lions [Lights Off] (#200128)
King of the Jungle View Forum Posts Posted on 2020-07-10 20:31:46 |
Sky ๐๐ (lights f) EGG#16 (#151320) View Forum Posts Posted on 2020-07-11 17:20:08 |
Sparrow (#142872)
Heavenly View Forum Posts Posted on 2020-07-14 03:21:58 |
I'd probably do a table and put those inside, but if enter isn't working a few < br > should. 0 players like this post! Like? Edited on 14/07/20 @ 03:22:18 by Sparrow (#142872) |
1 |
---|