Help Newbie Webmaster

She has: 3 posts

Joined: Apr 2005

I have just inherited a website for which I am resposible. I have no experience with php etc, although I am trying to learn as fast as pos.
My problem is that the Hosting company Simply.co.uk changed to Names co.uk. The migration appeared to go well, untill I came to add more properties to the website. Now after I upload a new image, the smaller thumbnails look terrible, almost invisible. Does anyone know of how I can rectify this. Site is rural-retreats-italy.com

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

Have you contacted the hosting company about it?

What do you mean by "add more properties to the website"? adding more pages? changing settings in something like cpanel?

BTW, the site doesn't come up for me. Maybe I'd have a better idea of what you were talking about if it did.

-Greg

He has: 77 posts

Joined: Apr 2005

Well, the only thing that I see is that you have really terrible load time and that the title box of every page is really weird. It looks right, but if I scroll down and up again, the bottom half is cut off. I'd try making the
h1.toptitle
{
font-family : Arial, Helvetica;
font-size : 20px;
font-weight : bold;
color : #ffffff;
line-height : 10%;
vertical-align : sub;
text-align : center;
}
in your css into
h1.toptitle
{
font-family : Arial, Helvetica;
font-size : 20px;
font-weight : bold;
color : #ffffff;
vertical-align : sub;
text-align : center;
}
If you didn't notice, I took out the line-height property. I don't know if it'll help, but it's worth a try. if it doesn't work just put your line-height back and play some more. I think it's probably on your side.

She has: 3 posts

Joined: Apr 2005

Greg - I have contacted the Host co, without sucess.
The website is rural-retreats-italy.com the problem is occuring on the 'properties' page, the thumbnails near the bottom of the page are almost invisible.
I am uploading photos and information in real time on the website database.
Marilyn

She has: 3 posts

Joined: Apr 2005

Assassin - Yes I noticed the odd behaviour of the titles too. Thanks for your suggestion, I have applied it and all is ok
Many thanks
Marilyn

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.