Please help me in creating header

thetillian

New Member
Hi, sir i had made some colour changes to the default vbulletin theme and i wanna modify some things, can anyone please help me with that things, here is my theme image

doozts.jpg

I wanna move the nav bar.
And wanna create a hear some thing like the below pic

b80653.jpg

i can create the header in photoshop, please tell me how to fix it, i know xhtml

Thanks in advance
 
AdminCP > Styles and Templates > Expand [Your Style] > Navbar

find
Code:
<!-- nav buttons bar -->

mark it and then find
Code:
<!-- / nav buttons bar -->

select all in between the above codes and remove them
 
use photoshop to design the header, its mainly gfx work and also depends on how you want the style to look like

i preffer the 2 images header where there is an image to the right, image to the left and in between a gradient as a background

designing headers is a headache to explain especially when u woke up a while ago and didnt have ur coffee lol

but the main thing what u need to edit in the style is this:

go to AdminCP > styles and templates > expand your style > header

theres the header template
play with the codes in the area between those 2 codes

Code:
<!-- logo -->

and

Code:
<!-- /logo -->


hope i helped
 
thetillian said:
thanks bro one question solved, how can i create header like the 2nd pic can u guid me witht that too

Create a header in photoshop (get the skins width from the templates CSS under Style Manager in admincp) after your done making the header in photoshop then slice it and export it photoshop will code the images for you all you do is upload the images to ur host and copy the HTML coding into the "header" template of the style above NAVBAR or right at the top hope that helps
 
Back
Top