Hi,
i have added the rss image near each forum's title , and to align the images on the right, before to put the code in the forumhome_forumbit_level1_post , i have edited the <td> tag, after the line:
in <td width="100%">.
This edit work correctly on Firefox , IE and Opera, but in Chrome wont work....Chrome don't align the rss image on the right.
Reading on the Chrome's help, i have seen that the td width is depecrable, for this they suggest to add a css.....
The problem is that i don't have idea of the CSS that i could add.
Anybody can help me?
The whole code that i have addedd for the RSS feed is, in
forumhome_forumbit_level2_post after
i have added:
and in forumhome_forumbit_level1_post after
i have added:
How do i replace that <td width="100%"> with a correct working css?
i have added the rss image near each forum's title , and to align the images on the right, before to put the code in the forumhome_forumbit_level1_post , i have edited the <td> tag, after the line:
Code:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
This edit work correctly on Firefox , IE and Opera, but in Chrome wont work....Chrome don't align the rss image on the right.
Reading on the Chrome's help, i have seen that the td width is depecrable, for this they suggest to add a css.....
The problem is that i don't have idea of the CSS that i could add.
Anybody can help me?
The whole code that i have addedd for the RSS feed is, in
forumhome_forumbit_level2_post after
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
Code:
<div style="float:right"> <a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss_rss.gif" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a> </div>
Code:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td width="100%">
Code:
<div style="float:right"> <a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss_rss.gif" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a> </div>

Comment