Problems to make a fastcounter from bcentral.com go left...

admin

Administrator
Staff member
I cant "align", dont know if its the right ford but i want to put this left... Can you help me?<br />
<br />
<!-- BEGIN FASTCOUNTER CODE --><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://member.bcentral.com/cgi-bin/fc/fastcounter-login?3322514" target="_top"><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"http://fastcounter.bcentral.com/fastcounter?3322514+6645035"></a><br />
<!-- END FASTCOUNTER CODE --><br />
<br><br />
<!-- BEGIN FASTCOUNTER LINK --><br />
<font face="arial" size="1"><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://fastcounter.bcentral.com/fc-join" target="_top">FastCounter by bCentral</a></font><br><br />
<!-- END FASTCOUNTER LINK --><!--content-->we would need to see the rest of the code to see how you are trying to position it.<br />
If it's in a table cell then add style="text-align:left;" to the cell<!--content-->It's not big but still under construction...<br />
<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE>Hejsvejs</TITLE><br />
<style type="text/css"><br />
<!--<br />
img{ border: 0; }<br />
--><br />
</style><br />
</HEAD><br />
<BODY bgcolor="#CDCDCA" topmargin="25" leftmargin="0"><br />
<center><br />
<table bgcolor="#c3c3c3" width=850 height=175 cellspacing=0 cellpadding=0><br />
<td align="center"><img src=http://www.htmlforums.com/archive/index.php/"images/header1.jpg"><br><img src="images/header2.jpg"><a href="http://www.steelpad.com/" title="Steelpad" border="0" alt="Steelpad"><img src="images/banner.gif"></a><img src="images/header3.jpg"></td><br />
<br><br />
</td><br />
</table><br />
<!-- BEGIN FASTCOUNTER CODE --><br />
<right><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://member.bcentral.com/cgi-bin/fc/fastcounter-login?3322514" target="_top"><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"http://fastcounter.bcentral.com/fastcounter?3322514+6645035"></a><br />
<!-- END FASTCOUNTER CODE --><br />
<br><br />
<!-- BEGIN FASTCOUNTER LINK --><br />
<font face="arial" size="1"><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://fastcounter.bcentral.com/fc-join" target="_top">FastCounter by bCentral</a></font><br><br />
<!-- END FASTCOUNTER LINK --><br />
</BODY><br />
</HTML><!--content-->ok, try it like this:<br />
<br />
<div style="float:left;"><br />
<!-- BEGIN FASTCOUNTER CODE --><br />
<right><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://member.bcentral.com/cgi-bin/fc/fastcounter-login?3322514" target="_top"><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"http://fastcounter.bcentral.com/fastcounter?3322514+6645035"></a><br />
<!-- END FASTCOUNTER CODE --><br />
<br><br />
<!-- BEGIN FASTCOUNTER LINK --><br />
<font face="arial" size="1"><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://fastcounter.bcentral.com/fc-join" target="_top">FastCounter by bCentral</a></font><br><br />
<!-- END FASTCOUNTER LINK --></div><!--content-->Thanks a lot... It works perfect :P<!--content-->Now I've got to ask, when i put it inside <table> <td style="margin:25px"> </td> </table> there is no margins... Does anyone know how to do? I want left and right margins without having to center it...:P<!--content-->i think you're after padding inside that cell, not margins<br />
<br />
<td style="padding:25px;"><br />
<br />
you can set each side individually or just one side if you like, eg:<br />
<br />
<td style="padding-left:5px;"><br />
<br />
and likewise for right, top & bottom :)<!--content-->thx it works<!--content-->From your code above....<br />
<br />
there is no such tag as <right><!--content-->I know it was just the first i tried before.. and i forgot to erase it, got the tip from the <center> tag<!--content-->
 
Back
Top