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]

1Nice theme Empty Nice theme Fri Feb 12, 2010 1:24 pm

Joel

Joel
Registered Member
Registered Member
i cant take this anymore.After seeing Webartz and -> http://aclipse.forumn.org/announcements-news-f1/aclipse-cashpoints-reputationkarma-explanation-t11.htm#69 how do i make one like that too?

http://www.advertisehotspot.info/

2Nice theme Empty Re: Nice theme Fri Feb 12, 2010 3:58 pm

ankillien

ankillien
Administrator
Administrator
Hi,

The announcement templates are made by using simple BBCode tables. You can easily make tables in WYSIWYG mode.

For background and stuff you need to have basic knowledge of CSS.

3Nice theme Empty Re: Nice theme Sat Feb 13, 2010 10:36 am

Joel

Joel
Registered Member
Registered Member
huh? I got no idea what you're saying. Can i have some codes?

http://www.advertisehotspot.info/

4Nice theme Empty Re: Nice theme Sat Feb 13, 2010 10:41 am

ankillien

ankillien
Administrator
Administrator
Joel wrote:huh? I got no idea what you're saying. Can i have some codes?

To make posts like on webartz (announcements and tutorials), you just need to create tables with BBCodes. To decorate it with backgrounds you need to know some CSS too.

When you click "Post reply", you'll see a button to create tables in your post, use it to make table like on webartz.

5Nice theme Empty Re: Nice theme Sat Feb 13, 2010 2:32 pm

Joel

Joel
Registered Member
Registered Member
still no idea....hmm....in that case forget it...

http://www.advertisehotspot.info/

6Nice theme Empty Re: Nice theme Sun Feb 14, 2010 8:06 pm

ankillien

ankillien
Administrator
Administrator
Ok, I'll give you a BBcode that will make a simple theme like on webartz.

7Nice theme Empty Re: Nice theme Mon Feb 15, 2010 10:29 am

ankillien

ankillien
Administrator
Administrator
Title Goes Here

The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here.

Here is the code for it...

Code:
[table width="99%" style="border:1px solid #666;"][tr style="background:#CCC;"]
[td style="padding:15px; text-align:center; font-weight:bold; font-size:20px;"]Title Goes Here[/td]
[/tr]
[tr style="background:#DDD;"][td style="padding:5px;"]
The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here.
[/td][/tr]
[/table]

8Nice theme Empty Re: Nice theme Mon Feb 15, 2010 12:28 pm

Joel

Joel
Registered Member
Registered Member
Title Goes Here

TESTING OUT. HOW DO I CHANGE THE BACKGROUND?

http://www.advertisehotspot.info/

9Nice theme Empty Re: Nice theme Mon Feb 15, 2010 12:50 pm

Sanket

Sanket
Administrator
Administrator
Code:
[tr style="background:#CCC;"]

Code:
[tr style="background:#DDD;"]

Those are the ones, where you change the background colors.

http://www.webartzforum.com

10Nice theme Empty Re: Nice theme Tue Feb 16, 2010 1:00 pm

Joel

Joel
Registered Member
Registered Member
how do i make the background an image?

http://www.advertisehotspot.info/

11Nice theme Empty Re: Nice theme Tue Feb 16, 2010 4:49 pm

Sanket

Sanket
Administrator
Administrator
Title Goes Here

The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here.
Code:
[table width="99%" style="border:1px solid #666;"][tr style="background:#CCC;"]
[td style="padding:15px; text-align:center; font-weight:bold; font-size:20px;"]Title Goes Here[/td]
[/tr]
[tr style="background:url(http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium/3D_Background_062.jpg) repeat;"][td style="padding:5px;"]
The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here.
[/td][/tr]
[/table]

You can add such a code wherein in the style="background: "
Instead of the color code i added the image, also made it repeat.
Code:
url(http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium3D_Background_062.jpg) repeat;

http://www.webartzforum.com

12Nice theme Empty Re: Nice theme Tue Feb 16, 2010 9:50 pm

Joel

Joel
Registered Member
Registered Member
How about making the "title goes here" part same as the below image?

http://www.advertisehotspot.info/

13Nice theme Empty Re: Nice theme Tue Feb 16, 2010 9:54 pm

Sanket

Sanket
Administrator
Administrator
Title Goes Here

The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here.

Code:
[table width="99%" style="border:1px solid #666;"][tr style="background:url(http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium/3D_Background_062.jpg) repeat;"]
[td style="padding:15px; text-align:center; font-weight:bold; font-size:20px;"]Title Goes Here[/td]
[/tr]
[tr style="background:url(http://www.pixelperfectdigital.com/free_stock_photos/data/552/medium/3D_Background_062.jpg) repeat;"][td style="padding:5px;"]
The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here. The content goes here.
[/td][/tr]
[/table]

http://www.webartzforum.com

14Nice theme Empty Re: Nice theme Wed Feb 17, 2010 1:02 pm

Joel

Joel
Registered Member
Registered Member
okay thanks!

http://www.advertisehotspot.info/

15Nice theme Empty Re: Nice theme Wed Feb 17, 2010 1:49 pm

Sanket

Sanket
Administrator
Administrator
Solved | Locked

http://www.webartzforum.com

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