rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: lordax on November 25, 2011, 12:05:47 AM

Title: Adding a table
Post by: lordax on November 25, 2011, 12:05:47 AM
Hi. I'm using RAWR template and wanted to add a table to the blue template but I can't figure out how to do it. I read how to do it at w3schools but no matter how I edit the css or the tpl file I can't get the table. The idea is to add this table under the files list so I can put some messages there. Also I have little to none idea how to edit CSS ^^" I'm trying to put a table like the one here: http://www.w3schools.com/css/css_table.asp

Thanks for any help.
Title: Re: Adding a table
Post by: rejetto on November 25, 2011, 02:21:11 PM
to add a table you have to use HTML, not CSS.

html is about content, css is about how it looks, thus AFTER you get the table :)

Try this

<table>
<tr><td> Your message
</table>

tr is for "new line", td for "new cell"
Title: Re: Adding a table
Post by: lordax on November 25, 2011, 02:48:42 PM
Oh. See, I'm just starting to learn ^^"
So, if I want to put the box in one of the RAWR templates, which should I have to edit? The CSS in the template folder or the tpl file?
Thanks a lot.
Title: Re: Adding a table
Post by: rejetto on November 25, 2011, 03:54:18 PM
the tpl file.
but if you click "html template > edit" you should go directly to the right one!
Title: Re: Adding a table
Post by: douglaswelbar on September 15, 2014, 07:30:49 AM
check this ....CSS Table formatting (http://www.corelangs.com/css/table/default.html)

Douglas