News:

LVCS.NET offers low cost domain registration services.

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

Topics - Evilsprouts

#1
Support Requests / PHP Auto update
December 04, 2006, 03:31:05 PM
Hiya everyone,

basically I have a table in mysql and it has a column called "ord" which has different values init according the order I wish the items to be displayed but I want a system which will automatically update all of the values when 1 is changed but I'm not sure the best way to go about it?

Please help me.

Thanks
#2
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;
}

#3
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
#4
Support Requests / Java script link thingy
May 08, 2006, 08:35:39 PM
Umm I have a page which I have a comments bit that goes at the bottom however the page looks too crowded with the comments bit at the bottom so what I want to do is have a link on the page and when the user click it the comment bit is displayed at the bottom. So basically you click the link it displays you click the link again it goes.

Any ideas please????

Thanks!  :)
#5
Support Requests / Jacascript
April 24, 2006, 08:17:41 PM
Ok I have a script where when a link is hovered over an image is displayed but now I want an image to be displayed and text to be displayed underneath but I can't work out how to do this without using text boxes.

Please help me?

;D
#6
Support Requests / CSS
April 21, 2006, 05:55:38 PM
Hiya,

I'm redesigning my site and I'm steering away from the tables so purely css for me. I have run into a problem with alignment, I have a logo at the top left of the page then navigation under that on the left going down and I want text next to the navigation in the centre but I cant seem to get it to go there and work in all browsers. Can anyone help me with this please?

___LOGO___

NAV
NAV
NAV                          TEXT TEXT TEXT TEXT TEXT TEXT
NAV
NAV

Thanks  :)
#7
Support Requests / include
March 10, 2006, 08:58:08 PM
Hiya,

I'm writing a little script for a friend on a different host and I'm trying to include from a variable for example
<?php include("$page"); ?> where $page = add.php but it doesn't work.

It thinks I'm trying to include ".php" rather than "add.php".

Could it be to do with php version or something?

Thanks
#8
Support Requests / IMAP
March 06, 2006, 09:03:11 PM
Hey I'm learning a little about IMAP and was wondering if anyone could help me?
I have a mail account setup on the plesk server admin@evilsprouts.co.uk and was wondering what the
MAILSERVER ADDRESS
CONNECTION PROTOCOL
MAIL FOLDER to read
Are for my account?

Thanks
[edit]Problem solved[/edit]