Element Style incorrect
-
Good day, I love the simplicity of this plugin, however I have spotted an error.
The generated code starts with this:
<table style="height: 362px" border="5" width="350px">
however, the browser doesn’t pick up the width tag. The code should actually be this:
<table style="height: 362px;width: 350px;" border="5">
That would fix my problem, however I believe that the border property should be within the style tag too…Any ideas how I can fix this?
Bryn
- The topic ‘Element Style incorrect’ is closed to new replies.