Jump to content

Alignment issue


soyeb

Recommended Posts

Hi all,

 

I have a calculator in HTML and JavaScript, also I have a unit converter .

 

Both have lengthy code but all I want to do is have the calculator on the right and the converter on the left.

 

What would be the best way to do this?

 

I was thinking if there is a visual layout tool which will allow me to move the objects or if someone can be kind enough to look at the code for me.

 

Thank you

final calculator.txt

final converter.txt

Link to comment
Share on other sites

It's best to just paste code here instead of having people download text files.

Look up a basic 2-column layout, that will give you left and right sections.  That converter code looks like you just saved an entire page, you only need about 10% of that code for the actual converter, if that.

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...