Welcome to Dream.In.Code
Getting Help is Easy!

Join 86,383 Programmers. There are 1,392 online right now! Ask your question and get quick answers from Dream.In.Code experts. Join the #1 programming help community on the internet! Registration is fast and FREE... Join Now!

Chat LIVE With a Expert
Powered by LivePerson.com

Register to Make This Box Go Away!

Paragraph Tag Question

 
Reply to this topicStart new topic

Paragraph Tag Question, Not rendering on the page right

jjsaw5
post 8 May, 2008 - 07:26 AM
Post #1


D.I.C Addict

Group Icon
Joined: 4 Jan, 2008
Posts: 541



I know this is a pretty simple question but, I want to display a company name and number. Like this....

CODE
Company Name                                  555-555-5555


I am using the <p></p> Paragraph tags and when I view the page it removed the spaces between the Company name and the phone number.

Any ideas?

User is offlineProfile CardPM
Go to the top of the page
+Quote Post


fyrestorm
post 8 May, 2008 - 08:10 AM
Post #2


D.I.C Lover

Group Icon
Joined: 4 Apr, 2002
Posts: 3,078

you can either use

CODE
&nbsp;


for your spaces or you can use a table

CODE


<table border=0 cellpadding=0 cellspacing=0>
  <tr>
    <td align="left">Company Name</td>
    <td alight="right">555-555-5555</td>
  </tr>
</table>
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

jjsaw5
post 8 May, 2008 - 08:30 AM
Post #3


D.I.C Addict

Group Icon
Joined: 4 Jan, 2008
Posts: 541

Great thank you !
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

girasquid
post 8 May, 2008 - 01:22 PM
Post #4


Barbarbar

Group Icon
Joined: 3 Oct, 2006
Posts: 953

Another way to accomplish it would be to use CSS - you encase the two values in spans, and then either use positioning or floating to position them how you please.

This post has been edited by girasquid: 8 May, 2008 - 01:22 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 5/17/08 03:52AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month