View Full Version : changing header
ivicalapad
10-31-2008, 10:13 AM
My header has 4 parts so i need to make picture and cut it on 4 party but thats big work.Is vbulletin have some plugin or some trick to change header in easy way because cut picture in 4 parts,different dimensions....big work.
Lynne
10-31-2008, 02:20 PM
Does your header need to be in four parts? Can you just have one part and put colspan="4" in the td tag?
ivicalapad
10-31-2008, 03:02 PM
Does your header need to be in four parts? Can you just have one part and put colspan="4" in the td tag?
My header dont need to be in 4 party because its 1 picture,but i think i must cut it in 4 parts because templates header is picture who has 4 parts.
templates header:
<td align="left" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td>
<td width="170" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_mid.jpg" width="170" height="159" alt="" /></td>
<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_rs.jpg" width="287" height="159" alt="" /></td>
<td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg)"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td>
I dont know how to edit this and put my own header.
Lynne
10-31-2008, 03:37 PM
Is that table closed right after that last line? Why not get rid of the table and just put the image in the top td tag? That isn't the whole header template, so I'm not sure what to suggest.
ivicalapad
10-31-2008, 05:43 PM
Hmm.... but will have problems with height and width if i remove all that code and put path to my image.Is there any plugin to easy change header or some tutorial because i google it but i cant find anything
Lynne
10-31-2008, 06:53 PM
You can set a height for the td tag. Like I said, it's hard to suggest anything since I don't see the whole header nor do I have a link to the site to see your header in action. Usually to change the header image, you just need to change the path in StyleVars, but you are using a modified header that isn't using that variable. The best person to ask for help with this is the person who made your style.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.