vForums Support > vForums :: Support :: > Head/Base images

Head/Base images - Posted By Amor (amor) on 10th Jan 08 at 8:46am
Is there any more to be able to use just one image link rather then having to split the image up into three sections?


and while i'm thinking about....

centering the menu buttons as well?

Re: Head/Base images - Posted By Ross (admin) on 10th Jan 08 at 9:25am
If you just enter your image URL into the box for the left image and then use http://virtualforums.co.uk/images/blank.gif as the image URL for the middle one then it should appear as expected {Smile}


Edit: Edited to stop the 1px gap Dre mentioned.

Re: Head/Base images - Posted By Dreg[Bot] (dregondrahl) on 10th Jan 08 at 10:24am
Except for the one pixel gap on the side {Lips Sealed}

I guess you could use CSS to set it to display:none;

Re: Head/Base images - Posted By Amor (amor) on 10th Jan 08 at 5:47pm
Mmmk....

Just as a note, it works.

though, it won't add a base image to the news or a head image to the first category.


and i think it should be an option whether or not to add it to the welcome table/banner

Re: Head/Base images - Posted By Ross (admin) on 10th Jan 08 at 7:25pm
 
Mmmk....

Just as a note, it works.

though, it won't add a base image to the news or a head image to the first category.


and i think it should be an option whether or not to add it to the welcome table/banner



Code:
 
  1. <style type="text/css">
  2. <!--
  3. div.welcometable div.welcometable {
  4. display: none;
  5. }
  6. //-->
  7. </style>
 


Adding that to the global header will remove them from around the welcome table. As for the other issue, that looks like a bug caused when you've chosen to not seperate the categories. I'll get that fixed ASAP {Smile}