HTML - Allignment
My Site
Please check out the site above, which I am currently working on. The problem I am having is the left hand menu looks alright on the first page but shrinks if you go on the driving school page Cant work out why? Please Help Similar Tutorialsmy website alligns left when i view it in a widescreen monitor.....i want allign it in the center when viewed in widescreen......please help Hi guys I have a couple pages but im currently working on one html file with an external css file. I have a <h3>January</h3> in my html, with the css being Code: h3 { background-color:#ccaa66; color:#000000; font-family: Veranda, Arial, sans-serif; padding-left:10px; } underneath the <h3> heading in my html file i then have Code: <div id="content"> <p> Melanie Morris entertains<br/> with her melodic folk style,<br/> Check out the podcast! <br/>CDs are now available</p> </div> with the css being Code: #content { position: relative; left:150px; font-family:Arial,sans-serif; } Now the problem i have is i want to insert a image next to the paragraph, if i insert the image into the html within the paragraph code which is within the div=content it overlaps the footer down below and it just doesnt sit right I need to align an image so it is in the dead center of my frame. This is because when the window is resized, the menu and header change size and go out of wack. I tried putting the image in a table, but i cant get anything to work. We arent allowed to use any CSS for the assignment, only pure HTML. The following is my code for my header: <html> <body background="images/backgrounds/header.png"> <table border="0" align="center" valign="center"> <tr> <td><img src="images/banner2.png"></td> </tr> </table> </body> </html> Thanks in advance... Hello, I am currently creating several webpages for a school project. I would like to place four images at the corner of the browser window. How could I allow the four images to be in the absolute corners (without interfering with anything else on the page)? Thank you, JRosselet Similar problem to fender967, my website: http://www.freewebs.com/microbitztest/ looks fine in IE but not in firefox??? Whats that all about? |