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.

Table On The Homepage

2 posters

Go down

Solved Table On The Homepage

Post by Naru''uto July 14th 2010, 5:29 am

Alright. I'm simply curious and want to know how to make a table as such on the homepage of:
http://bretro.darkbb.com

Do I have to construct it myself with HTML codes and such? If so, how do you increase the width of a cell/row?




Last edited by Naru''uto on August 3rd 2010, 12:40 am; edited 1 time in total
avatar
Naru''uto
New Member

Male Posts : 13
Reputation : 0
Language : English

http://bleachlife.darkbb.com

Back to top Go down

Solved Re: Table On The Homepage

Post by ankillien July 14th 2010, 2:09 pm

Hello,

You can create a table using HTML table tags, like this...

Code:
<table border="1" cellpadding="5" cellspacing="5"><tr>
<td width="20%">Left Column</td>
<td width="60%">Middle Column</td>
<td width="20%">Righ Column</td>
</tr></table>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table On The Homepage

Post by Naru''uto July 18th 2010, 11:16 pm

Oh? So I have to construct it myself then? Thank you.
avatar
Naru''uto
New Member

Male Posts : 13
Reputation : 0
Language : English

http://bleachlife.darkbb.com

Back to top Go down

Solved Re: Table On The Homepage

Post by ankillien July 19th 2010, 5:40 am

Yes, you can't expect us to do your homework.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table On The Homepage

Post by Naru''uto July 20th 2010, 2:36 am

Oh. I already finished the table. I was just confused, as to how to go about doing it. A friend told me I had to activate something, then I see the table and visually edit it. So... yeah.

Another question! How can you add effects on your forum? Like, snow drops all over the forum? Do I add a HTML page?
avatar
Naru''uto
New Member

Male Posts : 13
Reputation : 0
Language : English

http://bleachlife.darkbb.com

Back to top Go down

Solved Re: Table On The Homepage

Post by ankillien July 20th 2010, 3:13 am

You can paste the table code in Admin CP > Display > Generalities > Homepage message

To add effects you need to use JavaScripts. You can add them to your homepage message of site description field. Make a google search for javascript effects Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table On The Homepage

Post by Naru''uto July 20th 2010, 3:38 am

<script type="text/javascript" src="snowstorm.js"></script>

^ Is that a javascript?
avatar
Naru''uto
New Member

Male Posts : 13
Reputation : 0
Language : English

http://bleachlife.darkbb.com

Back to top Go down

Solved Re: Table On The Homepage

Post by ankillien July 20th 2010, 5:33 am

Yes, it is.
You can add it in your site description or homepage message or templates.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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