Jack the Ripper
New member
okay because u used <dd>
<dd> means definition description if you use that you may probably use
<dl> and <dt> (definition list and term)
so just get rid all definition tags instead use <ul> or <ol> (unordered or ordered list)
<ol type="1">
<li> potatoes </li>
<li> radishes </li>
<li> Parsnips </li>
</ol>
change type I to I II III IV Roman numbers
A to A B C D E
a to a b c d e like that
<dd> means definition description if you use that you may probably use
<dl> and <dt> (definition list and term)
so just get rid all definition tags instead use <ul> or <ol> (unordered or ordered list)
<ol type="1">
<li> potatoes </li>
<li> radishes </li>
<li> Parsnips </li>
</ol>
change type I to I II III IV Roman numbers
A to A B C D E
a to a b c d e like that