Jump to content

correct my codes pls.....


abdullahpb

Recommended Posts

i got this codes form unitconverter.com.....when i put this code together it does not work......the code is below...

<html><body><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:left;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Length Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=length"></script></div><!-- End of Unit Conversion Script --><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:right;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Weight Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=weight"></script></div><!-- End of Unit Conversion Script --><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:left;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Volume Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=volume"></script></div><!-- End of Unit Conversion Script --><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:right;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Area Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=area"></script></div><!-- End of Unit Conversion Script --></body></html>

 

but if put it separately it works like.......

 

<html><body><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:right;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Area Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=area"></script></div><!-- End of Unit Conversion Script --></body></html>

 

 

 

 

pls help me......fast huh.....

Link to comment
Share on other sites

Why would you want to add it more than one time to a page? Check with the script provider to see if you can create one that groups your 'volume', 'weight', 'length' and 'area' together thus you will just need one script to handle all four.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...