I've been playing with the 3dCart blog a lot lately. Making small changes here and there. One change I made to the template yesterday was to include H1 and H2 tags. I know H tags aren't as important as they once were but it was an easy change. I thought I would share how I decided to go about it and maybe get some feedback.
<!--END: CATEGORY_HEADER-->
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr><h1><span style="font-size: 36px;">Your Store Blog</span></h1></tr>
<tr>
<td><!--START: blog_post-->
<div width="100%"> <h2><span style="font-size: 26px; line-height: 26px;">[subject]</span></h2>
You can see where I added the tags. This isn't a stock template so other things may be a bit different.
I'm still pretty much a noob. Did I go about it right? Is it worth doing?
<!--END: CATEGORY_HEADER-->
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr><h1><span style="font-size: 36px;">Your Store Blog</span></h1></tr>
<tr>
<td><!--START: blog_post-->
<div width="100%"> <h2><span style="font-size: 26px; line-height: 26px;">[subject]</span></h2>
You can see where I added the tags. This isn't a stock template so other things may be a bit different.
I'm still pretty much a noob. Did I go about it right? Is it worth doing?
Comment