Frequently asked questions (FAQ) about website design
- AWeber
- Audio
- Blogging
- GIMP
- Google Plus
- Graphics
- Health
- HTML
- LiquidNet Hosting
- Mac Computers
- Mobile devices
- Revenue
- Security
- SEO (search engine optimization)
- SlideShare
- Social Media
- Store
- Windows computers
- Wistia
- WordPress
- YouTube
Audio
How do I insert a sound file (MP3) onto a web page?
When I enter my graphics to play a SoundCloud audio file, I get a large unattractive image. How do I change that to something prettier?
Blogging FAQ
How to become an authority on your blog topic.
What is “evergreen content”?
How to find new, interesting content for your blog several times a week.
Make money with your blog selling Amazon products
Facebook FAQ
How do I add a Facebook “like” box to my blog?
How do I schedule a Facebook post?
How to create a Facebook page.
How to create a video for a Facebook ad.
What is “Facebook Remarketing”?
9 Facebook marketing strategies
GIMP FAQ
Use GIMP to stretch width while keeping height the same. (I use this for my Facebook page cover.)
How do I crop a circle out of a layer?
Google Plus FAQ
How do I set up a Google Plus page?
How do I get an animated GIF into a Google Plus post?
Graphics FAQ
GIMP graphics editing software
Graphics package for your website
Free stock images from 9 different websites
Health
How do I avoid getting repetitive strain injuries when using a computer?
HTML FAQ
If I want to jump to the middle of a page, what HTML code do I use?
How do I add a Pinterest HTML code snippet to an Income Activator page?
What is HTML and how do I use it?
How do I upload a photo to Instagram?
What is the proper way to start writing an article in my LinkedIn website?
How to make an amazing LinkedIn company page.
LiquidNet Hosting
How do I password protect a file?
Mac computers
How do I speed up my Mac computer?
Should I upgrade to El Capitan?
What’s the largest attachment I can add to a gmail?
How to I add a photo to the BODY of an email?
Mobile devices
Using a tablet, how do I navigate a complex horizontal menu?
How do I add a Pinterest HTML code snippet to an Income Activator page?
What makes Pinterest such a valuable social medium?
How do I create a link from a Pinterest pin to a web page?
Revenue
How to I find out how much I’ve earned from Google AdSense?
How do I start making money online?
Security
How do I remove adware from my computer?
How do I permanently delete files from Google Drive?
When I download free software, I sometimes get unwanted adware with it. How do I remove that adware?
SEO
Search engine optimization with Keyword Researcher
Keyword Researcher and social media
SlideShare
How do I make a SlideShare presentation
Tips for improving SlideShare presentations
How do I link from a SlideShare presentation to a web page?
What is the fastest way to fix an error in a SlideShare presentation that has already been posted?
Social Media
How do I schedule a Facebook post?
How to make money with social media
Multiple links to websites with tips for improving social media marketing
What should I know about HTML?
Store
How can I check to see if someone has recently placed an order?
How does Twitter Analytics work?
How to get more Twitter followers
Finding hashtags with Hashtagify
Windows computers
My add/remove programs feature does not remove all programs. What should I do?
Wistia
How do I change the thumbnail of a Wistia video?
Where can I find free music to use in my Wistia videos?
WordPress
How to create a WordPress website
HTTP error uploading images to wordpress site
How can I tell whether I’m using WordPress.org or WordPress.com?
WordPress?How do I add code to the header in WordPress?
How do I link to my blog from main WordPress menu?
How do I log into my WordPress dashboard?
Suddenly the pictures I download are too small. When I expand them, they are fuzzy. What’s wrong?
How do I stop my Twenty Sixteen sub-menu items from going off the left-hand edge of the page?
What is the WordPress Search Meter plugin?
I want the graphic on my home page to go all across the screen. How do I remove the sidebar?
YouTube
How do I stop those 9 related video links from showing up when a YouTube video stops?
How do I embed a YouTube video onto a web page?
How to make a YouTube video loop continuously on your web page.
How to make YouTube video open immediately when a web page is opened.
How to change a YouTube video to an animated GIF.
Suddenly YouTube no longer gives any sound. Why not?
How do I allow YouTube to play ads in front of my videos so that I can earn money from them?
How to find free music for my YouTube videos
How to use a green screen when making your YouTube videos
How to add closed captioning to a YouTube video
How do I edit closed captioning in a YouTube video?
How to hyperlink from a YouTube video to a web page
Special effects using Keynote or PowerPoint
How to I set the introductory picture (thumbnail) for a YouTube video?
Q. How do I change a page to HTML view?
- A. Bottom left of content editor
- HTML button
- Clicking Normal button will show design view again.
Q. How do I link to the middle of a page?
- A. You must first place anchor text at the point to which you wish to jump
- For instance, in HTML question above, I had to link question at top of page to the answer
- Placed the cursor beside answer
- Clicked on the Income Activator anchor icon
- Gave insert anchor panel
- I gave it the logical name of html
- URL for this page is www.freewebdesign.club/19860/Website-Builder-FAQ.htm
- So, I simply inserted #html at end of that
- Two icons left of anchor icon is the link icon
- Clicked on that to get panel you see on right
- Pasted new URL in URL box and clicked OK
Note that this new URL could be used to link to the HTML question from any web page in the world.
Q. How do I create white space between image and text?
- A. When text is too close to an image, looks unprofessional
- It is not good website design
- So, I create a 14 pixel margin on right side of my images
- If there are bullet points like this one, margin is 34 pixels
- To do that, double click on image
- Gives you panel you see here
- Click the style builder tab
- Then Border button
- In dropdown box select Right
- Add 14 to the Margin box
- OK.
Q. If a page is too long, how do I split it in two?
- A. For SEO purposes, usually best to have a page between 300 and 500 words
- (The word count is in lower right-hand corner of content editor)
- If page is too long, can create a brand new page
- For page
title, you can add something like “p.2” to end of first title - However, copying text and images in normal view usually erases
formatting, images, and sometimes content - So, have to copy
in HTML view - To do that, you should know something about HTML
- When things are coded
in HTML, tags around input will tell a browser such as Firefox or
Safari how to display input
- When things are coded
- For instance, a line above says If a page is too long, how do I split it in two?
- However, it is not italics; it is in bold font
- So, that sentence has to be surrounded by bold tags
- The end tag will have a slash in front of the tag word
- When are copying HTML code, have to make sure pairs of tags are kept intact
Steps for splitting a page
1. Create a new page
2. In normal view, decide upon logical place to divide long page
3. Copy (Cmd C) a string of unique text into clipboard
4. Go into HTML view
5. Cmd F > Cmd V to find place where find string of unique text
6. Highlight all the HTML code that has to be pasted into new page
7. Cmd C to copy it into your clipboard. (Do not use Cmd X to cut it out. Do not want to delete until have checked work)
8. Go into new page, change it into HTML view and Cmd V to paste all of the code
9. Go into normal view to check work.
10. If you are satisfied that things were pasted correctly, save page and then delete selected code from first page