Html code:
<div id="new"> <img src="img/new.jpg" align="left" width="50" height="50"> <font color="#000000" size="5">Π‘Π²Π΅ΠΆΠΈΠ΅ Π½ΠΎΠ²ΠΎΡΡΠΈ</font> </div> <div id="message"> <img src="img/message.jpg" align="left" width="49" height="49"> <font color="#000000" size="5">ΠΠΎΠ²ΡΠ΅ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΡ</font> </div>
Css code:
#new{ border: 4px double black; margin-bottom: 50px; position: absolute; bottom: 50px; left: 385px; line-height: 50px; } #message{ border: 4px double black; margin-bottom: 50px; position: absolute; bottom: 50px; right: 385px; line-height: 50px; }
Well, the question itself. I want to display information under the "Latest News" and "New Posts". How best to do this? If you simply insert the text in these divas, then the whole picture is distorted, and it turns out not very nice. I would not want to create another 2 divas for this business. How else can you do?