On 1/21/06, <b class="gmail_sendername">Matthew East</b> <<a href="mailto:mdke@ubuntu.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mdke@ubuntu.com</a>> wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sat, 2006-01-21 at 11:37 +0000, Matthew East wrote:<br>> Hi list,<br>><br>> It occurred to me that the (new, shorter) firefox homepage might benefit<br>> from being edited directly in html. This would enable us to remove the
<br>> problematic title and play around with the formatting a bit more easily.<br>><br>> Any opinions?<br><br>I've added this to trunk/ubuntu/browser-startpage, but if in the end the<br>group doesn't like the idea, we can easily remove it.
</blockquote><div><br>
If it's going to be served used as the browser startpage, it should
probably be HTML from the beginning. (Is <a href="http://start.ubuntu.com">start.ubuntu.com</a> going to be
running before Dapper Final? Is this page also envisioned as the basis
of the start.u.c homepage?)<br>
<br>
I haven't  had a chance to view it in an actual browser yet, but
the code commit looks OK - one thing that caught my eye is the point
where there are **three** nested divs to contain a single piece of information:<br>
<br>
+    <div class="sect1" lang="C" xml:lang="C"><br>
+      <div class="titlepage"><br>
+        <div><br>
+          <div><br>
+            <h2 class="title" style="clear: both"><a id="id2489079"<br>
+            name="id2489079"></a>Getting Help with Ubuntu</h2><br>
+          </div><br>
+        </div><br>
+      </div><br>
<br>
Of the four opening div tags at the top of this fragment, I can't see
why the 3rd & 4th exist at all - they have no class or id, no
styles, nothing. If this was auto-converted from XML by something
(Tidy?) I'm guessing it's some quirk of the translator/converter.<br>
<br>
Given that you can also apply styles to headers (the h2 in this case)
we might be able to strip the code down even further to just a simple
h2.<br>
<br>
Gah, I hate being away from my own machine & setup - I'm
housesitting right now and have no access to my own Ubuntu box... I'll
see what I can do about looking into this HTML sometime this week,
though.<br>
<br>
Brian/Madpilot<br>

</div><br></div><br>