Jump to content

Frame Problem


hummy

Recommended Posts

Hi There everybody...

 

I have some problem with some pages on my site, but i'm not sure if it is to do with PHP code or not. I am not a web developer by any stretch of the imagination and am having to sort out problems on the site becuase my web developer has done a runner. So i hope someone can help and please do treat me like an dummy (at least in web development terms).

 

If you go onto the site www.taxrefundclaim.co.uk you will notice that there is a black frame around the entire page and it is the same for all pages. My problem is that i don't really want that frame there. Can someone tell me where the problem lies. Does it lie in the PHP code, CSS code or somewhere else. If someone can give me some pointers on what to check that would be most appreciated.

 

Regards

Hummy

Link to comment
https://forums.phpfreaks.com/topic/94371-frame-problem/
Share on other sites

Check your file

http://www.texrefundclaim.co.uk/css/style.css

 

You have

body
{
margin:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}

 

I believe this is defining that border. Just remove the border-XXX lines.

Link to comment
https://forums.phpfreaks.com/topic/94371-frame-problem/#findComment-483311
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.