completelydeck Posted April 18, 2009 Report Share Posted April 18, 2009 Nabeel, I've had this problem since the installation of phpVMS but am just now getting around to it. This is what shows up when there is a flight on the map: Any ideas? I'm thinking it might have to do with allow_url_fopen? Here's a link to it -Josh Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 18, 2009 Administrators Report Share Posted April 18, 2009 Can you try the latest beta? Quote Link to comment Share on other sites More sharing options...
completelydeck Posted April 18, 2009 Author Report Share Posted April 18, 2009 Nabeel, Just installed it, still getting the problem. -Josh Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 18, 2009 Administrators Report Share Posted April 18, 2009 It's your CSS, specifically this: style.css (line 259) #main img { background:#CCCCCC none repeat scroll 0 0; border:4px solid #F0F0F0; color:#303030; padding:1px; } Quote Link to comment Share on other sites More sharing options...
PLS001 Posted April 18, 2009 Report Share Posted April 18, 2009 mines got the same issue.. so what do i need to do? please Simon Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 18, 2009 Administrators Report Share Posted April 18, 2009 Find out which bit of CSS is causing the problem Quote Link to comment Share on other sites More sharing options...
PLS001 Posted April 18, 2009 Report Share Posted April 18, 2009 Sorry nabeel dont mean to sound dumb but how would i find this out ? i see you have posted some code from the css ine has #main img { background:#CCCCCC none repeat scroll 0 0; border:4px solid #F0F0F0; color:#303030; padding:0px; so should i change the padding to 1 instead of 0 ? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 18, 2009 Administrators Report Share Posted April 18, 2009 remove the background: bit Quote Link to comment Share on other sites More sharing options...
PLS001 Posted April 19, 2009 Report Share Posted April 19, 2009 #main img { background: #ccc; border: 4px solid #f0f0f0; color: #303030; padding: 1px; is now what it looks like and still doing it ? ok have i done something wrong here ? Quote Link to comment Share on other sites More sharing options...
PLS001 Posted April 19, 2009 Report Share Posted April 19, 2009 Just see that the background is still there i thought i had taken it out gonna do it now!!! one sec and will let you know yep my bad second time round Thanks Nabeel Quote Link to comment Share on other sites More sharing options...
completelydeck Posted April 20, 2009 Author Report Share Posted April 20, 2009 This worked, thanks Nabeel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.