The border may or may not be there depending on whether or not DW allows you to use <style> tags in your entry.
Let's see if I can make this work in small caps.
There we go. This is possible because I added a style attribute to the preceding paragraph. You might have to do the same with your table by adding style="border: 1px solid black;" to the
table th td
elements, so they read <table style="border: 1px solid black"> for example.
no subject
Let's see if I can make this work in small caps.
There we go. This is possible because I added a style attribute to the preceding paragraph. You might have to do the same with your table by adding
style="border: 1px solid black;"
to thetable
th
td
elements, so they read <table style="border: 1px solid black"> for example.