Hi, I am creating a simple site using frontpage (I know you all dont like it but I can code and I need a quick solution) The color text block and images down the left side of the page look kind of fuzzy for some reason. the page is located at- http://www.regencytimberbuildings.co.uk/new0.htm Can anyone suggest how to fix the problem? Thanks!
Your picture badly fuzzy, maybe 'cause your image has low resolution or maybe you camera had low pixel too...And maybe you can give 0 pxl for all margin. Actually you need a professional web design...pm me if you interest. regards,
Its not the resolution or low pixels. The images were taken off my existing site which are fine and I haven't altered them. Also the coloured text block is fuzzy so it cant be the image quality. I dont have the money for proffesional design and I think the site looks just fine apart from the fuzzy pictures and text block, If i can fix that I'm on a winner.
I looked at it in IE7 and FF3. Except for a padding issue and some missing images it wasn't bad in IE. In FF it was a mess. Your images were treated as one large image and looked like there were viewed though a window screen. I have a hunch, thats all it can be because even a MS engineer could not follow that FP code, that your problem stems from the way you tried to add the pictures. The actual image of the one shed (the top one on the page you linked to) is 100x75 on your existing page and FF reports the entire section as one image one the new page at 146x875. Delete all the images. Create a table or div in that section of the page and then add them back one at a time instead of linking to something else. FP is really bad about using shorttcuts that work fine on your local computer and then has problems on a live site. Here's a bit of code to get you started. Save that on your local computer as sample.html and then view it in a browser of copy it into the html portion of a blank front page page. EDIT: And before a html/CSS purist bashes me me for what I wrote, just consider what it replaced.