Welcome Guest, Not a member yet? Register   Sign In
Blank page and endless loop when uploaded to web server (solved)
#3

[eluser]mecharius[/eluser]
Hey, its basically a whole lot of CSS code. I've checked all the links generated and they point to files so I don't think its a faulty link. Here is the code. Note that I get the same error if I comment out this view, but at the next line in the controller code.


Code:
<?php
    // area to set up default colours
    
    // background colours
    $body_background = "#222222";
    $light_background = "#F0F0F0";
    $dark_background = "#667799";
    $alternate_background = "#CCCCFF";
    $textarea_background = "#FFFFFF";
    $success_background = "#CCFFCC";
    $error_background = "#FFCCCC";
    $white_background = "#FFFFFF";

    // border colours
    $dark_border = "#000000";
    $light_border = "#D0D0D0";
    $success_border = "#AACCAA";
    $error_border = "#CCAAAA";
    
    // text colours
    $link_textcolour = "#003399";
    $standard_textcolour = "#000000";
    $alternate_textcolour = "#CCCCFF";
    $light_textcolour = "#F0F0F0";
    $white_textcolour = "#FFFFFF";

?>


<title>bCMT by Mecharius Projects</title>

<style type="text/css">

.rating_attribute_name {
    width: 150px;
    font-weight: bold;
    font-size: 75%;  
    float: left;
}

.boxscore_list {
border: 1px solid <?= $light_border ?>;
margin-left: auto;
margin-right: auto;
width: 90%
}

.colour_bar {
width: 90%;
height: 80px;
color: #000000;
background-color: #000000;
font-weight: bold;
margin: auto;
background-image: url('<?= base_url()?>system/application/images/orange_gradient.jpg');
}

</style>


I've removed some of the CSS because there is a fair bit of it. Thanks...


Messages In This Thread
Blank page and endless loop when uploaded to web server (solved) - by El Forum - 12-08-2007, 04:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB