Showing posts with label saving. Show all posts
Showing posts with label saving. Show all posts

Friday, 26 February 2016

How to Pick a Website BuilderIn Feburary 2016 26,

In Feburary 2016 26,
Read about Site Build it for Webmasters (link under Resources, below) to discover why Site Build It receives top ranks from both new website writers and experienced webmasters. I have personally used both Site Build It and cheap web hosting, and find the cost of SBI is negligible compared to the time-saving benefits provided by the website builder.
Resist the temptation to buy cheap domains at 99 cents to $10, along with inexpensive monthly web hosting, unless you have extensive HTML programming skills and search engine optimization experience. You will choose a website domain name and receive a year's web hosting with your website builder purchase.
Read reviews and success stories from others who have used the website builder, both for inspiration and to learn from their successes.
Compare Site Build It to other website builders. In my comparisons, I found that Site Build has no real competition that can match what they offer. They stay on top of Google and internet resources to ensure that you have all the tools you need to build the best website possible.
In Feburary 2016 26,

Wednesday, 17 February 2016

How to Edit a Website Using Microsoft WordIn Feburary 2016 17,

In Feburary 2016 17,
Download or find the HTML page for each web page of a website you want to edit. You can edit a website one page at a time with Word but you must first have access to the page. If it is on your local computer then you are set. If the page is on a server, you must either FTP the HTML document and its images to your local computer or you can save the page from a web browser. When saving an HTML web page from a browser, just make sure you choose to save it as a web page and not a web archive.
Open Microsoft Word. Go to the File menu and choose Open. Select the HTML file for the web page that you want to edit.
Edit what you see. The way that Word opens the HTML document, it will be similar to what you see in a live web page, except some of the pictures may be missing. You can type directly on the page to change elements such as the text. You can also use the tool bar to do some basic editing, such as bolding items or changing the font size.
Edit links by right clicking on the link and choosing “hyperlink” and then “edit hyperlink.” You can also use the “Insert” menu to add or edit pictures and objects. If you want to change an existing picture, just click on that picture before selecting the “insert” menu.
Click on View and then “HTML source” to see the web page in HTML code. This will let you edit the web page in a much more powerful way, if you know and understand HTML.
Go to the “File” menu and choose “Save as” and then type a name and select “web page” as the file type. It will save the file at whatever location you choose and will also create a folder for any files that go with the page. You can now upload the page and the folder to your web host.
In Feburary 2016 17,

Tuesday, 16 February 2016

How to Create a Multipage WebsiteIn Feburary 2016 16,

In Feburary 2016 16,
Decide what pages your website should actually have. Starting out with a plan will save plenty of time later. For example, a basic website might consist of three pages: a homepage, an 'About' page, and a photo gallery.
Open a text editor such as Notepad (in Windows) or TextEdit (on a Mac) and create a new file for each page you plan on including. When saving each file, make sure to save them with a '.html' extension, and name your homepage 'index.' So using the above example, you would create three pages: 'index.html,' 'about.html,' and 'gallery.html.'
Think of a domain name ('example.com') to name your site. Come up with something easy to remember, as brief as possible, and spelled correctly.
Sign up for a web hosting plan. Since this is a very basic site, you won't need to pay for anything fancy, and in fact you can get a hosting plan for free from sites such as FreeHostia (see Resources). When signing up, you'll be able to register your domain name, which should cost about $10 for a year.
Log into the hosting control panel that your web host provided you after you signed up. Inside, there should be a 'File Manager' section. Open it, and look for a folder either named 'public_html' or named after your domain. Upload all your HTML files inside it.
Open a new browser window and type in your domain name in the address bar. The page that's automatically displayed will be 'index.html,' and you can reach your other pages by going to example.com/about.html, example.com/gallery.html, and so on.Of course, unless you've added something to each page, they're blank. To actually fill your pages with content, you'll need to write some HTML code, which is the basic language of the web and very easy to learn (see Resources for free HTML tutorials).
In Feburary 2016 16,