adding image (logo) under welcome section

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Danbc
    Senior Member
    • Oct 2001
    • 101

    adding image (logo) under welcome section

    Hey guys (and girls)

    I wanna add a image in the blue area in ther enclosed attachment, but the trick is, that I´ve added that section as a 3rd navbar. Currently the 3rd navbar is blank, but have no idea what to write in it to get a centered image shown from that template?
    Attached Files
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar

    Add the red code. Change the blue code appropriately:

    Code:
    		</if>
    	</tr>
    	</table>
    </div>
    <!-- / nav buttons bar -->
    
    [color=red]<br />
    <div align="center">
    	[color=blue]YOUR CODE HERE[/color]
    </div>[/color]
    
    <br />
    <if condition="$show['forumdesc']">
    	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    	<tr>

    Comment

    • Danbc
      Senior Member
      • Oct 2001
      • 101

      #3
      Thanks for the quick answer Jake

      Dumb question though (I´m puraly a copy/paste webgeek ) .. If I wanna add a picture, what should I write in the "YOUR CODE HERE" bit? I allready tried earlier just writing the adress to the pic, but that doesn´t work

      Comment

      • Lats
        Senior Member
        • Mar 2002
        • 3671

        #4
        A bit of html perhaps...
        HTML Code:
        <img src='/images/mypic.jpg border='0' alt='' />
        Lats...

        Comment

        • Danbc
          Senior Member
          • Oct 2001
          • 101

          #5
          <br />
          <div align="center">
          <img src="$stylevar[imgdir_misc]/guildpic1.gif" align="center"/td>
          </div>
          Ended up stealing the above from bits here and there, but tnx Lats

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...