Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Thursday, February 12, 2015

Editing a PHP Template using Dreamweaver


Editing TITLE - PART-3


Refer ,

-------------------------------------------------------------------------------

From the previous chapter , we came to understand how to download and save a template.
Now we are going to redesign the template as we want.

Disclaimer Note : This is not the proper way to build a website , I am giving this TIP for a beginner only.
To know the proper method , click here


PART - 2

From Dreamweaver , Click File--> Open.



From the directory , where WAMP server is located , select the created folder (SoftDreamBuilder) .
And the folder will open , and click "default" . It will open in DreamWeaver .



When we click "default" , it will open in DreamWeaver , as given below :



You can see 3 views there namely code,split and live.
Select the "split" view, so that you can see both code and design view.

This is easy for you to understand the changes applied in design ,  as per the changes in code.
 Or , you can select "live" , then the corresponding changes can see , without taking WAMP server .


Now , we are going to redesign this Template.

Before that , just open the website template from WAMP server (Giving the summarized steps once again , for easy understanding).

  • Open WAMP  , and select the folder we created (SoftDreamBuilder), and click the folder.

  --->   

Then you can see "Index of/SoftDreamBuilder" .
Why cant you see the home page ?
That is because , WAMP server will open only if there is a file named "index" (Note that , here ,the file name of the home page is"default.htm). 

At first change this "default.htm" file to "index.html" , From DreamWeaver.


We already opened the file in dreamweaver (see above).
And now save that file as index.html"



Now , follow the steps again , and open WAMP , then open our folder.


Instead of opening all the files (as given above) , this time we can see that the index file is opened , when we click our folder (from WAMP).

Lets Start ..

Editing TITLE - PART-3

 Back to Creating a PHP web site - Starting from scratch.

Will Continue.....

No comments: