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]

1A tabl code like this one Empty A tabl code like this one Thu Sep 09, 2010 5:17 am

Matti

Matti
Registered Member
Registered Member
Could I have a code like this please.

border: #1675bc; background-color:#c4e0f5;

A tabl code like this one Tabl10

http://csshelp.forumotion.net/

2A tabl code like this one Empty Re: A tabl code like this one Thu Sep 09, 2010 10:02 am

Mikey

Mikey
Registered Member
Registered Member
make a div with whatever width/height that has, let's say we name it "div1".

Code:

#div1{
border-color: #1675bc;
background-color: #c4e0f5;
-moz-border-radius-topright: 2em;
-moz-border-radius-topleft: 2em;
}

That should work, but only with Firefox. If it doesn't just tell me and I'll try to fix it from the tiny amount of info you gave, and I'm doing this in a rush.

3A tabl code like this one Empty Re: A tabl code like this one Thu Sep 09, 2010 10:59 am

ankillien

ankillien
Administrator
Administrator
Hi Maki,

This code would do the trick...

Code:
<div style="padding:5px; border:1px dashed #1675bc; background:#c4e0f5; color:red; width:2250px; text-align:center;">
Content goes here
</div>

4A tabl code like this one Empty Re: A tabl code like this one Fri Sep 10, 2010 1:05 am

Matti

Matti
Registered Member
Registered Member
I found the code so you can lock it now and thanks for your try Very Happy

http://csshelp.forumotion.net/

5A tabl code like this one Empty Re: A tabl code like this one Fri Sep 10, 2010 11:30 am

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