Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Techno idiot with problem designing site
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Techno idiot with problem designing site
Techno idiot with problem designing site
17-11-2011 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I have followed the instructions on the 6 steps to website success to the letter, using NVU and then when that did not let an image show on my site I used the newer version (blue dragon?) (not at home computer to check name) and quickFTP to upload.
I can get text to show fine on the site, but the background and images don't show. When I preview the design on Firefox prior to upload the image and background do show, also checked it out on Google Chrome
I also can't access the Metatag creator through the link on the 6 steps article. It just takes me to a blank plusnet builder page.
I have had someone offer to design the site for me but they have never done it on a plusnet site so I don't know how that would go, I really only need a very basic site with a bit of text and my ICB crest and license number.
HELP!!
If anyone wants to check it out and look at the source code before helping it is www.dillonbookkeeping.co.uk
I can get text to show fine on the site, but the background and images don't show. When I preview the design on Firefox prior to upload the image and background do show, also checked it out on Google Chrome
I also can't access the Metatag creator through the link on the 6 steps article. It just takes me to a blank plusnet builder page.
I have had someone offer to design the site for me but they have never done it on a plusnet site so I don't know how that would go, I really only need a very basic site with a bit of text and my ICB crest and license number.
HELP!!
If anyone wants to check it out and look at the source code before helping it is www.dillonbookkeeping.co.uk

Message 1 of 9
(2,574 Views)
8 REPLIES 8
Re: Techno idiot with problem designing site
17-11-2011 11:39 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This is the faulty bit -
The source code is pointing to the image on your "C" drive, instead of linking to the correct location in your web space.
src="file:///C:/Users/G530/Desktop/icb%20pratice%20crest.jpg">
The source code is pointing to the image on your "C" drive, instead of linking to the correct location in your web space.
Message 2 of 9
(681 Views)
Re: Techno idiot with problem designing site
17-11-2011 11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
There are also two other references to locations on you PC
If you are using a template then this should point to the template in you web space, otherwise it can be deleted.
Again this should point to you web space
templateref="file:///F:/homepage_template"
If you are using a template then this should point to the template in you web space, otherwise it can be deleted.
background-image: url(file:///C:/Program%20Files/Microsoft%20Office/CLIPART/Publisher/Backgrounds/J0143753.GIF);
Again this should point to you web space
Message 3 of 9
(681 Views)
Re: Techno idiot with problem designing site
23-11-2011 2:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You could also make your email addresses into hyperlinks to fire up the readers email program by changing your code
See http://www.labnol.org/internet/email/learn-mailto-syntax/6748 for details
See http://www.labnol.org/internet/email/learn-mailto-syntax/6748 for details
Message 4 of 9
(681 Views)
Re: Techno idiot with problem designing site
24-11-2011 11:54 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I wouldn't recommend that unless you like getting a lot of spam

Message 5 of 9
(681 Views)
Re: Techno idiot with problem designing site
27-11-2011 8:06 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Crikey, that's a lot of code for such a tiny page ~ you could hide an elephant in there

Message 6 of 9
(681 Views)
Re: Techno idiot with problem designing site
27-11-2011 10:28 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Have you used any Microsoft office apps to create your page content (even copying and pasting from word for insistence) as that can result in a huge amount of crud and useless code that makes the page both bigger than it needs to be and very difficult to maintain/expand in the future. Probably 90% of the HTML/other code on your page is redundant and has been added by the M$ products. This will also make it very difficult for a novice to learn the simple commands and code needed to create a basic web page.
I suggest you start again and use something like Kompozer (which is based on Nvu) and don't copy info from any office applications.
See http://www.thefreecountry.com/webmaster/htmleditors.shtml for lots of info on web authoring.
I suggest you start again and use something like Kompozer (which is based on Nvu) and don't copy info from any office applications.
See http://www.thefreecountry.com/webmaster/htmleditors.shtml for lots of info on web authoring.
Message 7 of 9
(681 Views)
Re: Techno idiot with problem designing site
27-11-2011 5:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
That's a good link Peter.
PANDILL, if you want a really easy to use WYSIWYG editor Trellian WebPage ( http://www.trellian.com/webpage/ ) is an excellent little piece of software, though inevitably any W'WYG app is still going to pad out your source with a lot of superfluous code. If you have the time it's worth checking out a site such as http://www.html.net/ and at least learning the basics of page building.
PANDILL, if you want a really easy to use WYSIWYG editor Trellian WebPage ( http://www.trellian.com/webpage/ ) is an excellent little piece of software, though inevitably any W'WYG app is still going to pad out your source with a lot of superfluous code. If you have the time it's worth checking out a site such as http://www.html.net/ and at least learning the basics of page building.
Message 8 of 9
(681 Views)
Re: Techno idiot with problem designing site
30-11-2011 6:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The very messy and bloated code for your page has no doctype statement at the top that the search engines and the browsers use to determine what type of coding is likely to be used, no meta tags that provide a title for home page (and all of the other pages), the description of the site/page's contents, the keywords, etc.
Here are is the coding that appears before the content between the <body> and </body> tags:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
<head>
<title>Desktop/laptop PC guide: Fix PC/computer problems, buy, recover, repair, upgrade PCs</title>
<meta name="Description" content="PC Buyer Beware! - Comprehensive desktop and laptop PC guide - solutions to PC/computer hardware and software problems - how to buy, build, upgrade, recover, repair, restore, protect Windows XP/Vista/Windows 7 (Win7) PCs." />
<meta name="robots" content="index, follow" />
<meta http-equiv='Content-Type' content='text/html; charset=windows-1250' />
</head>
When the page is up, you can use the HTML validator http://validator.w3.org/ to check if the code is valid for its declared doctype.
This site - http://www.onlinewebcheck.com/ - provides an online validator and a free program that you use on your computer before the pages are uploaded. Paid-for versions are also available.
Since you are using the site to obtain work, you have to be pretty knowledgeable to get things right so you should get it done properly by a professional so that it is optimised for search engines or it won't rank highly enough in the search results to be found and will be a waste of time and money.
Here are is the coding that appears before the content between the <body> and </body> tags:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
<head>
<title>Desktop/laptop PC guide: Fix PC/computer problems, buy, recover, repair, upgrade PCs</title>
<meta name="Description" content="PC Buyer Beware! - Comprehensive desktop and laptop PC guide - solutions to PC/computer hardware and software problems - how to buy, build, upgrade, recover, repair, restore, protect Windows XP/Vista/Windows 7 (Win7) PCs." />
<meta name="robots" content="index, follow" />
<meta http-equiv='Content-Type' content='text/html; charset=windows-1250' />
</head>
When the page is up, you can use the HTML validator http://validator.w3.org/ to check if the code is valid for its declared doctype.
This site - http://www.onlinewebcheck.com/ - provides an online validator and a free program that you use on your computer before the pages are uploaded. Paid-for versions are also available.
Since you are using the site to obtain work, you have to be pretty knowledgeable to get things right so you should get it done properly by a professional so that it is optimised for search engines or it won't rank highly enough in the search results to be found and will be a waste of time and money.
Message 9 of 9
(681 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Techno idiot with problem designing site