0
Welcome Guest! Login
0 items Join Now

quick question reguarding template

  • quick question reguarding template

    Posted 16 years 2 weeks ago
    • hi, i recently signed up to your template club and im currently working on your dimensions template.

      i have been editing the template for a while and im almost finished apart from one thing..

      (look at attached file)

      Basically.. I want to add a small gradient either side of the template (check 2nd attachment) exactly the same as you are doing on this website. I have no idea how to do this even though i expect it may be quite simple, help please :D
  • Re: quick question reguarding template

    Posted 16 years 2 weeks ago
  • Re: quick question reguarding template

    Posted 16 years 2 weeks ago
    • it says

      'The topic or board you are looking for appears to be either missing or off limits to you.'

      Im working on the site locally but i will be uploading it asap so i can link you

      cheers
  • Re: quick question reguarding template

    Posted 16 years 2 weeks ago
  • Re: quick question reguarding template

    Posted 16 years 2 weeks ago
    • Ok, let me start with this - This is the concept behind adding the shadows:

      You will need to add these to one of the css files make sure that the paths will point to the right directory
      #mainbody-outer1 {
           background: url(../images/light/main-l.png) repeat-y;
      }
       
      #mainbody-outer2 {
           background: url(../images/light/main-r.png) repeat-y scroll 100% 0;
      }
       
      #bottom-outer1 {
           background: url(../images/light/main-l.png) repeat-y;
      }
       
      #bottom-outer2 {
           background: url(../images/light/main-r.png) repeat-y scroll 100% 0;
      }

      Now we have to open the index.php file and add this:
                     <div id="mainbody">
                          <div id="mainbody-outer1">
                               <div id="mainbody-outer2">

      Then find the end </div> for the mainbody and add two more </div>

      Ok, this is for the Hivemind template, now once I get home I will use firebug on yours to see the exact code. But for now at least add the css stuff for me so I can test
    • Jessica Kennedy
  • Re: quick question reguarding template

    Posted 16 years 2 weeks ago
    • I almost forgot: Download these images
    • Jessica Kennedy
  • Re: quick question reguarding template

    Posted 16 years 2 weeks ago
    • sorry for the late reply, ive been away for a couple of days, im off to work in a minute but i will be trying this in the next couple of days, thankyou for your time, ill post soon with the outcome

Time to create page: 0.043 seconds