15,919 Archived Topics
Remove Filter ![]() | |
I have been getting tons of email spam from my own domain name. It is coming from a contact form that uses sendmail.php. My guess is someone is trying to use it to spam other people, but it keeps going directly into my inbox. I can't block sender. I can't … | |
I put together a fairly complex website and it doesn't function on some computers, especially macs. I used the Microsoft script editor to write the pages and used vbscript as the scripting language. I originally thought it might of been because I didnt have the <!DOCTYPE> tag as the first … | |
How to fill color in an object in corel Draw that is made frm free hand tool.I want to draw an object n then to fill it wid any color bt its not happening whn i used free hand tool to make that object. Kindly guide me soon. | |
Is this possible to make the site images being loaded and then appear suddenly? cause the style have many photos so while it being loaded it appear photo after photo and this is to silly. | |
Hi! I want to know how to make a preloader to a movie. i searched for flash preloader tutorials in several sites but they are all examples of preloading images. Just images, no movie. :?: Especially a whole page made of Flash that takes time to load. It surely needs … | |
I was just wondering if anyone knew how to fix the UL and LI hierarchy problem in css with tabmenus. I wanted the border under my featured tab to disappear but it doesnt work well in IE. Please have a look; if you look at this code in Firefox it … | |
Hi, I've just set up a website but when I type its name on IE7 it doesn't load, no words are seen at the botton of the page like "waiting for http// .... ." Only the word "done" turns up and and the screen remains blank. I contacted the server … | |
Hi I am badly stuck at my layout due to Adsense... I Have prepared the following website using html and its all well till I dont insert Google ads. Can anyone tell me where I need to make changes? Will be really grateful...!! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" … | |
Hello friends, if i change my site hosting server linux to windows. i face any PR changes in future? help me Ravi | |
Hello everyone, can you please advise me most popular software magazines in US and Brazil? I am plan to use some of my advertising budget to buy either ads or articles from magazines on my software product. Which magazine is the most popular in these countries? Regards, Doriat | |
Is it possible for a blog to become profitable by selling advertising AND paying staff writers when I, myself, don't blog? Or is it just futile to expect that advertising would generate more revenue than quality writers? | |
Where do you think is the best place to start?:?: | |
HI! im having trouble with a rainbow mouseover, it only works on the first like it goes over. The code is here: <script src="rainbow.js"></script> with the js being; [code] //////////////////////////////////////////////////////////////////// // Setting var rate = 20; //////////////////////////////////////////////////////////////////// // Main routine if (document.getElementById) window.onerror=new Function("return true") var objActive; // The object … | |
How can I open a link without opening it in a frame. I have my main frame being Frame1 My menu Frame is Frame2 <a href="mysite.com" target=???????> I want it to open it in the same window, but destroy all frames because it is the link to home so it … | |
hey ppl Currently i m using Google adsense to put up Advertises on my site. Now i wanted to knw whether it is fine to use more than one Avdertisers to put up Ads on my site. That is can i approach another Ad provider. is it allowed or legal … | |
For starters, I'm a novice, so please forgive me for not being fully versed in all pertinent terminology. For some of the pages on my website I'm having a compatibility issue w/ Mozilla Browsers run on PCs. For example with my page [URL="http://www.skiopp.com/videos_9.htm"]http://www.skiopp.com/videos_9.htm[/URL] I have seperated the left content box … | |
How much does having 1 or 2 adsense ads on your site negatively affect the seo? It is just skipped by the spiders or are the links counted as external links? | |
[B]Hello,[/B] [B]How much we can earn with PPC ? Any idea Pl.let me know...[/B] [B]Regards![/B] | |
I am having a problem with drop down menu hiding behind flash in most of the sites I have developed especially using Mozilla.Any ideas,hacks? | |
Hi all, 1st time poster... I opened an Adwords account, with all my payment ect... it tells me that it's active, but after a couple of hours, I'm still not finding my ad in Google when entering the keywords, and according to the figures upon signing up, they should appear … | |
I am writting a site map for Google with the notepad with this format: <?xml version="1.0" encoding="UTF-8"?> <[URL="https://www.google.com/webmasters/tools/docs/es/protocol.html#urlsetdef"] urlset[/URL] xmlns="http://www.google.com/schemas/sitemap/0.84"> <[URL="https://www.google.com/webmasters/tools/docs/es/protocol.html#urldef"] url[/URL]> <[URL="https://www.google.com/webmasters/tools/docs/es/protocol.html#locdef"] loc[/URL]>http://www.example.com/</loc> </url> </urlset> I would to know if is there any place online, where I can create the sitemap? | |
My content is good, internal linking is good, overall my site ranks well on msn, okay on yahoo, but I noticed once I put a few links from some ads I posted it went from not found in the top 1000 on google to #3 for some key phrases. Anyways … | |
If I want to show my stats to the public, the counter ins't invisible, where can see visits came from , recent Keyword Activity, search engine Wars, visitor paths, entry pages, returning visits... can help index better the Web in Google, Yahoo and Msn? | |
Hi everyone, this website stuff is all new to me. So I have set up my web site, read through all tutorials and how to's. Created my keywords, meta tags , description & etc.. Created my sitemap.xml (using Google's Python tool) along with urllist.txt & config.xml and created my robots.txt … | |
Hello, Do you know any websites that give you a list of directories to submit your site? Thanks! | |
I thought you were supposed to put a link to your sitemap in your robots.txt (isn't that what you said, stymiee?) My robots.txt now looks like the following: [code]Sitemap: http://www.daniweb.com/sitemap.xml User-agent: * Disallow:[/code] Google Webmaster Tools robots.txt says "Syntax not understood" for the sitemap line. | |
Does anyone know how to get my website in the top 10 spot for free? Thank you! | |
Hi, i have a client's site Last month, our site has a very good ranking in google, but in this month , ranking is suddently fallys on our keywords. But the keywords ranking in Yahoo is very much increased. I can not understand why this is done by google. Can … | |
Hi Can anybody tell me how to start search engine optimization for a website with zero page rank step by step. mail me at << email snipped >> Thanks | |
I have searched many sites looking for this solution and have been unsuccessful. In dynamic drive, there is a new collapsible content box (Switch Content Script II) that almost does what I need. To wit: Switch Content Script II adds contact/expand functionality to any content using icons such as an … | |
Hello I have a div inside other div with a margin-top, it looks good in Ie7 but i have an issue in firefox, it doesn't work the margin-top [code] /*CSS*/ #main{background-color:#003399; height:50px; margin-top:10px; width:300px;} #child{background-color:#993300; height:50px; margin-top:10px; margin-bottom:10px; margin-right:10px;} /*HTML*/ <div id="main"> <div id="child">test</div> </div>[/code] | |
Hi, My question is on weather it is possible to move the mouse on a page after it has touched something. For example: Lets say some one moused over an image, after which the mouse would move down across a certain part of the page. If it is possible how … | |
In the page you will see a div called div_topbanner. I want to load a flash in there. But I bet I messed up with the css a bitbecause the dimensions of header get a bit messed up when resizing the window. Also it's "higher" in IE (7) than FF. … | |
I hv attached the file kindly guide me hw to create this logo in adobe.? | |
How an image can be fitted in a curved area in Adobe as in the attached file? kinldy reply soon. Best Regards, | |
Hello: I am currently developing DomainPhenom dot com, anyways, when you click the inquire button on the websites for sale page I want it to redirect the user to the contact form but fill in the "domain/website" field automatically on the contact form depending on what site or domain they … | |
hello everyone i am sick and tired of using pay per click Ad services....can anyone of u suggest to me a good Ad service which pays for impressions....like per thousand impressions.....or per ten thousand impressions..... thanks in advance...... | |
Hello all, This is a relatively simple problem I ran into when designing my site, so hopefully you can help me out here. I have a div like so (for example): [code=html]<div class="box">testing</div>[/code] And here's the CSS: [code=css].box { margin-left: auto; margin-right: auto; width: 50px; color: red; background-color: blue; }[/code] … | |
Is it possible to submit a sitemap to Yahoo much the same way one uses Google Webmaster Tools? | |
:-| Hey People I want to try and put together a Flash game which is a soccer penalty shoot out. Does anyone know of any good tutorials that show you how to make a penalty shoot out game? Thanks alot GR Web FX ![]() | |
Right. I'm designing a site and I at the moment have a very basic nav bar on it. What i want to do is take out the underlines for the links and put an icon next to the text(like a bullet point) for some reason it isn't working, anyone feel … | |
I starting to work on my personal page and here it is shown below:   My problem is I don't had a footer below, I can't code it...can some one please tell me how to had a footer. CSS code body { margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: … | |
I have a form on my webpage, Its not inputing the data to the text file and when i click submit there is an error page. What should I do? | |
Hello, I built a simple contact form on my web site that simply sends the contents from a form to a php script via a xmlhttprequest. When I originally built this about a month ago, it worked fine. Yesterday, I know the form was filled out twice, as it emails … | |
Hi, I am having some problems with css on a website that i take care of for my local Scout Troop. I have little idea of css, but have managed so far to put the site together by hacking at a gnu released template. The problems are related to the … | |
hi, Any one who can tell me the purpose of layers in Dreamweaver? Thankx | |
I'm using [INLINECODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/INLINECODE] (xhtml strict doctype) for a site I'm designing and when I validated it, I found that you cannot have [INLINECODE]target=""[/INLINECODE] included else it's not valid. It then went on to say that I should use CSS to do this. I … | |
Hello CSS Experts, As far as I can tell, what I want to do can't be done. Ihave a gallery page that is liquid in width. Instead of liquid widths of thumbnails, when the page is narrow, I'm planning on two columns (or one) of images, but when the page … | |
I think I am going nuts. I an using the <a> tag with href to go to a link in another document it works correctly in my topstyle editor, works in mozzilla. When I use IE7 it opens the page but does not go to the proper link here are … | |
I need to change a logo to the vector-graphic - format. What can I do? Who can help me? regards from Austria...happy easter... Itrenner |
The End.