This is a discussion on "Help" within the Starting Out section. This forum, and the thread "Help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi, I'm pretty new to web design.
I've just designed a website for my boyfriends building firm, I ran it through the validating thing and used the tidy thing (sorry not technical!) but now the text size has changed, the menu header is to the right and a different colour and the photos page has gone funny at the bottom. I used bravenet as a host and used one of their templates for the layout but then customised it for my taste using my very basic knowledge of css. The website is http://solidconstruction.bravehost.com The css page is http://solidconstruction.bravehost.com/style.css Any help would be appreciated Thank you. Last edited by xkatx21x; Sep 21st, 2007 at 02:14. |
|
|
|
|||
|
Re: Help
hi Ive managed to solve some of the problems but on some pages the footer is out of line and I still can't find a way to change the position and size of the menu header
|
|
||||
|
Re: Help
Oh dear ... there's A LOT of work to be done. Did you see it in IE6?
Nice to see that you are using CSS for the layout at least. You don't have a full doctype. You're better off using a strict doctype anyways. There's A LOT of unnecessary divs in there! Like all those c??? What's with that? And
This is the code for a basic 2-column layout site
|
|
|||
|
Re: Help
Ok basically like I said, I used a template from bravenet, deleted a few bits I didn't want, changed the colours and changed one of the images, then I used their visual editor to change the text because I "thought" it would be easier. But instead it left alot of mark up behind so I attempted to fix it by hand.
Then I ran it through validator.w3.org which showed up some errors so, I used the tidy program thing at the bottom of their page. I just copied and pasted it which is where all the c's come from thats what they changed it to. As for the unnecessary code I haven't changed much code as I am still learning css (using w3shools.com) and wasn't sure what to delete. Which has obviously resulted in the conflicting code. The reason I didn't use a strict doctype is w3schools recommended transitional as strict was too strict. So should I start again using a new hand written css rather than cheating Sorry if I'm asking too much but what better way to learn than to practice. And I promise not to cheat in future it causes to much hassle |
|
||||
|
Re: Help
:rofl: Now you see why we ALWAYS encourage people to learn HTML and CSS and hand-code their sites
I would start from scratch if I were you. Going through that jungle of code will be a nightmare. Start with the basic code I posted earlier and continue on from there. There are also more links to css examples in the thread - Resources for learning how to use CSS for layout |
|
|||
|
Re: Help
Thanks for the help I will try and start again, but in the mean time is there a quick fix to get rid of that huge gap between the header and the image in IE just so I can keep the site up and running while im redoing it?
|
|
|||
|
Re: Help
Nevermind I've managed to get rid of the space for now by putting the div tags in a row instead of a list.
|
![]() |
| Thread Tools | |
|
|