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]

1I need an CSS code for this Empty I need an CSS code for this Mon Jul 26, 2010 6:13 pm

Matti

Matti
Registered Member
Registered Member
Well, here is what I mean when you post into a Quick reply: or when you open a New topic and everything you write appears just like in this screen shot were it says (Welcome to the forum, But not in center) also the white Background you see is a table so you can see what I mean.

I need an CSS code for this This12

Thanks,
-Monk

http://csshelp.forumotion.net/

2I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 6:55 pm

Jophy

Jophy
Registered Member
Registered Member
Moved to CSS section

http://www.socialtechforum.com/

3I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 7:08 pm

Matti

Matti
Registered Member
Registered Member
Thanks, zoids I forget lol

http://csshelp.forumotion.net/

4I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 8:40 pm

ankillien

ankillien
Administrator
Administrator
So, you want the post content wrapped in the white box?
Do you want it in reply box or in post?

5I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 9:03 pm

Matti

Matti
Registered Member
Registered Member
Yes, on every members Messages their messages to show on that white box?

For Example: just like here My message, zoids25, mine again and yours to show on that white box?

http://csshelp.forumotion.net/

6I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 10:37 pm

ankillien

ankillien
Administrator
Administrator
This CSS code should do the trick...

Code:
.postbody .content div {
padding : 5px;
background : #FFF;
border : 1px solid #333;
}

7I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 11:25 pm

Matti

Matti
Registered Member
Registered Member
How about making the corners round instead? It would look much more nice. Can you fix that?

http://csshelp.forumotion.net/

8I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 11:29 pm

ankillien

ankillien
Administrator
Administrator
Add this inside the .postbody .content div {...}

Code:
-moz-border-radius : 10px;
-webkit-border-radius : 10px;

9I need an CSS code for this Empty Re: I need an CSS code for this Mon Jul 26, 2010 11:31 pm

RockerMan

RockerMan
Technician
Technician
add this...
Code:
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

EDIT: Haha, Ani beat me Razz

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

10I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 12:24 am

Matti

Matti
Registered Member
Registered Member
Yeah, that did the trick.

But I want to ask for 2 more things

1) When you put your message in center on the right side goes a bit out See here!

2) My signature is not in the white box?

So how can we fix those tow.

Thanks,
-Monk

http://csshelp.forumotion.net/

11I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 1:01 am

RockerMan

RockerMan
Technician
Technician
1. add
Code:
width: 98%;

2. I have no idea, lol

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

12I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 1:23 am

Matti

Matti
Registered Member
Registered Member
Nope... that didn't help me cuz if I make that to 100 then the right side go of so is there any other way to fix that.

http://csshelp.forumotion.net/

13I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 1:48 am

RockerMan

RockerMan
Technician
Technician
It looks fine for me...

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

14I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 2:07 am

Matti

Matti
Registered Member
Registered Member
This is how it looks on me.

I need an CSS code for this So10

http://csshelp.forumotion.net/

15I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 4:57 am

RockerMan

RockerMan
Technician
Technician
Oh, Yeah me to.

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

16I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 10:51 am

ankillien

ankillien
Administrator
Administrator
In the above code, I gave you...

.postbody .content div {

replace that part with this...

.postbody {

Signature will be covers in the white box and width bug will be fixed.

17I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 5:04 pm

Matti

Matti
Registered Member
Registered Member
Awesome this is solved now. Thank you so much anki, Smile

http://csshelp.forumotion.net/

18I need an CSS code for this Empty Re: I need an CSS code for this Tue Jul 27, 2010 6:15 pm

Russel

Russel
Moderator
Moderator
Solved and Locked

https://www.twitter.com/russeltubo

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