Forumlar / Cotonti / Skins / Tabber: Get image in "tabbertab"

DemptD
#1 2009-06-18 21:31
Im using this tabber in users.details.tpl.

But i cant get a small image to show up in "tabbertab":

<div class="tabber">
     <div class="tabbertab"> <img src="http://www.vot3.in/datas/users/1/car_1.png"> <h2>My Ride</h2>
  <p>
  <table class="cells">

The image should show up right? But it doesnt, why?
GHengeveld
#2 2009-07-30 20:29
Why use a plugin like that if you can just use a tiny bit of jQuery and CSS to get the job done? As for the image, it must be something the tabber plugin does to build the tabs. My guess is it only shows the h2 element. Try placing the image inside the h2 tag.