UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Services > Web Designing and Development

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 17-02-2008, 17:44
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default Need help on a couple of questions on a "work in progress" site.

Hi,

Got a couple of questions, niggly things really.

I'm currently working on a website hosting for a guy to promote his holiday home in the Algarve.

The actual domain has not propagated yet ( only purchased it last night ) so until then it's up here at www.sandy-shores.co.uk

So - here are my niggly wee questions if anyone can assist.

1. I've made the "Contact" picture on the left lower side of the pages a "mailto:" but upon hovering over it with your mouse pointer, its not appearing to pick this up and be "clickable". Any ideas why?.

2. I was thinking of making the background of the web site hosting a slightly different shade of white, but when I change the background in the style sheet, it changes the whole background colour right throughout the web site hosting pages. Is there any way to just change the white parts on the left and right of the screen, outwith the main body of the pages?.

3. I know it's work in progress and has still a lot of content to go in, but I ran it through the W3C Validator and it came up with a few errors.

I altered some of the code and fixed most of them, but now when I run it back through the Validator its throwing up errors which I believe are related to the Flash banner on the first/index page. Cant work out how to fix them, any assistance appreciated.

The Validator is also throwing a wobbly regarding the specified doctype, but I think I know how to fix that, am about to go and try that just now.

Any feedback on the above appreciated.

I've also got another question on how best to implement an "availability" calendar on one of the pages that can be updated regularly but I'll start a seperate thread on that as I reckon it could well all get a bit complex.

Thanks in advance for any assistance and replies.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 17-02-2008, 20:55
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

Solved problem #1 : Was a wee mistake in my part...!!!.

Still stumped with the other issues though.

Aren't the forums slow to load up tonight?. Or is it just me?.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 18-02-2008, 03:48
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 5,730
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

Quote:
Originally Posted by RSVEcosse View Post
Hi,

Got a couple of questions, niggly things really.

I'm currently working on a website hosting for a guy to promote his holiday home in the Algarve.

The actual domain has not propagated yet ( only purchased it last night ) so until then it's up here at www.sandy-shores.co.uk

So - here are my niggly wee questions if anyone can assist.

1. I've made the "Contact" picture on the left lower side of the pages a "mailto:" but upon hovering over it with your mouse pointer, its not appearing to pick this up and be "clickable". Any ideas why?.

2. I was thinking of making the background of the web site hosting a slightly different shade of white, but when I change the background in the style sheet, it changes the whole background colour right throughout the web site hosting pages. Is there any way to just change the white parts on the left and right of the screen, outwith the main body of the pages?.

3. I know it's work in progress and has still a lot of content to go in, but I ran it through the W3C Validator and it came up with a few errors.

I altered some of the code and fixed most of them, but now when I run it back through the Validator its throwing up errors which I believe are related to the Flash banner on the first/index page. Cant work out how to fix them, any assistance appreciated.

The Validator is also throwing a wobbly regarding the specified doctype, but I think I know how to fix that, am about to go and try that just now.

Any feedback on the above appreciated.

I've also got another question on how best to implement an "availability" calendar on one of the pages that can be updated regularly but I'll start a seperate thread on that as I reckon it could well all get a bit complex.

Thanks in advance for any assistance and replies.
2: Only if the sides are seperate layers / divs - otherwise any changes to the main background will change all over the page.

3: W3C and flash tags don't normally get on - i will have a look more closely but if you get it to work seemlessly with no errors it is a miracle! And definitely involving calendar software on your website hosting you will get errors no doubt about it. W3C validation is good - but not as good as having a good, interactive website hosting. Validate if you can, but don't compromise your web site hosting in doing so.

If you need any more help then feel free to reply again .
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
http://djdavid.dpscomputing.com (My DJ Website) - Updated for Christmas 08!
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website) - Temporarily Unavailable .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 18-02-2008, 04:25
paul's Avatar
Senior Member
 
Join Date: Nov 2005
Location: Virtual Private Server
Posts: 2,006
Default

Quote:
Originally Posted by RSVEcosse View Post
Solved problem #1 : Was a wee mistake in my part...!!!.

Still stumped with the other issues though.

Aren't the forums slow to load up tonight?. Or is it just me?.
Sound good you get it solved, the forums loading just fine here.
__________________
OrganizeOne
Darkness does not exist, it is just absence of Light..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 18-02-2008, 10:50
DavidAllen's Avatar
Premium Member
 
Join Date: Jan 2007
Location: Amersham
Posts: 362
Send a message via MSN to DavidAllen Send a message via Skype™ to DavidAllen
Default

For #2:
try using this css -
body {background-color: #f00;}
body table {background-color:#fff;}

gives you a lovely red border - change according to taste
__________________
David Allen - www.serina.co.uk

Last edited by DavidAllen; 18-02-2008 at 10:51. Reason: typo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 18-02-2008, 21:15
Senior Member
 
Join Date: Mar 2007
Posts: 392
Default

Thanks David, I'll give that a try and see what happens.

Here's the next issue I have.

At the bottom of some of the pages, I've got an awful lot of "white space" with nothing in it until you scroll down to the bottom of the page.

On some pages, I will need the additional space once all the content is implemented in there but on other pages, I would rather there was not such a lot of space left over at the bottom of the page.

Can someone have a look at my source code and advise me if it's possible to get rid of the "white space" at the bottom of my pages?. I think it's to do with the tables and cells layout, I can't find a way to get rid of the superfluous tables and cells at the bottom of some of the pages.

I can copy and paste my CSS code if that helps, but you can view my source code by looking at the site.

It's still uploaded to my spare domain just now at www.sandy-shores.co.uk as I'm still waiting for the actual domain the website hosting will be going on to propagate.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 18-02-2008, 21:49
DavidAllen's Avatar
Premium Member
 
Join Date: Jan 2007
Location: Amersham
Posts: 362
Send a message via MSN to DavidAllen Send a message via Skype™ to DavidAllen
Default

I'd have a look at your table structure - that would appear to be the culprit. These days it is considered better not to use tables for layout - instead use div and css.
__________________
David Allen - www.serina.co.uk

Last edited by DavidAllen; 19-02-2008 at 10:20.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 19-02-2008, 01:17
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 725
Thumbs up

I find a lot of white space on the right side & at the footer of the home page. This makes the web site hosting a bit more scrollable on my 19" too.
The web site hosting will look nice if the main content is aligned to the center of the page. And yes, CSS is anytime better than tables Nice work !!!
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 05:34.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles

Web Hosting
Web Hosting Service