I thought I'd take a shot of building my own html website and this was the result http://esurveyprofits.com It looks okay but I know under the hood can be a bit better. Any of you guys got any suggestions? Also, two other questions. Is there a way to edit html code on multiple pages at the same time? It sucks having to make html changes to each page on a website. Is there a way to get the content to load first and then the site background? I noticed that when it takes a second to load, it only shows the blue background and then loads the content. I think I may already know the answer to this one but not too sure. I believe I just have to put the body html markup higher in the code.
1. You have quite a talent in HTML coding to have such beautiful outcome. Honestly, I do not think this is your first layout. 2. Then you need to learn PHP, for shortcut use content management system(CMS) to handle such problems. 3. Code Positioning my friend. If you will make the content written first before the background in your HTML files, then it will load first before the image.
1. Thank you for the compliment. It is my first attempt at coding my own html website though. Watched dozens of youtube videos and read lots of articles. 2. Thought that may be the case. Seems like a difficult task. 3. Ok, but looking at my code, I'm still not sure where to put the content container so that it loads before the website background.
An example of CMS is wordpress. Who knows, with your talent at HTML you can make premium wordpress templates.
You can do a quick and dirty brute force by changing the page file name to end in .php instead of .html. Then, wherever you want duplicated content, like the menubar at the top, just use PHP code, like <?php include('menu.php'); ?> Code (markup): Then write a file named menu.php that has the menu code in it (just plain old HTML/CSS). In the future, if you want to change the menu, you change menu.php and every page on the site will have the new menu. Do the same thing for the right side of the site, if you have it all in one place and position it with CSS. (I didn't look at the source.) I will say, however, that there are probably many Wordpress themes that look a lot like your site, and using Wordpress with one of them will probably make life a lot easier for you. And if you learn to make your own themes, you can make the theme look exactly like your current site. The Ultimate WordPress Theme Tutorial is a good place to start if you want to learn WP themes.
Hey you have posted Good Question ? Remaining friends say is too good for you, try learn php you can manipulate in website design code in php site you can make secure . Website Development Company in India
Hi, That good really great at your first attempt my friend...try to use light colors rather than dark ones...use css3 for better user interface,
nice design mate, just suggestion on logo dont use blue border on darkgreen text, not really nice, n change the background color, #0F5400 maybe better looking about your problem on edit multiple page, like rukbat said you can including part that have same design on every page exp header, sidebar and footer, so you just need to edit 1 times for all page