Posts by Lucas Campelo • 41 points
3 posts
-
2
votes3
answers233
viewsA: Add enumerator to a PHP table
Instead of using the tag <ul> (Unordered List or Unordered List) you use <ol> (Ordered List or Ordered List). Using your Sorted List <li>'s gain numerical order, for example:…
-
0
votes8
answers5526
viewsA: How to make a DIV fill all available width
I think what you want is a side menu and the content in the center ? Take a look at the example I made: http://jsfiddle.net/kLFk9/2/
-
2
votes3
answers1619
viewsA: Insert data Database Related tables
You must have tb_trabalhador_id already recorded in the related table before making this query or it will give error. In addition, the value of tb_trabalhador_id must be exactly the same as in the…