15,919 Archived Topics
Remove Filter ![]() | |
hey, I'm making a Portfolio website for myself, and its mostly being made to showcase my Photoshop skills, hence all my web pages have been made in Photoshop. The ContactMe page, with the fields NAME,Email,Message have text box along with them, the text boxes have also been made in Photoshop … | |
I am designing a search engine and I want to design it in a way that when user comes to the website the cursor should be already on the search bar. Right now the user needs to hit a tab or manually initiate cursor into the search bar. Any ideas … | |
Hi Experts, Thanks for time and help. I am using activepdf server, webgrabebr and activepdf toolkit to convert my html to PDF. CSS i am using is working fine, BUT When i convert into PDF , the resulting PDF has no real HTML, no colors coming out. It looks CSS … | |
The website I am designing is made up of several div tags. All but one are at width of 1000 pixels. The odd one out has a width of 990 pixels. All divs are centered. On firefox and chrome, the divs show up centered and the 990 px width div … | |
This one might not make much sense to anyone. It doesn't to me. I'm creating a child theme for a Wordpress site. I have to create a style sheet in a new directory and import the style sheet from the parent theme. I'm trying to use @import to import the … | |
Hi all, I am newbie in CSS and created 3 column layout. But what i want is that left and right columns to be fixed but only center fluid. Below is my code. but there are still problems with it. Can anyone one help me or it is only possible … | |
Hello people Merry xmas and all that jazz. Can i ask does anyone know a good website that demonstrates css hacks for Mozilla Firefox. Basically i don't know the syntax for this: .element-column-right-alpha-outer {margin-top:35px} But only for firefox in the rest of the browsers it works ok but chrome is … | |
Hi guys, I`m probably the black sheep of this community. Been feeding on your knowledge for a week now and i feel like giving back. I wrote this article for any of you guys who want to sell stuff or want to start a business or giving a boost to … | |
Dear Experts, Thanks for your time and help. [B]Looking for your HELP to resolve this issue[/B] My application (developed by some one) is using different DOCTYPE like html4.01 lose /strick , XHTML Transnational / etc and some pages do not have any validation. My application was running fine from last … | |
I recently changed hosts for one of my web sites. Signed up for a three-year term and all the bells and whistles. When I logged into cPanel, the account came with five e-coupons for advertising: Google AdWords, Facebook, Bing/Yahoo!, Miva, and Bidvertiser. I am definitely not going to turn down … | |
I have [URL="otletbarkacsbolt.hu"]this[/URL] website, which is still under development, and I am wondering why, when I go to Termékek it displays them all under each other, when in firefox, and opera it doesn't. here is the css [CODE] *{ margin: 0; padding: 0; } *{ text-decoration: none; } .wrapper { … | |
I recently added a Twitter button to provide an easier method for our readers to follow us. At first, everything seemed to work perfectly fine and positioned finely. Yet, I've realised that the text on our pages are linked to the twitter link. This is totally unintentional and am unsure … | |
I am totally new to the SEO world. I got a client though, for whom I am doing SEO. He has a laundry/dry clean/moving/shoe repair kind of business and a website for it. I have no idea how much I should charge him. Also I am not sure whether it … | |
Someone tell me what is keyword stuffing and how will do remove it. | |
Hello, Anybody tell me can i promote my website without doing any directory, social bookmarking & articles or without doing off-page work. | |
Some resort to additions and Hakat to make the site commensurate with the size of screen the visitor Perhaps, most of the sites that pay attention to this thing used to Style Custom size mobile screens No need for all that!! Let Astilkk shrinks and expands according to the size … | |
I am having trouble positioning divs beside each other 2 images one above the other with another image beside the 2 that are on top here is what that part looks like Html [CODE] <div class="leftDiv"> <img src="Images/contact_front.png" width="150px" height="150px"><br /> <img src="Images/contact_stairs.png" width="200px" height="150px"> </div> <iframe width="370" height="300" frameborder="0" … | |
Hi, each time i create an html link, it does not work: I have tested it chrome, firefox,internet explorer, opera. I am talking about all the html pages i created. The ones i created about 1 month ago worked, but not the one i am creating now: example: <html> <head> … | |
Dear all, I was wondering how to restrict people from going to a certain download link unless they have paid via PayPal. So the person must successfully pay before the restriction to the download link is removed.:icon_cheesygrin: I would appreciate any help :icon_mrgreen: Thank you, Muhasaresa | |
I have been developed shareware software name [B]DBEXform[/B] to design forms and reports for different databases, with integrated Sql query builder. Basic functions in software are quite easy to use. Now it seems that potential larger users likes it, but they afraid to use is because lack of a local … | |
I am designing a webshop which has a table layout. My problem is that i have created rounded corners using css, and it works fine in all other browsers than IE. Normally when i design, using divs as layout base, the css rounded corners display just fine, also in IE. … | |
Hi, i'm doing a registration form but it's not like what i want: what i want is something like this: [img]http://img207.imageshack.us/img207/2235/38696138.jpg[/img] And i want to trade that instead of this one: [img]http://img823.imageshack.us/img823/5059/78880268.jpg[/img] I have the css code of the second one: [CODE] <style type="text/css"> body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;} body{height:100%;background:#fff;color:#1f1f1f;font-family:Arial,Verdana,sans-serif;font-size:13px;padding:7px 0;} ul, ol{list-style:none;} /* … | |
Hey guy's, im kind of a very big beginner.. haha.. I followed this post [URL="http://www.daniweb.com/web-development/web-design/html-and-css/threads/97183/472098#post472098"]here[/URL] and i got everything working and running up to speed, What im wanting to know how, is HOW do i actually "include" the Php into my Protected area im wanting, I have a HTML Page, … | |
Dear Expert I have following code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="language" content="english"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>Numeric Textbox Sample</title> <style type="text/css"> #box1 {width:200px;height:170px;border:1px solid green;background:#e3eeff;padding-top:20px;} .button {width:100px;margin-top:0px;} body { margin:0; margin-top:100px; } </style> <script language="javascript"> function NumericDotOnly() { var key … | |
Hi, I have some problems with the code below. Also below the code I have two pictures one from IE one from Chrome. [CODE] <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256"> <param name="fileName" value="<?php echo $check ?>"> <param name="animationatStart" value="false"> <param name="transparentatStart" value="false"> <param … | |
Dear Experts, Thanks for helping me out. My CSS created in 2003 /4, now some classes are not working, I tried to validate on CSS 1-3, all have errors, this is causing my application to run correct. I have tried to change Plz help me to change the required syntex. … | |
Is there a way to make a div image transparent while the text in the div is not. here is my current code. [CODE] .body { width: 800px; height: auto; font-family: Arial; font-size: 11px; color: #000; background: url('Images/backg3.png'); opacity: 0.5; alpha(opacity=50); } .textbody { padding: 10px; color: #000000; font-weight: bold; … | |
[ATTACH=RIGHT]16523[/ATTACH]Skype, the Luxemborg-based internet video phone service, filed for its initial public offering (IPO) on Monday (August 9) to list on the Nasdaq Stock Market. The value was tentatively set at $100 million, a number analysts suggest is merely a rough estimate set to help the Securities and Exchange Commission … | |
I’m working for my client’s website whose business is mainly based in India, and they suggest some keywords for me to start SEO. The keywords are like this [B][COLOR="Red"]Mobile show room Mobile shop[/COLOR][/B] But the problem is they want their website ranking for the keywords based on the city name … | |
Do I Need Unique Content - Press Releases? Hello Brothers, I have some doubt regarding Press Release. Do you need unique content for each press release or I can submit one press release to all press release websites? I heard press releases are good way to get backlinks. And I … | |
Has anyone else had trouble visiting Adbrite's website? I cant even visit the website to log onto my account. They have been down for about two days now, and my Adbrite ads are no longer showing up on any of my sites. I tried calling support but no one answered... … | |
What is referrer spam? Is that any negative effect for my ranking? | |
Hi ! I would Like to ask that which one is the best way to get top position in search engine in a few days ? Social Bookmarking Forum Discussion Article writing blog writing | |
Which technique is better onpage seo or offpage seo | |
Hi. I wanted to ask this a long time ago.. but never get the chance. How do I actually style the table td to the width I wanted? It didn't happen for me. It didn't happen in separate row. I try to set the td width but all it did … | |
What social bookmarking sites do you follow? | |
I have installed Bing Webmaster tools for my sites but it not shows any details for my sites . how many days it take for display the report for any sites. | |
Hi...fellow members..I'm using CuteRank free edition to check rank and its best position and other details. In free edition I can use only 1 website and keyword. Is there a tool to check position for free for multiple websites & keywords ? I tried and there are some but they … | |
How i am check my page rank in usa..if you know any tool please suggest me..? | |
Hi, I am writing a blog post for my blog. I want to know whether Google scores sites for their performance. I have heard that it is good to add Google analytics to analysis website. Google can directly know which website is better by analyzing bounce rate, conversion rate and … | |
I want to make a brochure similar to this one: [url]http://www.awf.ae/al_rowaad_advocates_brochure.html[/url] I'm web developer but new in brochures, so what technologies are used in it? 1) What to use to make the actual brochure? (See, it is just like a simple magazine) 2) Which flash technology is used? Where to … | |
For webmasters out there, most find that dealing with an ad network is the best/easiest way to go. In many cases it is. You just slap some code on your site and then you get a check in the mail. Most of the sales stuff was already done for you, … | |
i am very new to the online business world and am looking for any help i could get with where i can advertise, my business is adult oriented,. Also if there are any sites the can help me with html stuff for designing my website better. Any and all help … | |
[b]Internet marketing[/B] is referred as an online marketing of products or services of the products over the internet. The advertisement of the product can be made and the immediate response can be viewed. The complete marketing benefit has bought by internet which provides lower cost for the distribution of information … | |
Market Segmentation strategy is a lot easier on the web than most would consider. In the past, advertisers would have to bid on traditional media space in order to market to specific markets. If you were selling Count Chocula, you would have to be in children's magazines or advertise during … | |
Hey everyone, I'm wondering if there is an HTML doc for html 4 and 5. A doc that has all the attributes and tags like the JDK for java. Please post a link to a site if there is one. Thanks. | |
Hi all!! Im having a problem with my blog desing: thing is I wanna make a 3-column header, but it wont let me. I've tried resizing the header width and then add 2 more columns, and the header was resized, but the other 2 columns didn't appear, so I gues … | |
Hi I want to put a kind of editor in my web pages that contain html and php plugin such as dani web's editor because i want to insert some codes and then show them on the other pages such as daniweb's form . please help me, this is for … | |
How should details of directory submissions and bookmarking should changed? |
The End.