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]

1question about posting tables Empty question about posting tables Wed Dec 16, 2009 1:39 pm

Jophy

Jophy
Registered Member
Registered Member
hello, this is one of my moderation script on my mod cans(because i have my own moderation cans on a notepad)

question about posting tables Tra10Hello, I'm sorry but your forum doesn't meet the requirements for a review, Please read the Guidelines first, I'm therefore locking this thread.

so my question here is

1.how can i center this table or this whole table(if it's small)
2. how can i avoid others from saving the warning picture there(the blue thing), i mean, because when i right click on it, it can be saved, well, how can i avoid it?
3.how to adjust/reduce the width or length of the table?

tnx.

http://www.socialtechforum.com/

2question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 2:07 pm

ankillien

ankillien
Administrator
Administrator
Hey zoid, you want it to be like this?
If yes, I'll go ahead explaining how to make it.

Hello, I'm sorry but your forum doesn't meet the requirements for a review, Please read the Guidelines first, I'm therefore locking this thread. Hello, I'm sorry but your forum doesn't meet the requirements for a review, Please read the Guidelines first, I'm therefore locking this thread.

3question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 2:10 pm

Jophy

Jophy
Registered Member
Registered Member
ya ankillien, Very Happy

http://www.socialtechforum.com/

4question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 2:17 pm

ankillien

ankillien
Administrator
Administrator
All right.
Here is the code for it...

Code:
[table style="border:1px solid #9a1922; background:#ffffcc; padding:5px;"][tr style="background:url(http://i13.servimg.com/u/f13/14/63/22/75/tra10.png) left no-repeat; padding:10px;"][td style="padding-left:65px;"][color=olive][b]Hello, I'm sorry but your forum doesn't meet the requirements for a review, Please read the Guidelines first, I'm therefore locking this thread. Hello, I'm sorry but your forum doesn't meet the requirements for a review, Please read the Guidelines first, I'm therefore locking this thread.[/color][/b][/td][/tr][/table]

Lets break it down Razz

Code:
[table style="border:1px solid #9a1922; background:#ffffcc; padding:5px;"]

in above part you define, border properties of the table and background color.

Code:
[tr style="background:url(http://i13.servimg.com/u/f13/14/63/22/75/tra10.png) left no-repeat; padding:10px;"]

in this part, the triangle image is set as background so that no one can directly save it.

Code:
[td style="padding-left:65px;"]

here we have applied 65px padding so that the icon on left remains uncovered by your text.

Put this code together...

Code:
[table style="border:1px solid #9a1922; background:#ffffcc; padding:5px;"][tr style="background:url(http://i13.servimg.com/u/f13/14/63/22/75/tra10.png) left no-repeat; padding:10px;"][td style="padding-left:65px;"]

Right after that you can put all your codes in bold and color.
And don't forget to close the tags after you add your text...

Code:
[/td][/tr][/table]

5question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 2:20 pm

Jophy

Jophy
Registered Member
Registered Member
Thank you very much ankillien! Very Happy Very Happy ,

If i will have more questions about these, I'll post it here, thanks again, Smile

I'll try to examine and try it now Very Happy

http://www.socialtechforum.com/

6question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 2:23 pm

ankillien

ankillien
Administrator
Administrator
No problems mate.
If you have any difficulties, ask any time.

7question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 2:32 pm

Jophy

Jophy
Registered Member
Registered Member
another question,

is there any way to change the width or length of the banner?

http://www.socialtechforum.com/

8question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 5:29 pm

ankillien

ankillien
Administrator
Administrator
Which banner?
Are you talking about the whole table?

9question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 6:07 pm

Fred100

Fred100
Registered Member
Registered Member
oh i guess he means resizing a banner
i guess i am right Very Happy

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

10question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 6:48 pm

Jophy

Jophy
Registered Member
Registered Member
ankillien wrote:Which banner?
Are you talking about the whole table?

sorry, i mean the posting table.

http://www.socialtechforum.com/

11question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 7:21 pm

ankillien

ankillien
Administrator
Administrator
For the, you just need a to add the width property inside "style" attribute.
Like this...

Code:
[table style="border:1px solid #9a1922; background:#ffffcc; padding:5px; WIDTH:250PX;"]

12question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 7:24 pm

Jophy

Jophy
Registered Member
Registered Member
ok, thanks. You're awesome! cheers

http://www.socialtechforum.com/

13question about posting tables Empty Re: question about posting tables Wed Dec 16, 2009 10:08 pm

ankillien

ankillien
Administrator
Administrator
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