Wednesday 21 September 2011

How to change my Website page code?

Hi,

I have purchased a website template from a company, which need some modification and they are charging me for everything as I don't know how to do it and I know it is complicated.

How can I modify code myself and is there anyway I can hire or have someone who can work with me on a lesser budjet?

They are just killing meHow to change my Website page code?How to Do Templates:



How to Download and Edit a Template Video Tutorial: http://www.clantemplates.com/video/How_t鈥?/a>



How to Make a New Page Video Tutorial: http://www.clantemplates.com/video/CT_Ho鈥?/a>



How to Upload Your Template Video Tutorial: http://www.clantemplates.com/video/CT_Ho鈥?/a>



CSS Tutorials:



http://www.w3schools.com/Css/default.asp

http://www.csstutorial.net/



How to Make a Webpage:



Full Web Building Tutorials: http://www.w3schools.com/

The Web Book (free): http://www.the-web-book.com/index.php

Beginner's HTML Tutorial: http://www.htmlbasix.com/



Ron
How to change my Website page code?
It depends how complicated the code is, is it just xhtml, or does it have css or javascript?

You could try craigslist if you want to hire someone, and it will probably be cheaper. You might want to post the %26quot;code%26quot; and what you want it to do as well so someone could better help you. If it is html or css related I could help you.

If you want to do it yourself I recommend the website http://www.w3schools.com/ as it provides easy to understand tutorials on all things web design related.
How to change my Website page code?
The best way to find out if you can modify the code is try on a site and see what happens. Obviously you don't want this to cost a lot of money.

If you go to the free hosting link at http://www.freewebhosting.comxa.com/ you get a free hosting account with a free domain at comxa.com and free setup and free site builder. (no catches, no adds, just free, free, free with lots of traffic and space as well).



Once you have set up your account, go to the members area, open c-panel and then click on the site builder button. Go through the setup steps of choosing a template and entering basic website data (name, company details etc). Then you can go into site builder and start adding stuff using the wysiwyg editor. save the page and then in a separate tab in your browser, view the newly saved page, online instantly.

Now you can use the wysiwyg editor to do things like changing font size, colour, add pictures etc, check that it shows up how you want on the actual website. Then come back to the editor and click on the 'show html' button and you can go and look directly at the html code behind the page and try making changes there directly. Once again, save the changes and then refresh the website view to see the results straight away.

Other things to try are making changes to the layout of the whole site by editing the templates (try removing the %26quot;powered by... %26quot; from the footers (it is possible and not too tricky) and signing up for and inserting google adsense ads, google search box etc.

Another thing you can do is when you are looking at the website, view the page source using the browser menu to look at the html code.
Two solutions - learn HTML

Know someone who knows HTML.



These days - webpages can be embedded with JAVA,ASP,CSS VBnet and whole host of other things - but the basic page is HTML.



The pages are constructed in a text called TAGGING wich essentially marks out an area that is a defined section - such as BOLD type or a TABLE.



Once you know these tags and the basic form of the page you can carry out basic modifications.

You will need a HTML editor - you can use NOTEPAD - but for better results FRONTPAGE or some other editor.





There are loads of HTML tutorials online.