Jump to content

Damn logo


Demon_Rooster

Recommended Posts

Hi everyoneIm new to the forums in general, so if anyone ever sees some ethical breach in the posts, please let me know. Now, my issue might be simple, but it stoned me nonetheless. I can seem to force the company logo on my website to the very top of the screen, wher it should be. Here is the link to one of the pages of the website.www.brigantinemc.comall help is greatly appreciated.

Link to comment
Share on other sites

You have a strange HTML structure, 2 bodies and meta tags placed wrong. Here is how I would do it:

<html><head><title> Brigantine Marine Consulting </title><meta name="description" content="Brigantine Marine Consultancy - professional marine consulting, Russian translation, Marine Engineering and Naval Architecture"><meta name="keywords" content="Naval Architect, Marine, Translation, Interpretation, Brigantine Marine Consulting, Consultancy, English-Russian"><style type="text/css">body {    margin: 0px;    padding: 0px;    background-image: url(back2.jpg);    }img {    border: 0px;    }</style></head><body><table width="100%" align="center"><tr><td align="center"><img src="banner2.gif" width="900" height="150"></td></tr><tr><td align="center"><a href="index.html"><img src="button1.gif"></a><a href="aboutus.html"><img src="button2.gif"></a><a href="engineering.html"><img src="button3.gif"></a><a href="translation.html"><img src="button4.gif"></a><a href="contacts.html"><img src="button5.gif"></a><a href="links.html"><img src="button6.gif"></a></td></tr></table><p align="center"><img src="welcome.gif"></p></body></html>

Link to comment
Share on other sites

is there a way to get the logo up to the very top of the page and get the buttons closer to it aswell?

Add these parts in red to your code and it will do what you asked.<BODY style="margin-top:0px" background="Brigantine Marine Consulting_files/back2.jpg"><TABLE width="100%" align=center border="0" cellpadding="0" cellspacing="0"> :)
Link to comment
Share on other sites

I'm not sure if you still want the logo closer to the top, but on your:http://www.brigantinemc.com/translation.htmlpage, you're header shows up twice.

Um yeah - thanks to the *^^*(& webhost! Can u believe it - the file of that page is not even on the server! I dont know what it's showing - but it aint my work anymore. Sorry for the rant, but its been gettin on my nerves for quite a bit. Lets hope their customer support is good...
Link to comment
Share on other sites

Thanks a lot scot - u ryle :) ! The code works magical! BTW - it would be greate if u could send me a link with a tutorial containing this and related codes.

No probs :) tables: http://www.w3schools.com/html/html_tables.aspcss: http://www.w3schools.com/css/default.asp
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...