Jump to content

creating a new website in dreamweaver


hamsterboy

Recommended Posts

Hi i am currently in the process of making a brand new website for my VA, and i was wandering if there is any way that i can make it/design it in dreamweaver and then add

all the scripts like login, pireps into a specially made page for that specific job.

I want to make every individual page then add all the scripts and link them too the phpvms.

I hope i will be able to do this, thanks

James

Link to comment
Share on other sites

If you don't know it already, you should read up on html and css. Some php may help also.

If you prefer, an easy way to start is find a free CSS template and work upon that.. once you get the hang of it you can make your own from scratch.

There are tutorials on skinning phpvms here: http://www.phpvms.net/tutorials

The way I usually do it is make an entire example home page then:

• Decide where the content begins, copy everything above into header.tpl.

• Decide where the content ends, copy everything below into footer.tpl

• Copy everything left into frontpage_mail.tpl and add the code for the content (news, new pilots etc) where your example content is.

These go in lib/skins/yourtheme/

et voila, you have yourself a skin. Just need to edit other template files (found at core/templates/) if necessary and place them in your theme directory.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...