vForums Support > Programming & Coding :: Code Requests & Support :: > Space between New topic etc

Space between New topic etc - Posted By Alex Bailey (system) on 18th Aug 08 at 11:09am
Could i have a code to space them out please {Smile}

Re: Space between New topic etc - Posted By Alex Bailey (system) on 19th Aug 08 at 11:45pm
Bump

Re: Space between New topic etc - Posted By Alex Bailey (system) on 22nd Aug 08 at 12:29pm
bump

Re: Space between New topic etc - Posted By Ross (admin) on 22nd Aug 08 at 12:37pm
Code: CSS
 
  1. <style type="text/css">
  2. <!--
  3. .title1 img {
  4.     margin-left: 5px;
  5. }
  6. //-->
  7. </style>
 


Global Header {Smile}

Re: Space between New topic etc - Posted By Alex Bailey (system) on 22nd Aug 08 at 12:48pm
Hmm, didn't work for some reason {Unsure}

Re: Space between New topic etc - Posted By Michael (wrighty) on 22nd Aug 08 at 3:39pm
 
Code: CSS
 
  1. <style type="text/css">
  2. <!--
  3. .title1 a {
  4.     margin-left: 5px;
  5. }
  6. //-->
  7. </style>
 


Global Header {Smile}


{Smile}

Re: Space between New topic etc - Posted By Alex Bailey (system) on 22nd Aug 08 at 5:09pm
thanks wrighty but i think ross fixed this