I purchased a template site and need some assistance setting up tables in my pages. This site has a content management system for general web design but I do not understand how to add a table. I have for instance a profit and loss statement that I need to post for investors. It comes from excel and is a pretty large chart. Could someone direct me to a resource to understand how to add a spreadsheet directly into a web page?
PHP Scripts Development » General Web Development Forum
spreadsheet directly into web design
(2 posts)Great offers not only for geeks!
-
Posted 1 month ago #
-
Hi,
if your CMS has a WYSIWYG interface it should be possible to copy/paste the whole table.
Otherwise try to export the spreadsheet in HTML, open that file in a text editor and copy the part
<table> ... </table>into the code view from your CMS
Posted 1 month ago #
Reply
You must log in to post.