July 24, 201115 yr Hello I'm in the process of designing a relatively basic website in Dreamweaver. Here's the draft home page to start with: http://homegrown.org.uk/drafthome.html As you can see, it looks OK (I think!) in IE and Chrome, but the table is shifted to the right in Firefox. I've fiddled about for hours, but cannot see what I have done wrong. Can anyone help...? Thanks!
July 24, 201115 yr You need to clear the float after your menu, you can do it directly in the table. <table style="clear:both"> http://www.quirksmode.org/css/clearing.html
July 25, 201115 yr Wow, that code is bad! Line 290, your missing an opening table tag. Also, you shouldn't be using tables for layout - what version of Dreamweaver are you using? There's a <br /> tag in the <head> content - in fact, there's all sorts of errors in your code. At this stage, depending on how much you want to learn or how quickly you need to get your site complete, it may be worth buying a template from one of the many xhtml template sites to get you up and running quickly. You'll also want to ensure you have a relatively recent copy of Dreamweaver - from the source code, it looks like it's an *old* version of the software. Check out the resources in this forum, or get yourself a good book - the code in your site is, heck, 10 years out of date? EDIT: Here's a template that may fit the bill: http://themeforest.net/item/fresh-green-business-template/27670 Edited July 25, 201115 yr by bb_matt
Create an account or sign in to comment