Hi there! I like these website that are made for people to use them as their homepage on their browsers, like: www.22find.com www.homepage.com.tr (you could give some other examples too) So I am interested in finding website templates to use for creating such a website (because I have little knowledge of HTML or PHP), I have searched on google bit it seems that is hard to do the googleing right. Could you give me links of some website templates to use for creating websites like these above? Thank You very much!
Hello, Have you tried Wordpress? They have a lot of themes, and you can customize them or search for ones people have made in Google.
Yes I did but it seems that this is more specific kind of website template..... I am looking for more concrete answers no hard feelings
Hey. I don't think template is the right answer for you. By looking into those two websites, I would say it would be really simple to create such a website only with HTML and CSS. For the first website, 22find, there is just Google bar implemented along with weather forecast, other than that, it's plain html with links. I would highly recommend you to look into w3schools, and you will be able to set up such a website really fast. I doubt there is a theme for such purpose. There could be some themes SIMILAR, but I think you will need alot more knowledge to modify those themes than to build you own one.
Yes, he's right. Looking at the code, they created that layout using at least two main style sheets (below) http://www.22find.com/static/web/base/css/base.css http://www.22find.com/static/output/css/global.css?m=1357476436 Judging by the code, they used some kind of automated program, because it's hardly readable and doesn't make sense in many places.
Thank you for your answers! What I have done is downloaded the whole website (save as) and I have it on my desktop, I have reedited it and now it's looks fine and is ready. When I open it from my own computer it looks fine! The challenge comes when I host the files, when it's up on the net it doesn't look right and it's doesn't look the same like when I open it from my computer. So how should I fix this? And how could I host it and be able to see it online look the same like when I open it from my computer? Thank you!