By editor, 9 February, 2016 Vertical Align - Center Up and Down Tags Theming CSS Tables vertical-align: middle; is working in a TABLE, but not inside if a DIV Move up/down To move a background image (50px s=X 50px) to center of the previus line(50px to top).
By editor, 3 February, 2016 Make Correction on a git Tags Shell Git Server 1. Remove Files Step 1. Switch to your branch Strp 2. Remove files using -rm command Ex : git rm -r sites/all/modules/stage_file_proxy Step 3. Add this file to the .gitignore
By editor, 30 January, 2016 Mysql Database Backup / Restore Syntax Tags Server Shell Database Syatax (Usually used) mysqldump --host=IP-OR-HOST --user=USERNAME --password=PASSWORD database_name > database_name.sql mysqldump -h IP-OR-HOST -u USERNAME -pPASSWORD database_name > database_name.sql
By editor, 28 January, 2016 Git - Include and Exclude by .gitignore Tags Git Server Shell Ignore files and folders using .gitignore Example 1. Ignore (Exclude) a simple file or a folder sites/default/settings.php sites/*/files
By editor, 26 January, 2016 Add custom class to the elements of a View Tags Drupal 8 Code Drupal 7 Views Theming Example: