WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Staff list Empty Staff list Mon Feb 08, 2010 5:03 pm

Joel

Joel
Registered Member
Registered Member
How do you guys do --> http://www.webartzforum.com/-h3.htm i wanna make that for my forum too.

http://www.advertisehotspot.info/

2Staff list Empty Re: Staff list Mon Feb 08, 2010 6:16 pm

Kratos

Kratos
Registered Member
Registered Member
its just a html page

acp=>modules=>html page management

create a new page and create it with your css or styles

3Staff list Empty Re: Staff list Mon Feb 08, 2010 8:25 pm

Joel

Joel
Registered Member
Registered Member
can i have the exact codes?Sanket,i need your help here.

http://www.advertisehotspot.info/

4Staff list Empty Re: Staff list Mon Feb 08, 2010 8:58 pm

ankillien

ankillien
Administrator
Administrator
Hello Joel,

We don't prefer to give away the staff page code. But we can help you to make something similar to it.

In HTML page management, set 'Yes' for 'Use forum header and footer'. This will show forum's default header and footer there so you just need to put the content with HTML and CSS.

You can create a table to display staff avatars and details Very Happy
If you need help at making the table, tell us.

5Staff list Empty Re: Staff list Tue Feb 09, 2010 6:34 am

Joel

Joel
Registered Member
Registered Member
i need help making the table.

http://www.advertisehotspot.info/

6Staff list Empty Re: Staff list Tue Feb 09, 2010 10:02 pm

ankillien

ankillien
Administrator
Administrator
Hey Joel,
I've written a table code for the staff page. You can use it...

Code:
<table align="center" border="1" cellspacing="5"

cellpadding="5" width="100%">

<tr align="center">
<td colspan="2"><b>Administrators</b></td>
</tr>

<tr align="center">

<td><img src="ADMIN AVATAR URL HERE">
<hr>
Name : Admin's Username<br>
Other details : other details<br>
</td>

<td><img src="ADMIN AVATAR URL HERE">
<hr>
Name : Admin's Username<br>
Other details : other details<br>
</td>

</tr>
</table>

You can repeat the code for each group in your forum. Feel free to ask if you need any help regarding this Very Happy

7Staff list Empty Re: Staff list Wed Feb 10, 2010 4:28 pm

Joel

Joel
Registered Member
Registered Member
how do i make the background with an image?lets say this background --> http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium/3D_Background_062.jpg

http://www.advertisehotspot.info/

8Staff list Empty Re: Staff list Wed Feb 10, 2010 5:52 pm

ankillien

ankillien
Administrator
Administrator
Just add this thing inside the <table...> tag...

Code:
style="background:url(http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium/3D_Background_062.jpg) repeat;"

Now the code will look like this...

Code:
<table align="center" border="1" cellspacing="5"cellpadding="5" width="100%" style="background:url(http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium/3D_Background_062.jpg) repeat;">

<tr align="center">
<td colspan="2"><b>Administrators</b></td>
</tr>

<tr align="center">

<td><img src="ADMIN AVATAR URL HERE">
<hr>
Name : Admin's Username<br>
Other details : other details<br>
</td>

<td><img src="ADMIN AVATAR URL HERE">
<hr>
Name : Admin's Username<br>
Other details : other details<br>
</td>

</tr>
</table>

9Staff list Empty Re: Staff list Wed Feb 10, 2010 7:06 pm

Fred100

Fred100
Registered Member
Registered Member
Woah man ,
This thing is quite useful Smile

http://www.art-castle.biz/forum.htm

10Staff list Empty Re: Staff list Wed Feb 10, 2010 8:32 pm

ankillien

ankillien
Administrator
Administrator
Fred100 wrote:Woah man ,
This thing is quite useful Smile

Thanks.

You can use this code on your forum, if you want.

11Staff list Empty Re: Staff list Thu Feb 11, 2010 1:01 pm

Joel

Joel
Registered Member
Registered Member
thanks:)

http://www.advertisehotspot.info/

12Staff list Empty Re: Staff list Thu Feb 11, 2010 3:10 pm

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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