Add htmlTable_styling; Improve old functions
diff --git a/man/htmlTable_styling.Rd b/man/htmlTable_styling.Rd
new file mode 100644
index 0000000..a4f8cd8
--- /dev/null
+++ b/man/htmlTable_styling.Rd
@@ -0,0 +1,18 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/htmlTable_styling.R
+\name{htmlTable_styling}
+\alias{htmlTable_styling}
+\title{HTML table attributes}
+\usage{
+htmlTable_styling(bootstrap_options = "bs-table", font_size = NULL,
+ full_width = T)
+}
+\arguments{
+\item{bootstrap_options}{Common HTML table formats}
+
+\item{font_size}{}
+}
+\description{
+This function provides a set of shortcuts to common HTML table
+formats
+}