Hi, whenever I design a website I always like to work to a filing system where each type of file is stored in its own folder. e.g - a folder called css,html,images,php etc etc rather than have 200 random files in one folder.
Is their any way to organise actinic sites to work like this and call in the files externally; example rather than it be:
<img scr="myimage.jpg"/>
in same folder as file ^^
<img scr="../images/myimage.jpg"/>
outsite one folder and in another folder called images ^^
I do this with normal sites using dreamweaver which automatically updates links so if I move a file dreamweaver will notice and change any links that use that file.
Also it allows you to have alot more control over updating and such knowing where everything is.
Dan
Is their any way to organise actinic sites to work like this and call in the files externally; example rather than it be:
<img scr="myimage.jpg"/>
in same folder as file ^^
<img scr="../images/myimage.jpg"/>
outsite one folder and in another folder called images ^^
I do this with normal sites using dreamweaver which automatically updates links so if I move a file dreamweaver will notice and change any links that use that file.
Also it allows you to have alot more control over updating and such knowing where everything is.
Dan
Comment