www.techdo.com Established Member ★ 15 ★ Impact 0 Mar 11, 2009 1K views 2 replies #1 how to center in the perfect middle of a div 2 lines of text ? (using css , not html) thank you Dario .
how to center in the perfect middle of a div 2 lines of text ? (using css , not html) thank you Dario .
yilduz Your face is regfee!Established Member ★ 15 ★ Impact 30 Mar 11, 2009 #2 <div style='text-align:center;'> This is where line 1 will be<br /> And this is line 2 </div> Is that what you mean?
<div style='text-align:center;'> This is where line 1 will be<br /> And this is line 2 </div> Is that what you mean?
U user-7256 VIP Member VIP ★ 20 ★ Impact 111 Mar 13, 2009 #3 He's right. And you might have gotten the answer dozens of times faster if you just Googled it.