20-12 www.lanason.co.uk Tab stops
-
is it possible to put code on a page to do tab stops within text
Col1a Col2a Col3a
Col1b Col2b Col3bso that the columns line up underneath each other??
The blog I need help with is: (visible only to logged in users)
-
Hi.
WordPress.com site are limited in the kinds of code that can be placed in a page to limit vulnerabilities across the entire system.
Take a look at this page to get a great description of what you can do.
-
-
The various tags needed to create tables are allowed. You would want to put your text that would appear in the cells within the <td></td> tags, which specifies the columns using <tr> to highlight the rows. Use the <table></table> tags at the beginning and end of all your data. This is highlighted at http://www.w3schools.com/html/html_tables.asp
You can adjust the formatting at the same time. A good reference for this is located at https://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/
- The topic ‘20-12 www.lanason.co.uk Tab stops’ is closed to new replies.