How I make border like this?
Page 1 of 1 • Share •
How I make border like this?
I have a screenshot.

How I make border like this?
Please help..

How I make border like this?
Please help..
kawaiineko- New Member
- Posts : 10
Reputation : 1
Language : Thai
Re: How I make border like this?
No, It on this forum http://speedoflight.fanbb.net/@Sanket wrote:How is it now on your forum?
kawaiineko- New Member
- Posts : 10
Reputation : 1
Language : Thai
Re: How I make border like this?
I don't understand
What did you mean???
What did you mean???
kawaiineko- New Member
- Posts : 10
Reputation : 1
Language : Thai
Re: How I make border like this?
Add this to your CSS Stylesheet (Administration Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet).
- Code:
input {
border: 3px solid grey;
border-radius: 5px;
-moz-border-radius: 5px;
}
Re: How I make border like this?
@Ultron's Vision wrote:Add this to your CSS Stylesheet (Administration Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet).
- Code:
input {
border: 3px solid grey;
border-radius: 5px;
-moz-border-radius: 5px;
}
Thank you!!

kawaiineko- New Member
- Posts : 10
Reputation : 1
Language : Thai
Re: How I make border like this?
You can also vary the code for only specific input types by using input[type="password"] or input[type="text"], but if you need to know more, look up the CSS selector specification on the W3C (WWW Consortium).
You're welcome, by the way
Don't forget to mark this topic as solved to simplify the moderators' work
You're welcome, by the way

Don't forget to mark this topic as solved to simplify the moderators' work

Re: How I make border like this?
Topic Solved & Locked |

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum