How to make the signature in a post bottom-aligned for the style phpVB2 with this code: <tr> <td width="186" valign="top" class="{postrow.ROW_CLASS}" nowrap> <span class="largetext"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span...
i finally did it!!! :D:D:D:D:D and if there are more people willing to know how to use multiple stylesheets: <link rel="stylesheet" href="{T_HEAD_STYLESHEET}" type="text/css"> i just had to change the entire link to {T_HEAD_STYLESHEET} instead of only the things behind ...
hmmm you don't seem to get it, what i want is multiple styles based on one template! so i want to link the overall_header to multiple .css files. when i just fill in phpVB2.css there, i can't link it to my Dookie_Dreams.css file! i just need the variable!
hmmm... there must be some variable for the stylesheet?? i've tried {HEAD_STYLESHEET}, {T_HEAD_STYLESHEET}, {L_HEAD_STYLESHEET}, {S_HEAD_STYLESHEET}, but none of them worked :'(
i finally noticed that the name of the .css file is already stated in the overall_header.tpl so it doesn't matter to which .css i redirect the theme_info.cfg file... it will always use phpVB2.css :( but i saw in the overall_header.tpl of subSilver that there's a variable in the style's name, i want ...
I've tried to add new styles to the phpVB2 template, so I made a new css file and uploaded it. then I created a new style with the template phpVB2 and the stylesheet: DookieDreams.css after that I had to export the theme_info, so I downloaded the file in the "export" panel and saved it as ...
i got this error, what does it mean: Warning: mysql_connect() [function.mysql-connect]: Too many connections in /usr/local/psa/home/vhosts/retroworld.nl/httpdocs/forum/db/mysql4.php on line 48 Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /usr/local/psa/home/vhosts/...
i want the logo on the site http://www.retroworld.nl/forum to be on top and not with some space above it... but i just can't fix it... this is the current code at that place in the overall_header.tpl: <BODY bgcolor="#E5E5E5" marginwidth="0" marginheight="0" topmargin=&q...