forked from alphagov/table-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (18 loc) · 1.23 KB
/
index.html
File metadata and controls
23 lines (18 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTML Table Editors</title>
<!-- <link rel="stylesheet" type="text/css" href="base.css" /> -->
<link rel="stylesheet" type="text/css" href="policyreview.css" />
</head>
<body>
<h1>HTML Table Editors</h1>
<p>These editors are for when Markdown just doesn't cut it. They are highly configured versions of <a href="https://www.tinymce.com/">TinyMCE</a>. To get the code, just click on the 'source code' button (the last button in the toolbar) and copy and paste.</p>
<ul>
<li><a href="generic-tables.html">Editor for generic tables</a> creates tables which can be used anywhere (except they need the 'numeric' class for right-aligning and a 'visuallyhidden' class, which is likely but not guaranteed to be available on most of GOV.UK)</li>
<li><a href="financial-tables.html">Editor for financial tables</a> creates tables which can currently only be used in HTML publications on GOV.UK</li>
</ul>
<p>Please note, when marking a header cell, some additional styling was added which helps to distinguish them from the other cells as there is otherwise no specific styling for them. That styling (i.e. the green line) will not appear in production.</p>
</body>
</html>