Need help Renaming Headings

I could use some help on how to name/re-name some Headings in my Member Profile section…

Originally I had…


	<h2>Member Profile</h2>

	<div id="boxUser">
		<h3>DoubleDee
			<img src="/images/Light_Green_10.png" width="10" alt="" />
		</h3>
		<br />
		<img class="noborder" src="/community/uploads/f21190299a795e9cf3439f7f62c223f79e023ab7.jpg" width="100" alt="" />
		<ul>
			<li><a href="">Send Private Message</a></li>
			<li><a href="">Find Latest Posts</a></li>
		</ul>

See attached…

And then DeathShadow pointed out that my <h2> and <h3> should be combined, so I have this now…


	<h2>DoubleDee's Profile</h2>

	<div id="boxUser">
		<h3>My Info
			<img src="/images/Light_Green_10.png" width="10" alt="" />
		</h3>
		<br />
		<img class="noborder" src="/community/uploads/f21190299a795e9cf3439f7f62c223f79e023ab7.jpg" width="100" alt="" />
		<ul>
			<li><a href="">Send Private Message</a></li>
			<li><a href="">Find Latest Posts</a></li>
		</ul>

See attached…

I’m not sure what to do with the top Heading/Header area…

I thought it looked really good to have “DoubleDee” and my online status indicator to the right.

If I remove my Username and promote it to the <h2> above, then what - if anything - should I put in it’s place?! (That subsection doesn’t have an intuitive name like “Friends” or “Recent Visitors” does…) :-/

Thanks,

Debbie

Could you re-post the second block of code? They are both the same.

No they are different.

Look closer at the <h2> and <h3> which is what the question is about… :wink:

Debbie

Ralph,

The essence of my question was , “If I combine my former <h2> and <h3> into something like <h2>DoubleDee’s Profile</h2> then what do I do with the dead-space that creates in the blue header bar above my photo?”

In that top area, I have an…

  • Online Indicator
  • Photo
  • Links to Do Stuff

What is all of that logically called?! :-/

Here some things I have been considering…

1.) Come up with some name like “My Info” to replace “DoubleDee”

2.) Move the Online Indicator to the left and leave out any Text

3.) Eliminate the first Blue Header since there is no longer a Title there

4.) Something else…

I think that semantically, DeathShadow, is correct. But visually now I have this oddity that I’m not sure how to handle…

Make sense?!

Debbie

You could just call each section what it is. E.g. the first one is an Avatar. The other headings, like Friends, seem fine.

Thanks, but that doesn’t work for me. No need to label a photo as a photo.

What if I left the first blue heading blank and just left the Online Indicator there?

Anyone else?

Debbie