Changes

Jump to: navigation, search

Code4Lib Journal WordPress Input Guidelines

551 bytes added, 21:42, 22 December 2014
no edit summary
This transforms Word's html into really nice pretty html.
Alternatively, use the [http://www.textfixer.com/html/convert-word-to-html.php Word DOC to HTML converter].
 
===Figures & Tables===
Figures and tables are centered, placed inside a P or DIV with class of "caption". For example:
<pre>
<p class = "caption">
<img src = "....">
<strong>Caption for Figure</strong>
<p>
 
<div class = "caption">
<table>
<tr>...</tr>
</table>
</div>
</pre>
Captions for figures appear beneath the figure, centered, with "Figure X:" in bold, the descriptive text in sentence case, plain text.
 
Captions for tables and code appear above the table, centered, with "Table X:" in bold, the descriptive text in sentence case, plain text.
===Images and Attached Content===
140
edits

Navigation menu