View Single Post
  #15  
Old 27th March 2010, 15:52
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
well i see there is no class for the description.

Code:
<td>
                '.format_comment($torrent['descr']).'
            </td>
so maybe make one for it but this would have to apply to every theme used for example.

in details.php

Code:
<td class=desc>
                '.format_comment($torrent['descr']).'
            </td>
then in the css of every theme matching for the right color to go with it.

Code:
td.desc {
    color: #000000;
    and whatever else in here
}
working fine this end...


Quote:
Originally Posted by Verix View Post
Hi,
Have you managed to solve the problem with editing posts on forum?

Please wait.. And nothing happens.
Attached Thumbnails
Capture.GIF  
Reply With Quote