Seite 1 von 1

Code Abschnitt nach Rechts verschieben?!

Verfasst: 13.04.2011 11:42
von Latza
Hallo

Ich hab jetzt bestimmt schon 2 Stunden insgesamt herum probiert ... , aber bekomm es einfach nicht hin.
Das is der komplette Code :

Code: Alles auswählen

		<td class="cat" align="left" nowrap="nowrap">
		<!-- IF (TOPIC_STATISTICS_BOOKMARK and .topic_bookmark) or (TOPIC_STATISTICS_FOLLOWERS and .topic_followers) -->
			<script type="text/javascript" src="{T_TEMPLATE_PATH}/dddropdownpanel.js"></script>
			<script type="text/javascript">
			// <![CDATA[
			<!-- IF TOPIC_STATISTICS_FOLLOWERS and .topic_followers -->
			function jsfollowers_init()
			{
				if (typeof jsfollowers !== 'undefined'){ jsfollowers.togglepanelplus(); }
			}
			var jsfollowers = new ddpanel({
				ids: ["divfollowers", "divfollowerscontent", "afollowers"],
				stateconfig: {initial: "0px", persiststate: false},
				animate: {enabled: true, steps: 5},
				pointerimage: {enabled: false},
				closepanelonclick: {enabled: false}
			});
			<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_BOOKMARK and .topic_bookmark -->
			function jsbbookmark_init()
			{
				if (typeof jsbbookmark !== 'undefined'){ jsbbookmark.togglepanelplus(); }
			}
			var jsbbookmark = new ddpanel({
				ids: ["divbbookmark", "divbbookmarkcontent", "abbookmark"],
				stateconfig: {initial: "0px", persiststate: false},
				animate: {enabled: true, steps: 5},
				pointerimage: {enabled: false},
				closepanelonclick: {enabled: false}
			});
			<!-- ENDIF -->
			// ]]>
			</script>
			<!-- ENDIF -->
			<!-- IF SHOW_HOSTERBOX -->	
			<!-- BEGIN postrow -->
			<!-- Mod_Share_On by JesusADS -->
			<!-- IF postrow.S_SHARE_ON_FIRST_POST and postrow.S_SO_STATUS -->
			<!-- IF postrow.S_SO_FACEBOOK -->	<a href="{postrow.U_FACEBOOK}" style="margin-left: 0px;" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_facebook.png" alt="{L_SHARE_ON_FACEBOOK}" title="{L_SHARE_ON_FACEBOOK}"/></a><!-- ENDIF -->
			<!-- IF postrow.S_SO_TWITTER -->	<a href="{postrow.U_TWITTER}" style="margin-left: 0px;" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_twitter.png" alt="{L_SHARE_ON_TWITTER}" title="{L_SHARE_ON_TWITTER}"/></a><!-- ENDIF -->
			<!-- IF postrow.S_SO_ORKUT -->		<a href="javascript:(function(){var d=document,l=d.location,e=encodeURIComponent,u='http://promote.orkut.com/preview?src=bkmrklt&v=1&nt=orkut.com&du='+e(l.href)+'&tt='+e(d.title),s='&rdrinl=1';if(!window.open(u,'','height=575,width=700,directories=0,location=1,menubar=0,resizable=0,scrollbars=1,status=1,toolbar=0'))l.href=u+s;})();"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_orkut.gif" alt="{L_SHARE_ON_ORKUT}" title="{L_SHARE_ON_ORKUT}"/></a><!-- ENDIF -->								
			<!-- IF postrow.S_SO_DIGG -->		<a href="{postrow.U_DIGG}" style="margin-left: 0px;" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_digg.gif" alt="{L_SHARE_ON_DIGG}" title="{L_SHARE_ON_DIGG}"/></a><!-- ENDIF -->
			<!-- IF postrow.S_SO_MYSPACE -->	<a href="{postrow.U_MYSPACE}" style="margin-left: 0px;" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_myspace.png" alt="{L_SHARE_ON_MYSPACE}" title="{L_SHARE_ON_MYSPACE}"/></a><!-- ENDIF -->
			<!-- IF postrow.S_SO_DELICIOUS -->	<a href="{postrow.U_DELICIOUS}" style="margin-left: 0px;" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_delicious.gif" alt="{L_SHARE_ON_DELICIOUS}" title="{L_SHARE_ON_DELICIOUS}"/></a><!-- ENDIF -->
			<!-- IF postrow.S_SO_TECHNORATI -->	<a href="{postrow.U_TECHNORATI}" style="margin-left: 0px;" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_technorati.png" alt="{L_SHARE_ON_TECHNORATI}" title="{L_SHARE_ON_TECHNORATI}"/></a><!-- ENDIF -->
			<!-- ENDIF -->
			<!-- Mod_Share_On -->
			<a href="http://twitter.com/share" class="twitter-share-button" data-text="{TOPIC_TITLE}" data-count="none" data-lang="de">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
			<iframe src="http://www.facebook.com/plugins/like.php?href={U_FB}&layout=button_count&show_faces=false&width=110&action=like&font&colorscheme=light&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:20px;" allowTransparency="true"></iframe>
			<!-- END postrow -->
			<!-- ENDIF -->
			<!-- IF EVALUATION_IMG -->{L_EVALUATE_TOPIC}:&nbsp;{EVALUATION_IMG}&nbsp;<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_VISITS -->
				<img src="{T_THEME_PATH}/images/visits.png" alt="{L_VISITS}" width="12" height="13" />&nbsp;{L_VIEWS}: <b>{TOPIC_STATISTICS_VISITS_NUM}</b>&nbsp;
			<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_BOOKMARK -->
				<img src="{T_THEME_PATH}/images/bookmark.png" alt="{L_BOOKMARKS}" width="12" height="13" />&nbsp;<!-- IF .topic_bookmark --><a id="abbookmark" class="ico-bookmark" href="javascript:jsbbookmark_init();" title="{L_SH_STATISTICS}"><!-- ENDIF -->{L_BOOKMARKS}: <b>{TOPIC_STATISTICS_BOOKMARK_NUM}</b><!-- IF .topic_bookmark --></a><!-- ENDIF -->&nbsp;
			<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_FOLLOWERS -->
				<img src="{T_THEME_PATH}/images/followers.png" alt="{L_FOLLOWERS}" width="12" height="13" />&nbsp;<!-- IF .topic_followers --><a id="afollowers" class="ico-followers" href="javascript:jsfollowers_init();" title="{L_SH_STATISTICS}"><!-- ENDIF -->{L_FOLLOWERS}: <b>{TOPIC_STATISTICS_FOLLOWERS_NUM}</b><!-- IF .topic_followers --></a><!-- ENDIF -->&nbsp;
			<!-- ENDIF -->
			</td>
			</tr>
