Jump to content

help splitting this code please


brown2005

Recommended Posts

hi,

 

i have the code below which gives out the following

 

Website: 3,343,333

Members: 3,343,333

Hits: 3,333,343,333

 

displayed like that but i want it to be displayed like

 

 

Website:    3,343,333

Members:    3,343,333

Hits:          3,333,343,333

 

so it is all in line (the hits one is slightly out of line, but u get the idea)

 

						<p>

						<label>Website:</label>
						<font>3,343,333</font>

					</p>

					<p>

						<label>Members:</label>
						<font>3,343,333</font>

					</p>

					<p>

						<label>Hits:</label>
						<font>3,333,343,333</font>

					</p>

Link to comment
https://forums.phpfreaks.com/topic/80509-help-splitting-this-code-please/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.