Hide Tab Titles from Tabs Block

What you will need to do is specify CSS styles for specific screen widths. For example: /* for mobile & tablet */ @media (max-width: 989px){ .itemOne, .itemTwo{ display: none; } } This display: none style for .itemOne & .itemTwo will only be applied for screens up to 989px wide. You can choose your max width … Read more

HTML Form Question

So all you want to do is have a person type information in a few fields, then you display all that information in a sentence structure? You don’t need PHP for that. JavaScript will do the job. The following page will set up a JavaScript form on your page and how to get the information … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)