To continue, let's insert your subheads;
Step 4
This is the code you have already copied and pasted into your text editor:
<td style="border: 1px solid #000000; background-color: #ffffff; width: 280px; line-height: 0px; text-align: center; vertical-align: center;" colspan="2"></td>
<td style="border: 1px solid #000000; background-color: #ffffff; width: 280px; line-height: 0px; text-align: center; vertical-align: center;" colspan="2"></td>
Now you need to copy and paste the following code between the "2"></td> tags:
<span style="font-family: arial; color: #000000; font-size: 11pt; text-transform: capitalize;"><strong>your sub-heading goes here</strong></span>
Preview and this is what you should see:
If everything's OK, save as draft and go to step five.Join the Discussion
Write something…
JeffBoivin
Premium
Great great tutorial ! I bookmarked for futur use, thanks for sharing your knowledge, Cheers, Jeff
Mark Tait
Premium
Hi Harry - very comprehensive, well done on a great tutorial.
Tables baffle a lot of people - I've seen a lot of questions here about them - and without a plugin, going into HTML for some people can be very daunting.You've clearly explained tables in a very easy way to understand.
If I could add one thing, where you have "width: 123px;" - that can be changed to a percentage - so your table becomes a little bit responsive. eg. "width: 40%;" - then the table will adapt as much as possible to the size of screen it's being viewed on.
All the best, Mark
Tables baffle a lot of people - I've seen a lot of questions here about them - and without a plugin, going into HTML for some people can be very daunting.You've clearly explained tables in a very easy way to understand.
If I could add one thing, where you have "width: 123px;" - that can be changed to a percentage - so your table becomes a little bit responsive. eg. "width: 40%;" - then the table will adapt as much as possible to the size of screen it's being viewed on.
All the best, Mark