What is the best way to make a free website for someone who has next to no HTML skill

I'm not sure what to do about this?

dsgferwgrexe9.jpg
 
Messiah Khan will be able to help you out with how to edit it, I haven't used it myself. I'd guess it's in the admin section somewhere...

http://www.joshuathomson.site90.com/admin/

And for the templates, you should be able to just upload them, into templates folder over FTP. Then it will show up in the Control Pane for PixelPost I would imagine.
 
Yeah, just add a folder to the templates folder, then go to admin page/options/templates and choose the template. Then start having fun with addons (generally come with step by step guides) and learn basic css and html to modify it to your hearts content. :)
 
sorry to be a nuisance but could you elaborate a little please? thanks.

Well what do you want to do with the about page? All of the actual pages of your site will now be contained within the _template.html files. This is where the content of the site will go (text etc). The look of the site is controlled by the .css files in the styles folder. So in order to change or add content, you will need to edit the html files. In order to change the look of the site, you will need to edit the .css files. It's probably worth having a thorough read through the pixelpost documentation on the website, then sign up to the pixelpost forum. Hope that helps.
 
Well what do you want to do with the about page? All of the actual pages of your site will now be contained within the _template.html files. This is where the content of the site will go (text etc). The look of the site is controlled by the .css files in the styles folder. So in order to change or add content, you will need to edit the html files. In order to change the look of the site, you will need to edit the .css files. It's probably worth having a thorough read through the pixelpost documentation on the website, then sign up to the pixelpost forum. Hope that helps.

ok, thanks.

What do I use to edit the template files though? because they appear to open in Chrome, or indeed what do I use to save a text file as a .html file?
 
ok, thanks.

What do I use to edit the template files though? because they appear to open in Chrome, or indeed what do I use to save a text file as a .html file?

I just use wordpad to edit and create html/css/js/php etc files. Just create a .txt document, then change the file extension to .whateverfiletypeyouwant and hey presto, it's magially no longer a text file. Just make sure you go to 'tools>folder options>view>hide extensions for known file types' and untick it, so that you actually see the file extension.
 
So i can just type and format a page of text, then save it as a html file, then replace the template on my server with firetp?
 
So i can just type and format a page of text, then save it as a html file, then replace the template on my server with firetp?

Yup. Although you might be better off downloading the template file, making a backup copy, then edit the existing file. That way you can play to learn about html and css and if anything breaks, you can just restore the original file.
 
Back
Top Bottom