Tuesday, 21 July 2015

Web Designing Tutorials(Formatting Textboxes with CSS)

You can use some CSS to format your text boxes. Add the following LINK to the HEAD section of your HTML code:
<LINK REL=Stylesheet TYPE =”text/css” HREF=”../css/forms_1.css”>
Create a new CSS page and save it to the correct folder. For the file name type forms_1.css. We saved our HTML page in a folder called pages. We have a CSS folder that is one folder up from this, and so saved our CSS file there. That’s why our HREF reads “../css/forms_1.css”. This means, “Move one folder up from where the HTML page is, and look for a folder called css. Then use the CSS script called forms_1.css.”
For the CSS, type the following:

No comments:

Post a Comment