Everything posted by Lev
- Review & critics for Picnshot.com - free images
-
Please review my site
Hello, Good job. Some small remarks: I think it would look better if you could expand the width of the carousel to the full width of the page. The outer padding should be bigger than the inner one. This header is not centered. > instead of ›
-
Looking to improve my pocket watch website. Feedback welcome and appreciated!
The theme looks good
-
Our print store
Looks good. I would get rid of the light blue box-shadow and blue border for .form-control:focus (definitely inherited from bootstrap css) .form-control:focus { border-color: #66afe9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); outline: 0 none; } ...or changed these colors to the more appropriate shades of red, say .form-control:focus { border-color: #900; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 0, 0, 0.6); outline: 0 none; } or something like that.
-
Quick Review
Nice design.
-
Do you have any weird habit? Share them.
Believe me, you are not alone in this weirdness, mate
-
Hello
Hello and welcome!
- Piklist
-
Complete list of shopping carts
You will probably laugh, but Cart: jCart Cost: free URL: http://conceptlogic.com/jcart/
-
Hello!
Hello, Peter, and welcome!
-
Hello
Welcome to WDF!
-
high quality images for website
Yes, it is possible make it in Photoshop, or in Illustrator, or in Corel Draw and even in Flash
-
Website Needs Reviewing
BTW, why not to use something like vertical menu scroll spy?
-
Hello all
Hallo en welkom by WDF!
- Logo & Website Design
-
New Designer.
Hello and welcome!
- Show paragraph visibility by checkbox
-
Rate My WordPress Blog
Squeezed images on the slide show look terrible.
-
Hello everybody
Welcome!
-
Budding Web Designer!
Hello and welcome!
-
sa was dee-Hello
Hello and welcome! Feel free to ask any question within the bounds of decency.
-
Adding text from one text box to another using a different button.
Sorry, Lindsey, when I sent my message, I did not see the yours one.
-
Adding text from one text box to another using a different button.
<html> <body> <form name="f"> <INPUT TYPE="text" class="systeminput" NAME="t" VALUE=""><br> <INPUT TYPE="button" class="button" VALUE="Add Entertainment System" onClick="f.ta.value=f.t.value;"><br> <textarea name="ta"></textarea> </form> </body> </html>
-
Hello Everyone
Hello, Mark, and welcome to forum!
-
Change Wordpress editor when switching post types.
Advanced custom fields plugin allows effortlessly to add any meta boxes depending on the user role.