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]

1Official Table  Empty Official Table Wed Jan 05, 2011 4:55 pm

Matti

Matti
Registered Member
Registered Member
Hello, guys I need an official table for my forum and what I'm looking for is something like this one.

Official Table  Tabl10

http://csshelp.forumotion.net/

2Official Table  Empty Re: Official Table Wed Jan 05, 2011 5:52 pm

Guest


Guest
Code:

<style type="text/css">

div.table {
width:200px;
height:200px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-color:#E3E3E3;
border:1px solid #575757;
}

hr {
border:1px solid #262626;
}
</style>
<div class="table">background-image:here  <hr /> background-color:here</div>

3Official Table  Empty Re: Official Table Wed Jan 05, 2011 5:53 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
I think he wants a BBCode table...

4Official Table  Empty Re: Official Table Wed Jan 05, 2011 5:54 pm

Guest


Guest
McStormify wrote:I think he wants a BBCode table...

i dont have an idea about bbcode Razz

5Official Table  Empty Re: Official Table Wed Jan 05, 2011 6:16 pm

RockerMan

RockerMan
Technician
Technician
It'exatly the same as HTML, just replace the < / > with [ / ] Wink

You don't use external style sheets though Smile

http://www.graphics-post.com/

6Official Table  Empty Re: Official Table Wed Jan 05, 2011 6:22 pm

Matti

Matti
Registered Member
Registered Member
A HTML table just like this one http://www.webartzforum.com/t1301-table-request But I wanna it just like the image I made.

http://csshelp.forumotion.net/

7Official Table  Empty Re: Official Table Wed Jan 05, 2011 6:27 pm

RockerMan

RockerMan
Technician
Technician
Give me some Time, I'll see what I can come up with Smile

http://www.graphics-post.com/

8Official Table  Empty Re: Official Table Wed Jan 05, 2011 6:35 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
Do you mean something like this?

Title Goes Here

Content Goes Here

9Official Table  Empty Re: Official Table Wed Jan 05, 2011 6:48 pm

RockerMan

RockerMan
Technician
Technician
Yeah, but he wants round corners Razz

Thats BBCode to Razz

http://www.graphics-post.com/

10Official Table  Empty Re: Official Table Wed Jan 05, 2011 8:08 pm

Matti

Matti
Registered Member
Registered Member
McStormify, I know that cuz I am a year old guy here at WebArtz forum! but thx for tying.


RockerMan wrote:Yeah, but he wants round corners Razz

Thats BBCode to Razz

Yep Very Happy

http://csshelp.forumotion.net/

11Official Table  Empty Re: Official Table Thu Jan 06, 2011 12:19 am

RockerMan

RockerMan
Technician
Technician
OK Try this Smile

Code:
[table class="table" cellspacing=0][tr][td class="table-head"][size=20]Some Text....[/size]
Some More text....[/td][/tr][tr][td class="ann-body"]

Even more text....

[/td][/tr][/table]

Place this in your CSS:
Code:
.table {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 3px solid #000;
    margin: 5px auto;
    width: 99%;
}

.table-head {
    -moz-border-radius: 2px 2px 0 0;
    background: url("IMAGE URL HERE") reapeat-x scroll 10px 10px;
    color: #FFFFFF;
    font-family: Arial, "MS Trebuchet", sans-serif;
    letter-spacing: 1px;
    padding: 30px 30px 30px 180px;
    text-align: center;
}

Let me know if it works Smile

http://www.graphics-post.com/

12Official Table  Empty Re: Official Table Thu Jan 06, 2011 12:36 am

Matti

Matti
Registered Member
Registered Member
Not like that I wanna just like the one McStormify, posted... and I don't want to put anything to the css:

http://csshelp.forumotion.net/

13Official Table  Empty Re: Official Table Thu Jan 06, 2011 12:52 am

Guest


Guest
Welcome Very Happy
Latest Announcements



Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Code:
[table style="width:100%;border:2px solid #A8A8A8;background:#ccc;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding:5px;" cellspacing=0][tr][td][size=20]Welcome :D[/size]
Latest Announcements[/td][/tr][tr][td]
[hr]
Lorem
[/td][/tr][/table]

14Official Table  Empty Re: Official Table Thu Jan 06, 2011 2:19 am

RockerMan

RockerMan
Technician
Technician
Maki wrote:Not like that I wanna just like the one McStormify, posted... and I don't want to put anything to the css:

