Jump to content

Dorky

Members
  • Posts

    287
  • Joined

  • Last visited

    Never

Posts posted by Dorky

  1. it would be just a lot easier to create a new script then use the one at hand. it looks a bit overkill and underkill at the same time. lots of code but i still see its not very secure. i dont think anyone here is going to help you create a security risk.

  2. body {
    background-color: #FFF;
    }
    
    #header {
    background: #000;
    height:55px;
    width:100%;
    }
    
    #leftcol {
    display: inline; float: left;
    width: 15%;
    height: 100%;
    background:url(images/left_col.jpg) repeat;
    
    }
    
    
    #rightcol { display: inline; float: left;
    width: 15%;
    height: 100%;
    background:url(images/right_col.jpg) repeat;
    
    
    
    }
    
    #midcol {
            display: inline; float: left;
    background: #232323;
    width: 70%;
    height: 100%;
    
    }

    just edited what you had in firebug. works great!

     

    [attachment deleted by admin]

  3. you will asign each part that is to be changed a variable weather it be javascript or my fav, php. then you will need to set defaults for those values.

     

    you will need to use a db of some sort weather it be flat file or sql. i like flat files but they can be tricky.

     

    you will need either by link/$_GET or by form/$_GET/$_POST to record each users prefs in the db with their identifier

     

    at the start of the sites script you will have to check either by log in session or ip weather or not that user has prefs then set those variables first mentioned to those prefs or use the defaults if they are not.

  4. have you ever heard someone say "its not what you said but how you said it." the web can be like being in a car. people tend to act in ways they wouldnt in person or face to face. and continuing to critique my personality based on my ability to agree with everything everyone says is a tad sociopathic.

×
×
  • 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.