Hello, I am trying to align a description next to (on the immediate right) of a heading in smaller font on the same line, but I can't figure out how to align it, and I keep on getting wierd results like this: Revelant styles are: h1 {background-color:#000; color:#9C2D13; font-size:16px; font-weight:normal; margin:0.2em; padding:16px 0 0 0; font-style:italic; font-family:"Trebuchet MS", verdana, arial, sans-serif;} .altnames {display:inline; font-size:14px; float:right; color:#9C2D13; font-style:italic; font-family:"Trebuchet MS", verdana, arial, sans-serif;} and html is: <h1>Filet Mignon</h1><div class="altnames">(chateaubriand, tournedos, filet de boeuf, medallions, tenderloin steak)</div> <p>A filet mignon is a steak cut from the short end of a cow's tenderloin (snake shaped cut of beef along either side of the spine). Filet mignon is a french derivative, meaning small(mignon) and boneless (filet). Filet mignons are very tender and are among the most expensive cuts of beef. Filet mignons are generally cut into pieces one to two inches thick, and are usually grilled, fried, broiled, or roasted at high heat. Filet mignon is often wrapped with bacon.</p> Any ideas? Thanks much. Also, should I be using clear:right instead of float, because I don't necessarily want it right-aligned, just to the right of H1? I considered using span instead of div, but I was trying to keep this XHTML-strict.
if you don't necessarily want it right-aligned, you can use span instead of div good luck & happy new year