looking for category/table code
4 posters
Page 1 of 1
looking for category/table code
Hello! (sorry for my terrible english)
I find this (maybe) cutom HTML page in one amazing forumotion forum........
I have idea to add custom html page in my forum and this is exactly what i need. But the problem is ......I dont know what CSS or HTML is using to create this??
Someona can help me pls!?
I find this (maybe) cutom HTML page in one amazing forumotion forum........
I have idea to add custom html page in my forum and this is exactly what i need. But the problem is ......I dont know what CSS or HTML is using to create this??
Someona can help me pls!?
Last edited by Daniel_BG on January 9th 2017, 10:26 pm; edited 1 time in total
Re: looking for category/table code
Looks like a simple table made in announcement
Maybe you have a link o that forum in the screen shot?
Maybe you have a link o that forum in the screen shot?
Re: looking for category/table code
@Kami-sama
It's actually an HTML page. Original page here
Easiest way to do this would be to create an HTML page:
Here's a basic table code to start you off c:
It's actually an HTML page. Original page here
Easiest way to do this would be to create an HTML page:
- ACP > Modules > HTML Page Management > Create In Advanced Mode (HTML)
- Then fill out the following:
- Title: Up to you
- Do you wish to use your forum header and footer? Yes.
- Use this page as homepage? No. - And then you'll just need to add in the HTML Table
Here's a basic table code to start you off c:
- Code:
<table style="text-align: center;">
<thead>
<tr>
<th>Title 1</th>
<th>Title 2</th>
<th>Title 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1 Cell 1</td>
<td>Row 1 Cell 2</td>
<td>Row 1 Cell 3</td>
</tr>
<tr>
<td>Row 2 Cell 1</td>
<td>Row 2 Cell 2</td>
<td>Row 2 Cell 3</td>
</tr>
<tr>
<td>Row 3 Cell 1</td>
<td>Row 3 Cell 2</td>
<td>Row 3 Cell 3</td>
</tr>
</tbody>
</table>
Re: looking for category/table code
Problem solved & topic archived.
|
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum