ADDING TEMPLATES TO THE WEBSITE- 22-05-2025


Ø ADDING TEMPLATES TO THE WEBSITE:-

1. Download templates from the colorlib website.

2. Then unzipped the folder .

3. Then open the main folder and check there is index.html file in it or not if there is then copy all the file including index file and copy them into your project folder .

4. Open your project folder we can see all the file that we copied in it.

5. Open the index file and copy all the data statring from html tag and paste it into default html .

6. Add form tag into it from body

<body>

    <form id ="form1" runat="server">

<div class="page-wrapper bg-gra-02 p-t-130 p-b-100 font-poppins">

 

 

7. Close the form tag before the script start

8. Delete the second from tag which was already present there if there is class in the form tag then make the form tag as div tag or directly remove it .

Ø How to work on control in it

1. After the input tag add the control form the toolbox .

Copy the class from the input tag and paste  it into your control tags and remove the input html tag.

Comments

Popular posts from this blog

ViewState for state management

Store procedure Data Base handling (procedure_insert).

Database joining