rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: rafiq81 on February 21, 2013, 03:34:37 AM

Title: To change banner/image in the template
Post by: rafiq81 on February 21, 2013, 03:34:37 AM
Please help me on how to edit the template.To change the image banner to my own image. and title.Thank you.
Title: Re: To change banner/image in the template
Post by: rejetto on February 26, 2013, 09:02:35 PM
it's better if you ask your friends for someone who knows html
Title: Re: To change banner/image in the template
Post by: BetaGuru on March 17, 2013, 07:30:35 PM
I use the RAWR-Template v0.1.3 using the 'Black' flavor, and to make the change in question open rawr_black_main.css in your favorite text editor and find the following: (note already shows what I changed filename too) ;-)

#header {
   color:#f0f0f0;
   border:1px solid #ff00ff;
   height:120px;
   background:url('../images/my_header-bg.jpg') center no-repeat #000000;
   margin-bottom:10px;
}

to put the eye in the corner I redid this bit of code:

#header div {
   background:url('../images/padlock2a.gif') no-repeat;
   height:120px;
}
Title: Re: To change banner/image in the template
Post by: sendbad112 on May 31, 2013, 10:56:26 AM
 :o ;D ;D ;D
i like to Template for you BetaGuru
can you send RAWR-Template v0.1.3 using for you
[/size][/color][/b]


Title: Re: To change banner/image in the template
Post by: DSGJ on September 05, 2014, 10:31:43 AM
I use the RAWR-Template v0.1.3 using the 'Black' flavor, and to make the change in question open rawr_black_main.css in your favorite text editor and find the following: (note already shows what I changed filename too) ;-)

#header {
   color:#f0f0f0;
   border:1px solid #ff00ff;
   height:120px;
   background:url('../images/my_header-bg.jpg') center no-repeat #000000;
   margin-bottom:10px;
}

to put the eye in the corner I redid this bit of code:

#header div {
   background:url('../images/padlock2a.gif') no-repeat;
   height:120px;
}

Nice Modified RAWR Designs Template Looks Awesome!  :)