Jump to content

Few Questions


Ben

Recommended Posts

I don't know how to answer either question. For the logo part, i just dont see any reason it should be so low. For the second part, i don't understand. You wouldn't use CSS, you'd use html. Could you explain a bit more?

Link to comment
Share on other sites

well, lets just say you are confusing the heck out of the browser that has to read that code.:)

  • you don't need multiple sets of <html>, <head>, <body>, and <img> tags.
  • you only use one set of <html>, <head>, and <body> tags per page.
  • the <img> tag could use a width and height to get the effect your trying.
  • you topmargin is set to 100 - changing that will move your other code up - oh and thats in the first <body> tag

That should help. Let us know when you make some of the corrections.Check this out:http://www.w3schools.com/html/html_intro.aspGood Luck.:)

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