View Single Post
  #2  
Old 2nd March 2010, 08:05
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by lovebeer View Post
Hi, I started to edit my ballon tooltip but I'm lost.

This is what I've done:
And I want it to be aligned like here:
Here is my code for the ballon tooltip:

Please help me, I can't align it like there.
that code is way off on being HTML compliant!
you opened with table and closed with DIV you also forgot to add the tr
Im not realy sure how TBDev generates a date like today yesterday ........

or how you want or how it is generated for Ratings
so I cant help you there

If you could post that should be like $rating and $added or something like that

I could probly help you better but All I can do now is fix what you posted

But any way HTML wize this would be closer
HTML Code:
<table  border="1" class="embedded" cellspacing="0"><tr><td>lable</td></tr><tr><td border="1" class="embedded" align=center width="300" height="220"><table width="100%"><tr><td border="1" class="embedded" align=center width="150" height="220"><img src=poster.jpg width=150 height=220></td><td border="1" class="embedded" align=center width="150" height="220"><table><tr><td ALIGN=left><b>Added:</b></td><td ALIGN=right>11.11.2010</td></tr><tr><td><b>Files:</b></td><td ALIGN=right>111</td></tr><tr><td ALIGN=left><b>Comments:</b></td><td ALIGN=right>25</td></tr></table></td></tr></table></td></tr></table>
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote