vForums Support > Programming & Coding :: Code Requests & Support :: > Banner Left Align

Banner Left Align - Posted By RuhRoe (mezorro) on 25th Oct 08 at 5:44pm
http://resource.vforums.co.uk/

I am using the full streched banner code. I want the Accual banner to be on the left so the banner background can be somewhere else.

Re: Banner Left Align - Posted By VeaZna (veazna) on 25th Oct 08 at 5:51pm
try this code

Re: Banner Left Align - Posted By RuhRoe (mezorro) on 25th Oct 08 at 6:07pm
Doesn't work. I'm using this code
Code:
 
  1. <style type="text/css">
  2. <!--
  3. #welcome_table {
  4.     margin-top: -15px;
  5.     width: 100%;
  6. }
  7. #welcome_table .welcome{
  8.     background: url(http://img222.imageshack.us/img222/7538/bannerbackgroundkv4.png);
  9. }
  10. -->
  11. </style>
  12.  
 

Re: Banner Left Align - Posted By VeaZna (veazna) on 25th Oct 08 at 6:21pm
u don't need the second part of the code, there's already something like that in the Modify Skin option

Re: Banner Left Align - Posted By RuhRoe (mezorro) on 25th Oct 08 at 6:49pm
Ok I got rid of the code and done the one on the modify skin. The code still won't work. {Tongue Out}

Re: Banner Left Align - Posted By Nick (nickb) on 27th Oct 08 at 12:58am
Could this possibly work?

<style type="text/css">
<!--
.welcome{
text-align: left;
}
//-->
</style>

preview:
http://dmtesting.vforums.co.uk

Re: Banner Left Align - Posted By RuhRoe (mezorro) on 27th Oct 08 at 8:09pm
Thanks dm {Grin}

Re: Banner Left Align - Posted By Nick (nickb) on 27th Oct 08 at 9:12pm
Your welcome! Glad I could help {Smile}