Hey everyone, just wanted to show off my new blog design the link is in my signature. InternetBusinessDaily.net I'm going to focus more on my trials in affiliate marketing from now on, so I figured I would post to this section. Let me know what you think! (suggestions apprecaited)
The design is nice. The only thing that I don't like is the search area. I don't like the "search button". Maybe it's just me but "search"? Searching your site, internet, etc.. ? Might just be me.
yea, agreed. i need to do something with that. do you know how to make text appear in there before someone clicks? maybe it can say "search this site" or something
javascript: <script language="javascript"> function searchtext(obj){ if(obj.value == "Search this site"){ obj.value = ""; obj.style.color = "#000000"; }else if(obj.value == ""){ obj.value = "Search this site" obj.style.color = "#CCCCCC"; } } </script> Code (markup): search box: <input id="s" type="text" name="s" value="" value="Search this site" onblur="searchtext(this);" onfocus="searchtext(this);" /> Code (markup):
hey berman u say its a bog and the sites ends with .net. howcome? it must be ur website right... regret if it is an silly ques??? am a newbie...
Blog is a type of websites or better said a cms script. Type of blogs that you most often see are free hosted blogs like blogger.com, thumblogger.com,... Don't worry, we were all newbies at some point.
hey nonstopkaran, yea my site is a blog. a blog can have any domain name and TLD. my blog would be a perfect place for you to learn about newbie blog questions...feel free to contact me as well i can help you out. exactly. good post. I also wanted to let everyone know that i wrote up a quick blog post about the changes i made to my blog. You can find it here: http://internetbusinessdaily.net/redesigning-your-blog/
thanks! i actually just started making that. i wanted a comprehensive guide to everything needed to make money online. let me know if you see anything that can be added. i still have a ton of work to do on it.