That makes no sence, you said no to the one McStromify posted, Then I posed saying that you wanted round corners. Now you want the one McStormify.....

As far as the CSS goes, whats wrong with putting it in the CSS?

Don't ask for something then change your mind or if I have misunder stood you. Use a free translator Wink

http://www.graphics-post.com/

15Official Table  Empty Re: Official Table Thu Jan 06, 2011 3:21 am

Matti

Matti
Registered Member
Registered Member
Dude i didn't change my mind so if you don't know how to make a table that's fine... Wink

This pic ex playing everything how I want a table.

Official Table  Tabl10

http://csshelp.forumotion.net/

16Official Table  Empty Re: Official Table Thu Jan 06, 2011 3:58 am

Terry Harvey

Terry Harvey
Registered Member
Registered Member
What's wrong with Gangstar's then?

17Official Table  Empty Re: Official Table Thu Jan 06, 2011 4:18 am

RockerMan

RockerMan
Technician
Technician
And I did everything you wanted in the i code you....

http://www.graphics-post.com/

18Official Table  Empty Re: Official Table Thu Jan 06, 2011 7:07 am

Green CoW

Green CoW
Graphic Designer
Graphic Designer
McStormify wrote:What's wrong with Gangstar's then?
I have to agree with McStormify!
What was wrong with Gangstar15's code??
Gangstar15 wrote:
Welcome Very Happy
Latest Announcements



Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Code:
[table style="width:100%;border:2px solid #A8A8A8;background:#ccc;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding:5px;" cellspacing=0][tr][td][size=20]Welcome :D[/size]
Latest Announcements[/td][/tr][tr][td]
[hr]
Lorem
[/td][/tr][/table]

19Official Table  Empty Re: Official Table Thu Jan 06, 2011 7:43 pm

Matti

Matti
Registered Member
Registered Member
Is nothing wrong with Gangstar15's code but this is how I wanna it. so on this code I want to remove the said white border but let the middle as it is also I want the corners of the image radius only top left & top right if that is possible.

Foяum Đesigηeяs

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; border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;padding: -15px;"][tr style="background:url(http://i51.tinypic.com/2wghlqh.png) repeat;"][td style="padding:35px; text-align:center; font-weight:bold; font-size:30px; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;"][color=white]Foяum Đesigηeяs[/color][/td][/tr][tr style="background:#ACA8A1;"][td style="padding:5px;"]
The content goes here. The content goes here. The content goes here.
[/td][/tr][/table]

http://csshelp.forumotion.net/

20Official Table  Empty Re: Official Table Thu Jan 06, 2011 7:54 pm

RockerMan

RockerMan
Technician
Technician
It says in your profile you know CSS...

We now know thats not true, to know CSS you NEED to know HTML. BBCode is exactly the same as HTML but instead of < /> its [ / ]

http://www.graphics-post.com/

21Official Table  Empty Re: Official Table Fri Jan 07, 2011 5:07 pm

Matti

Matti
Registered Member
Registered Member
This can be locked thx to myself Smile

RockerMan, I don't think so you know more then I do Razz so please don't go more of topic cuz it doesn't make you a smart a**...

See
Maki

http://csshelp.forumotion.net/

22Official Table  Empty Re: Official Table Fri Jan 07, 2011 7:00 pm

Guest


Guest
Maki wrote: I don't think so you know more then I do Razz

He does,he studies web design Shocked

23Official Table  Empty Re: Official Table Fri Jan 07, 2011 7:19 pm

Matti

Matti
Registered Member
Registered Member
Nick wrote:
Maki wrote: I don't think so you know more then I do Razz

He does,he studies web design Shocked

None cares, and this topic is solved so no need to reply any more.

http://csshelp.forumotion.net/

24Official Table  Empty Re: Official Table Fri Jan 07, 2011 7:32 pm

Guest


Guest
alright,looks like you are better than him in css.(since he makes topics asking for css help Razz )

25Official Table  Empty Re: Official Table Fri Jan 07, 2011 7:55 pm

Jophy

Jophy
Registered Member
Registered Member
@RockerMan, there's no really need to say that, keep your comments to a user in your mind if you know that it can cause some fight here, this is a support section that's why a user is asking here. No need for comments like this.

@Nick, Nextime, please don't comment on a thread that won't help things/situation look good here, you're just making the issue bigger. If you repeat this kind of behavior, you will automatically get a warning from me.

Please avoid this behavior nextime

Solved => Locked

http://www.socialtechforum.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