jump to navigation

NOTE: The spam filter is being unusually aggressive. If you comment does not immediately appear, it has simply been placed in moderation and I will approve it as quickly as possible. Thank you for your patience.

"Murphy was an optimist!"

Today’s basic HTML question August 4, 2008 11:07 pm

Posted by Doug McCaughan in : HTML, Programming, Technology
, add a comment

Can <optgroup> be nested within <optgroup>? Is the following example legal?

<select>
   <optgroup label="A">
      <optgroup label="1">
            <option>Outlinepart1</option>
      </optgroup>
   </optgroup>
</select>

Answered! Optgroups may NOT be nested per HTML4 specification.

add a comment

Design Coding – Rapper explains my world April 16, 2008 6:44 pm

Posted by Doug McCaughan in : HTML, Programming, Software, Standards, Technology
, 2comments

m0serious you are my hero!

Please, I beg you. If you ask people to make a website for you or if you are an artist/designer that gives templates to a scripter or coder, watch this video all the way!

2comments