inherit
141144
0
Jun 9, 2014 12:48:18 GMT -8
lyssgarv
66
June 2009
mendozastaff
|
Post by lyssgarv on Jun 9, 2013 14:01:35 GMT -8
ClickIf you click on the tab "Important Links", you can see where I'm trying to get the two simple boxes beside each other under that tab. Unfortunately, I'm only able to get them one above the other. Can anyone help me out?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 9, 2013 17:24:09 GMT -8
You aren't doing your tables right. Tables go:
<table><tr><td> content </td><td> content </td></tr></table>
But if I were you I'd just remove that table stuff and add the blue to each of your divs:
<div style="width: 162px; height: 252px; overflow: auto; background-color: #0b1d2e; margin-bottom: 15px; text-align: left; padding: 10px; float:left;">
If you want a little separation between the two you could add a little margin or put float:right; in the 2nd one rather than left.
|
|