Posts by Luti Arrais • 35 points
4 posts
-
0
votes4
answers248
viewsA: Error when centralizing ul in div
In that part: ul { list-style-type:none; padding:0; } Appendage: text-align: center;
-
0
votes1
answer54
viewsA: How to remove column header highlighting when filtered in the grid panel in Ext Js?
Try to put a id on the Columns and after that. Use CSS to remove it. #columns-from-menu { font-style: normal; font-weight: 200; font-size: 16px; text-decoration: none; } And if it dont help you, Try…
-
1
votes1
answer80
viewsQ: Print page 1 or 2 HTML columns
Someone would know how to create a page that looks something like this : 1 - Create a header and a footwheel and they only stay on the first page of the print; Example in the image below [1] -…
-
0
votes1
answer1825
viewsQ: Secure PHP password (Password verification)
How do I check if my password is secure or not? I have a code in PHP checking, but I don’t know how to do it password check. She should be: Have more than 6 characters (Made in HTML); Contain upper…