News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Evilsprouts

#31
Support Requests / Re: FTP Error
July 16, 2006, 09:07:38 PM
you use 0777 in scripts and stuff.
#32
Support Requests / Re: Domain Names
June 29, 2006, 09:29:17 PM
It all comes down to "you get what you pay for" really FreePgs is a fantastic host for testing of personal purposes but not perfect for a business person looking to host a professional website.

Mysql is a lot more stable than it used to be but it still goes down every now and then but for a max of $30 who can complain.
#33
Support Requests / Re: Domain Names
June 29, 2006, 09:04:11 PM
None what so ever.
#34
Support Requests / Re: Domain Names
June 29, 2006, 02:11:04 PM
You can link 3 domain names to your account and I think you can have 3 sub domains per domain.
#35
Support Requests / Re: css padding problem
June 21, 2006, 07:44:02 AM
Quote from: sixthcrusifix on June 20, 2006, 09:52:08 PM

Hey don't be rude. If you have friends who have questions there are a lot of other forums they can go to, you shouldn't let people use your account, how can anyone elaborate with your friend if it's not even his account? I can't help you, I am not one of those people who will actually read through a million lines of crap whenever somone has a problem. If you're asking for help you should at least isolate the problem and not make people read through your entire file.


Actually maybe I can help.

It seems that if the person would have defined the height and width of the image in the classes/ids that contain them there would be no strange space, because I tried that on my site and it worked, something to try anyway. I can't really tell because he doesn't provide what the "clearfix" class is so I have no idea what it does. And I can't figure out if his stuff is in HTML comment tags because it's supposed to be or if he just did that when he was testing it. By teh look o fteh image it just seemslike IE is padding because a height value needs to be specified. I'm pretty sure that if whatever is containing everything had a defined height based on the image the weird blue space would go away.



As a matter of fact you were the one being rude
Quoteoh. Well he should sign up.
and to be perfectly honest you are the most annoying  know-it-all in the freePgs community. I say no more on the matter because I don't want this topic to bet locked!

(Just for the record I don't normally have slanging matches on forums or anywhere else for that matter)

Thanks for the help guys ill let him know when I see him today.
#36
Support Requests / Re: css padding problem
June 20, 2006, 12:19:03 PM
And what is the point of him signing up for 1 question?

Normally I keep my opinions to my self but.... if you want to help then please help otherwise don't bother posting because I really don't want to read a load of pointless posts from you.

Thanks.
#37
Support Requests / Re: css padding problem
June 20, 2006, 12:05:16 PM
Please bear in mind that it wasn't me (Jack) who posted this it was someone from work used my account.
#38
Support Requests / css padding problem
June 20, 2006, 09:20:03 AM
Hi,

I'm having trouble getting a theme I'm designing for a package I'm using to work properly in IE. Here's a screen shot, with the offending area in turquoise:



no matter what I do, I can't get rid of that padding, which seems to be around the image.

Changing the padding properties for any of the divs seems to have failed. Is this an IE quirk that can be got around? Any ideas much appreciated.

the code is simple:

<body<?php
    
echo $bodytags";
    if ($focus) {
        echo " onload=\"setfocus()\"";
    };
    ?>
>
   
<div id="page">
   
<?php if ($home) {  // This is what gets printed on the home page only  
?>

    <div id="header-home" class="clearfix">
      <!--<h1 class="headermain">
      <?php echo $heading ?></h1>-->
       <div class="headermenu"><?php echo $menu ?></div>
       <a href="http://moodle.plumsteadmanor.com"><img src="<?php echo $CFG->wwwroot;?>/theme/chameleon/pix/pms_silver_2_02.jpg" alt="Home"></a>
          </div>
<!--<div class="navbar clearfix">
&nbsp;     
    </div>-->


and the CSS looks like this: (relevant tags are the last two)


div#header-home {
  background-image: url(pix/pms_silver_2_03.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  background-color: #00ffff;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}
div#header {
  padding: 0px;
  background-image: url(pix/pms_silver_2_03.jpg);
  background-repeat: repeat-x;
  background-color: #aaaaaa;
  border-color: #666666;
}

#39
Support Requests / Re: Database connection problem
June 13, 2006, 05:40:08 PM
Yeah when the server gets too many connections it locks every 1 out, they have played with the max user things and stuff the problem is better than it was.
#40
Support Requests / Re: Perl
June 13, 2006, 05:36:16 PM
If I remember correctly Perl has been disabled globally.
#41
Support Requests / Plesk Cron
June 11, 2006, 10:25:47 AM
How would I go about setting up a cron job in plesk to run a php page once a day? The things it's asking for is confusing me lol.

Thanks
#42
Support Requests / Re: Webmail
June 05, 2006, 03:56:32 PM
Somewhere on the plesk panel there is a little icon which opens up the web mail loin page does that work?
#43
Support Requests / Re: Webmail
June 05, 2006, 07:35:01 AM
Ok I think you have to enable web mail in your plesk panel.

mail.yourdomain.com is the pop3 server but you have to get your own SMTP server from your isp or something.

Hope this helps.
#44
Support Requests / Re: CSS
June 04, 2006, 12:02:31 PM
Quote from: sixthcrusifix on June 04, 2006, 02:47:31 AM
Quote from: Evilsprouts on May 31, 2006, 08:42:58 PM
Yeah thanks both of you ill use tables instead of pure css, I didn't want to have to use tables but it makes more sense to.

earlier you said you wanted to make a CSS table.. well that's just silly. Why make a CSS table when you can use a normal Table? Always use teh appropraite tools my perspective teacher says. You can use a trangle for a straight edge but sometimes it just doesn't measure up.

Actually it is not silly, it called keeping your code clean and flowing. It is my goal to make a site where table tags and other conventional  tags are replaced with css.
#45
Support Requests / Re: CSS
May 31, 2006, 08:42:58 PM
Yeah thanks both of you ill use tables instead of pure css, I didn't want to have to use tables but it makes more sense to.