<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Can anyone help me with the html to format my skin's top banner? As an html novice, I've kludged together the code shown below, but it doesn't validate. (The links don't wrap in Omniweb, though otherwise it renders pretty well.) </div><span style="line-height: 14px; "><div><br></div>I want the banner to span a fixed width page, with links and a search box on its right - all positioned nicely. </span><div><span style="line-height: 14px; "><br></span></div><div><span style="line-height: 14px; ">Here is what the banner should look like, conceptually:</span></div><div><span style="line-height: 14px; "><br></span></div><div><span style="line-height: 14px; ">---------------------------------------------------------------------</span></div><div><span style="line-height: 14px; ">[image background for the entire banner]</span></div><div><span style="line-height: 14px;">                                         Link1 Link2… Search [box]</span></div><div><span style="line-height: 14px; ">My clickable logo</span></div><div><span style="line-height: 14px; ">                                         Link3 Link4</span><span style="line-height: 14px; ">…</span><span style="line-height: 14px;">                                         </span></div><div><span style="line-height: 14px; "><br></span></div><div><span style="line-height: 14px; ">---------------------------------------------------------------------</span></div><div><span style="line-height: 14px; "><br></span></div><div><span style="line-height: 14px; ">Usage: Clicking on the logo at the left  should go to myurl as defined in config.php. Clicking on the links should go to pages in the local wiki. All links have tool tips. </span><span style="line-height: 14px; ">(Currently I've got the clickable logo as part of the background itself, so clicking anywhere on the banner except the links goes to myurl, but that's just because I haven't figured out how to do otherwise.)</span><div><br></div><div>Thanks for any tips, or observations about the right way to do this.</div><div><br></div><div>Randy</div><div><br></div><div><div style="font-size: 14px; "><head></div><div style="font-size: 14px; ">  <title>$WikiTitle | {$Group} / {$Title} $ActionTitle</title></div><div style="font-size: 14px; ">  <meta http-equiv='Content-Style-Type' content='text/css' /></div><div style="font-size: 14px; ">  <link rel='stylesheet' href='$SkinDirUrl/mywebsite.css' type='text/css' /></div><div style="font-size: 14px; ">  <!--HTMLHeader--></div><div style="font-size: 14px; "></head></div><div style="font-size: 14px; "><body></div><div style="font-size: 14px; "><!--PageHeaderFmt--></div><div style="font-size: 14px; ">  <div id='wikilogo'><a href='<a href="https://myurl'">https://myurl'</a> title='You are exploring $WikiTitle:</div><div style="font-size: 14px; "><br></div><div style="font-size: 14px; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$ProjectTitle</div><div style="font-size: 14px; "><br></div><div style="font-size: 14px; ">Some final text'><img src='$PageLogoUrl'</div><div style="font-size: 14px; ">    alt='$WikiTitle' border='0' /></a></div></div><div style="font-size: 14px; ">  <div id="pagemenu"><!--wiki:{$Group}.Menu Public.Menu--></div></div><div style="font-size: 14px; ">  <div id='wikihead'></div><div style="font-size: 14px; ">  <br><form action='{$ScriptUrl}'></div><div style="font-size: 14px; ">    <a href='{$ScriptUrl}/Public/$[linktarget]' title='tool tip text'>$[link text]</a>&nbsp;&nbsp;</div><div style="font-size: 14px; ">    <a href='{$ScriptUrl}/$[{$SiteGroup}]/$[AllRecentChanges]' title='tool tip text'>$[Changes]</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='{$ScriptUrl}/Public/$[link text]' title='tool tip for $variable'>$[link text]</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='{$ScriptUrl}/Public/Search' title= etc.</div><div style="font-size: 14px; "><br></div><div style="font-size: 14px; ">[This section ends with:]</div><div style="font-size: 14px; "><br></div><div style="font-size: 14px; "><a href='{$ScriptUrl}/Public/$[target]' title='tool tip'>$[link text]</a></br></div><div style="font-size: 14px; "></div></div><div style="font-size: 14px; ">    </form></div></div><div style="font-size: 14px; ">    </form></div></div><div style="font-size: 14px; ">    </form></div></div><div style="font-size: 14px; ">    </form></div></div><div style="font-size: 14px; "><!--/PageHeaderFmt--></div></div><div><br></div></div></body></html>