View Single Post
  #40  
Old 4th August 2009, 21:23
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
need little help on css
Code:
#leftcolumn {
width : 174px;
float : left;
margin-left : 7px;
padding-right : 0;
background-color : #f2f2f2;
}
#rightcolumn {
width : 920px;
float : left;
padding-left : 0;
padding-right : 0;
background-color : #f2f2f2;
}

OK FiXED new code
Code:
#leftcolumn {
width : 174px;
float : left;
margin-left : 7px;
padding-right : 0;
background-color : #f2f2f2;
}
#rightcolumn {
width : 920px;
float : left;
padding : 0em;
margin-left : 0.7em;
margin-right : 0em;
margin-bottom : 0em;
background-color : #f2f2f2;
}

by the way bug on seting torrent password if u edit torrent later
Code:
Error Executing SQL Query UPDATE torrent_torrents SET name = 'pegasus tirquize', exeem = '', descr = ' there may be missing part of code like usercp mod if u need it contact me wolfman creator of this theme', category = '6', ownertype = '0', owner = '1', password = tirquize, banned = 'no', nuked = 'no', ratiobuild = 'no', nukereason='' WHERE id = '1';
Error ID: 1054
Error Message: Unknown column 'tirquize' in 'field list'
one more bug when i edit someones profile seting more upload it makes number like this 137986690.0 < makes upload not count so error

Last edited by wMan; 5th August 2009 at 03:49.
Reply With Quote