Und ich will den Teil :

Code: Alles auswählen

			<!-- IF EVALUATION_IMG -->{L_EVALUATE_TOPIC}:&nbsp;{EVALUATION_IMG}&nbsp;<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_VISITS -->
				<img src="{T_THEME_PATH}/images/visits.png" alt="{L_VISITS}" width="12" height="13" />&nbsp;{L_VIEWS}: <b>{TOPIC_STATISTICS_VISITS_NUM}</b>&nbsp;
			<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_BOOKMARK -->
				<img src="{T_THEME_PATH}/images/bookmark.png" alt="{L_BOOKMARKS}" width="12" height="13" />&nbsp;<!-- IF .topic_bookmark --><a id="abbookmark" class="ico-bookmark" href="javascript:jsbbookmark_init();" title="{L_SH_STATISTICS}"><!-- ENDIF -->{L_BOOKMARKS}: <b>{TOPIC_STATISTICS_BOOKMARK_NUM}</b><!-- IF .topic_bookmark --></a><!-- ENDIF -->&nbsp;
			<!-- ENDIF -->
			<!-- IF TOPIC_STATISTICS_FOLLOWERS -->
				<img src="{T_THEME_PATH}/images/followers.png" alt="{L_FOLLOWERS}" width="12" height="13" />&nbsp;<!-- IF .topic_followers --><a id="afollowers" class="ico-followers" href="javascript:jsfollowers_init();" title="{L_SH_STATISTICS}"><!-- ENDIF -->{L_FOLLOWERS}: <b>{TOPIC_STATISTICS_FOLLOWERS_NUM}</b><!-- IF .topic_followers --></a><!-- ENDIF -->&nbsp;
			<!-- ENDIF -->
nicht Links haben sondern rechts.
Ich hab es schon versucht mit :
<a align="{S_CONTENT_FLOW_END}"
oder
<div align="{S_CONTENT_FLOW_END}"
oder
<a style="margin-right:50px">

... alles hat nichts gebracht.