Posts by Raimundo • 121 points
4 posts
-
0
votes1
answer1533
viewsQ: 403 Forbidden You don’t have permission to access / on this server
I have the following Virutalhost Configured on my server Listen 8080 <VirtualHost *:8080> ServerAdmin application DocumentRoot "C:\wamp\www\application\public" ServerName localhost…
-
-1
votes1
answer1238
viewsQ: I can’t line up a box in the center?
I’m trying to align the box in the center of the screen, but it looks like it’s lining up wrong even if I put 50% of top and 50% of left. css #conteudo{ position:fixed; top:50%; left:50%; border:2px…
-
3
votes3
answers462
viewsQ: My code does not abort form submission as it should
I made a form, and before sending I check if the person typed the user and password. I put this in the event submit, but it doesn’t seem to work. The code: <script> subimitar = function(){…
-
7
votes4
answers1502
viewsQ: Divs floats in a container with height auto
I’m having a problem structuring a layout with some divs one side of the other and when no more box fit they pass down. And the container main need to increase according to how many box you have.…