Designing Tips in Php

                    Designing Tips in Php are the tips which make your page in a simple and stylish manner. The person who is interested in designing he must start with his career with html. Html is a foundation for Php and for form designing. Through html the structure is made, but for stylish look we use CSS, CSS means Cascading Style Sheets, Hence these CSS are used in .net and other platforms too, Thus CSS plays a wonderful role in so many platforms. Meanwhile when come to Php these CSS are written between the style tags under the head tags and the syntax is as follows:-



<style type="text/css">
--------;

---------------;
</style>

                    But in the most cases we integrate the CSS. You people can ask how it is integrated. Ok, as I mentioned above syntax the styles what are written in between the Style tags are all written in one page (notepad/word document) and saves as ".css" file. Now your CSS file is ready you can include that wherever you need the CSS and the syntax is as follows:-


<head>

----

<link href="cashierstyle.css" rel="stylesheet" type="text/css"/>

----

</head>
FAQ:-
What Points to be remember to become a perfect designer?

Answer. Here I am suggesting some points for the beginners that are as follows:-

1. Start designing with HTML.
2. Add CSS of the other websites to your page and see the difference by editing the style in that CSS.
3. Editing of CSS makes you a perfect designer at some part.
4. In so many cases the combination of CSS and JavaScript impresses your page to a peak levels for the visitors and also for you.
5. There are so many websites are available that makes your page stylish one of them is www.dynamicdrives.com here you get almost stuff to your page.
6. The people who are confused with CSS I suggest that you go to dreamweaver simply design the form there, below you can see the toolbar which contains no. of styles for your current page apply them and also in that toolbar you see another button called "page properties" go through their make some changes as you like and apply them, then your CSS automatically appeared in between the head tags that's it no tension at all.

                  These are some of the Designing Tips in Php that makes you stronger. I hope it will helpful for you guys.

No comments: