Jump to content

Centering <P>


DancingBunnyUSA

Recommended Posts

I have a question. For some reason,several people can see that the instructors names (Jo Thompson-Szymanski, etc.) are centered except the event director. Can someone please check and see if it's centered and if not, what can I do to make it centered? I have the <p> centered in css and yet it still shows as left aligned to the event director. HELP!!!!!

 

http://www.jgpresentsmarathon.com/instructors2014p.html

Link to comment
Share on other sites

I looked at the site in Firefox, IE11, chrome, Safari, and Opera - the site looked the same. Who is the event director that's out out place at times and what browser are those people who see it off using?

 

Looking at your code, I have the following comments:

 

The h tags are meant to be used for titles in order of relevance. so your most important title (often the page name) would be h1, secondary titles would be h2, etc. You're not using these tags semantically correct, however, that would not explain your centering issue.

I also notice that in your listing of names, on several spots you put a space before the comma. This has nothing to do with webdesign, but if you want to write correctly, it should be NameCommaSpaceName - not NameSpaceCommaSpaceName.

You're using the <center> tag which is deprecated, and there is an empty abbr tag which serves no purpose.

 

You say you have the p centered in your CSS - but there is no <p> in your html.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...