Separated text on one line side to another?

aranthorn

New Member
I want to make text like this:
srbu8.jpg
Look like this: \[code\]texttext: texttttttttttttttt: ttt215555textt: trtrtrt\[/code\]But when I try, it looks like this:\[code\]texttext: texttttttttttttttt: ttt215555textt: trtrtrt\[/code\]My code that i'm currently using:\[code\]<div class="aligncenter" style="width: 700px; height: 1px; border-top: 1px dotted #999999; font-size: 0;">-</div>Hours: Mon - Sun: 3:00 pm - 6:00 am Phone: 777777777777 Address: asd str. #14<div class="aligncenter" style="width: 700px; height: 1px; border-top: 1px dotted #999999; font-size: 0;">-</div>\[/code\]I've solved it like this (wordpress):http://jsfiddle.net/SEcfh/\[code\]<table border="0" align="left"><tbody><tr><td style="width: 80px;">Phone:</td><td>+999 999 999 999</td></tr><tr><td style="width: 80px;">Phone:</td><td>+999 999 999 999</td></tr><tr><td style="width: 80px;">Phone:</td><td>+999 999 999 999</td></tr></tbody></table>\[/code\]
 
Back
Top