Some expert advice for amateur site builder, please
Thanks for being there, I have made a website in Dreamweaver, for my work.
When I 'preview' it in Firefox or IE, it displays fine, but after uploading it to my server using Mozilla and then Dreamweaver itself, it displays without any structure or CSS...all the text bunches over to the left and everything is lost. It looks a mess and not at all what I designed.
in the hope that someone who knows about these things can help me to fix the problem. I am not a coder and have an idea that this is where the problem lies. It's urgent because I need this site to make my living.
Can anyone help, please?
I am even willing to trust some good soul with my FTP details if they can help me to solve this by comparing the files in the Root Folder with those on the server.
Will do, thanks again.
I seem to have got it more or less up and running, but would ask your help with one last thing.
I will have to study CSS for next time, but my code is such a mess now that I am afraid to mess with it, in case i make it worse.
If you look at the Navigation Menu on the right hand side of the page.
You see the blue links. I have spent two hours trying to make them turn black when you roll-over them, using the 'a:hover' rule, but even though the CSS rule is there, nothing happens.
Is there anything obvious happening there that I have missed?
Included are the html and css files.
There is still a huge amount or redundancy in the css and html. You need to understand the basics: http://www.w3schools.com/
At least 98% of internet users' DNA is identical to that of chimpanzees
Make sure your CSS bath is correct. This is most likely the problem. May I see the CSS path you're currently using and the paths to the files (CSS file and HTML file using the CSS)?
Make sure your CSS bath is correct. This is most likely the problem. May I see the CSS path you're currently using and the paths to the files (CSS file and HTML file using the CSS)?
/*
Name:Joe Kilroy
Date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se
Feel free to use and modify but please provide credits.
*/
/* default elements */
* {margin: 0; padding: 0;}
body {
background:#80663B ;
color: #351A05;
font: normal 60.0% sans-serif;
padding: 2% 0;
}
#picture { float:left;
width: 200px;
padding: 4px 25px 0 6px;
}
Make sure your CSS bath is correct. This is most likely the problem. May I see the CSS path you're currently using and the paths to the files (CSS file and HTML file using the CSS)?
Thanks, I posted the CSS file.
My problem is (apart from being a coding illiterate) I don't know how the CSS and HTML are supposed to interract and which has priority. I can't understand the idea of hierarchy and nesting etc etc, so I end up in a mess. I need to study it. Do you want the HTML file too? Can't you see that by using 'View source?'
Bookmarks