Hello, Im new in this HTML business and need a little help for my homework =) So I must create this portfolio site for myself...I created a background at photoshop and placed it there (jpg, 1152x650, 221KB) I also designed a few buttons and linked them through my other two pages.Everything went fine on my laptop Firefox untill I tried having a peek with IE/Safari/Chrome.My background was gone, buttons were there but the real background image was nowhere to be seen. Panicking, I rushed to a nearby PC and shocked to see that NOT EVEN FIREFOX (and the rest) managed to open my background image.So Im pretty much screwed since we will be presenting it on a common class PC. Here is my codings, please for the love of god some experts take a look at it and help me fixing my mistake Thank you so much! ^^
surely the body tag should be <body background="background.jpg">? I see you are referencing divs for the buttons but have no styles for them?
<body style="background: url(your_directory_with_images/main.jpg) no-repeat top;"> Code (markup): Why are you don't want to use css?
Another word here (besides what was written up top) you're not closing your tags. All DIVs need an start and end tag. You have at least two DIVs with only a start tag.