The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

looking for category/table code

4 posters

Go down

Solved looking for category/table code

Post by Daniel_BG January 2nd 2017, 6:18 pm

Hello! (sorry for my terrible english)
I find this (maybe) cutom HTML page in one amazing forumotion forum........ looking for category/table code  Image
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
avatar
Daniel_BG
Forumember

Other / Decline to state Posts : 250
Reputation : 3
Language : Bulgarian English

https://cs-lan-empire.forumotion.eu/

Back to top Go down

Solved Re: looking for category/table code

Post by Kami-sama January 3rd 2017, 12:13 am

Looks like a simple table made in announcement Smile
Maybe you have a link o that forum in the screen shot?
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Solved Re: looking for category/table code

Post by Valoish January 3rd 2017, 2:26 am

@Kami-sama
It's actually an HTML page. Original page here
Easiest way to do this would be to create an HTML page:

  1. ACP > Modules > HTML Page Management > Create In Advanced Mode (HTML)
  2. 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.
  3. 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>
You can style the table to your liking using CSS ^^
Valoish
Valoish
Forumember

Female Posts : 291
Reputation : 54
Language : English
Location : NYC

http://www.canvastutorials.org/

Back to top Go down

Solved Re: looking for category/table code

Post by Ape January 11th 2017, 1:02 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


looking for category/table code  Left1212looking for category/table code  Center11looking for category/table code  Right112
looking for category/table code  Ape_b110
looking for category/table code  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum