2,603 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for mheidi

Does anyone know if it's possible to exclude the search engine bots by using a robots.txt file on a Coldfusion website just like an HTML site? Thanks, Heidi

Member Avatar for gklandes
0
212
Member Avatar for chorcho

I made a wonderfull photo gallery and I had some trouble. The pics enlarge on mouse over, but, the problem is that in resolutions like 800X600 or 1024X768 the enlarged images "hide" behind the flash menu... for better understanding, have a quick look please. [URL="http://www.christianvidal.com.ar/galecvq.htm"]http://www.christianvidal.com.ar/galecvq.htm[/URL] I also attached a screenshot …

Member Avatar for Airshow
0
300
Member Avatar for kako13

Hi' This is a Dreamweaver template .DWT but for some reason I can't edit the line 36 (<td colspan="2" class="footer"> Personal </td>) it appear on gray. Any suggestion? [CODE=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled Document</title> …

Member Avatar for kako13
0
172
Member Avatar for geggiot

hi all, i have an image footer that, with a screenresolution at 800x600 or 1024x768, it's centered with al content but at high screen resolution 1280x1024 it isn't centered. style.css is [CODE]#footer { background-image:url(images/footer-goingtoo.png); background-position:center top; background-repeat:no-repeat; height:153px;[/CODE] and grid.css is [CODE] .footer {width:1000px;} .column {float:left;} [/CODE] here can see …

Member Avatar for Bogo
0
118
Member Avatar for elamigosam

I have a good one this time! I want to make a link to take me to another page that is located one level up ex.. i am here [url]www.page.com/page1/page2/index[/url] and want to go here [url]www.page.com/page1/index[/url] with out having the [url]www.page.com[/url] in the link. is this posible?

Member Avatar for elamigosam
0
136
Member Avatar for sandra21

i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'divisions.swf' file which i decompiled using …

Member Avatar for sandra21
0
94
Member Avatar for stevenpetersen

My name is Steven and my problem is that my div's have a space between them and i need them to set together. Style sheet Code: [ICODE]body { body { background: url(../structur_folder/i_gradient.png) repeat-x; text-align:left; font-family: Lucide Sans Unicode; font-size: 100%; font-style:none; font-weight:none } h1 { color: #008080; text-align:left; font-family: Lucide …

Member Avatar for stevenpetersen
0
94
Member Avatar for RobRob666

In preparation for asking this question, I reduced my actual code to mostly only its essentials as related to the phenomenon. I also changed colors, etc., so that it could hopefully be easily observed. Next are my test CSS and HTML code. [code].test-outer { border: 3px solid white; width: 111px; …

Member Avatar for RobRob666
0
113
Member Avatar for jacintamba

Greetings!! I have an index.html page with a iframe on it. Inside the iframe displays music.html, where music.html has an embedded media player that plays a song. The idea behind this set up is to have the song play continuously without restarting when navigating to a new page. My issue …

Member Avatar for jacintamba
0
83
Member Avatar for hartski

Hello! New to the site today.... Hoping to get some help. I have designed a site at work which has a form for staff to send suggestions, and it auto emails a number of people using CDONTS on an ASP page. Its a very basic 'Name', 'Dept', 'Suggestion' form... however …

0
54
Member Avatar for wishiniisfishin

I thought of a work around about the time I posted this... Sorry for jumping the gun. My site seems to work fine in every browser except IE. The problem lies in the left sidebar(sidebar1). When in IE the image I have at the top of sidebar1 goes down about …

Member Avatar for ctyokley
0
117
Member Avatar for lisan28

Hello everybody! I have shocking news, a design that is working in Firefox, Safari, and Chrome is showing up wierd in Internet Explorer! First of all I validated my HTML and CSS, no issues there. The page works perfectly fine in Firefox and Safari, but has some quirks in IE. …

Member Avatar for ltp_lonestar
0
82
Member Avatar for lisan28

Background info: - I have validated the page and CSS, no problems there - Site is working properly in Firefox and IE, seems to be a margin issue in Safari -This margin issue is not the common Safari bug with a negative margin being applied to a floated element -I …

Member Avatar for lisan28
0
152
Member Avatar for sandra21

i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'proprietorytools.swf' file which i decompiled using …

Member Avatar for sandra21
0
117
Member Avatar for JameB

Hello, I am new webmaster for my high school's robotics team and I don't understand why the pages load differently in IE8 and FireFox. [url]http://www.team188.com[/url] is the website... Ok, so here is what the problem is : When I open certain pages in IE8, the area around the curve on …

Member Avatar for JameB
0
149
Member Avatar for Szabi Zsoldos

Hi, this is my first post here, I would like to create x fields with name email age sex and the subscribe question, this is just an example page. If i would select the number 5,4, or any number then i would like to see 5 fields with names and …

Member Avatar for Szabi Zsoldos
0
108
Member Avatar for dholt

I know this is php as I have looked for HTML and can't find it but I am new to all this IT stuff but learning. I have a small Problem that my Image Map Works in IE but not in Firefox. I have tried to empty catch and even …

Member Avatar for dholt
0
404
Member Avatar for RobRob666

I already have 3 Javascripts working that I trigger within my <td>'s like this: [code]<td onMouseOver="mover(this)" onMouseOut="mout(this)" onClick="mclick('test.html')">Test Button</td>[/code] I have now coded up 1 Javascript function to handle all 3 events (using if statements). But how do I trigger the calling of that function inside my <td>'s? I was …

Member Avatar for RobRob666
0
2K
Member Avatar for Reliable

Hey Everyone, I know that AS3 uses what is called "camel coding", but it seems to that sometimes the names given to variables and especially functions could be shortened even more. Is "camel coding" a mandate or can they just be one word or just the first half. TO better …

Member Avatar for Reliable
0
124
Member Avatar for snitch321

I have created my own buttons and imported them to the stage. I then tried to code them so that they linked to another page, however i get the same code message '1120 access of undefined property' for each of the coded buttons. The code is as follows: [code] stop(); …

Member Avatar for snitch321
0
1K
Member Avatar for ggeoff

Hi Although I use Expresson Web 2 I ould do with some of the software, particularly flash, that is included in the Adobe Creative Suite 3 which is now offered as a download from Regnow.com for a very reduced price- just over a couple of hundred GBP. I do some …

Member Avatar for ggeoff
0
221
Member Avatar for PopeJareth

I am working on a page that has 3 columns of text. I am trying to center the text in each column while maintaining the left justification for the text. When I try to use [icode] margin-left:auto; margin-right:auto;[/icode] the spacing for the columns is destroyed. I have also tried putting …

Member Avatar for ingeva
0
164
Member Avatar for cakka

Hello, are there is any method to check the missing tag in html thant checking it manually ? Thanks

Member Avatar for MidiMagic
0
98
Member Avatar for w33n
Member Avatar for MidiMagic
0
66
Member Avatar for stevenpetersen

At one time i was working for an ISP and when i was working there i used a software to download and copy every thing on a site. I cannot remember what the software was called. At the moment i have a new client that needs all his content moved. …

Member Avatar for iintense
0
122
Member Avatar for labnshep

I imported a Fireworks image onto Dreamweaver that contained some hyperlinked hotspots on it, but when I upload the Dreamweaver page the graphics show up perfectly but the hyperlinks don't. There is no little finger on mouseover, either. Am I forgetting a step? Thanks in advance!

Member Avatar for labnshep
0
147
Member Avatar for vik85

hi everybody please help me out. i have little bit prob in my css menu .my display menu is display properly can you give me some idea. my site is [URL="http://www.tonerquestsite.com"]Tonerquest[/URL] i wanna display menu short n good. my css style sheet is [code] #horizNav2 { position:relative; z-index:-1; } .leftNav …

0
94
Member Avatar for K?!

Hi all I was wondering if there was something like Java's JList in HTML. I guess not because I can't find anything like it in the list of the form's input types. What is the easiest way to provide the functionality of a JList? Thx in advance. Greetings, K?! Ps: …

Member Avatar for K?!
0
409
Member Avatar for Marks256

I am not going to hide the fact that i am SOOOOO new to web design... I've been trying to get a website up and running, and it is coming along slowly. To be honest i just discovered CSS, and i'm reading a nice tutorial on that. But, i may …

Member Avatar for Marks256
0
119
Member Avatar for Chubbymouse

I have a website which uses an iframe to load up the homepage content, this iframe is located within a DIV which I have tried to add a background to, however the background only spans the length of the content (written words, not the iframe length) and then the background …

Member Avatar for Chubbymouse
0
130
Member Avatar for snitch321

Im using actionscript 3 and i managed to create one link to another page, however when i try to copy the ame code on the same frame for another symbol it doesnt work. e.g. [code=actionscript] stop(); IntroductionSymbol.addEventListener (MouseEvent.CLICK, onClick); function onClick ( event:MouseEvent):void { gotoAndStop("9") } [/code] That code works …

0
69
Member Avatar for nigelburrell

Hi, I'm using a joomla cms to build a website, and have discovered that joomla uses a built-in plug-in called Email Cloacking which obfuscates email addresses prior to showing them on the webpage. They simply appear as "mailto" links which makes it harder for scrapers and bots to pick up. …

Member Avatar for FlashCreations
0
118
Member Avatar for RobotFX

When another site includes one of my images, like [CODE]<img border="0" src="http://www.daniweb.com/forums/myimages/misc/dani/largefeed.gif" width="24" height="24">[/CODE], for example, in their own page, can I redirect it to another place? [I]I think is not possible, but it doesn't hurt to ask.[/I] So far I can only redirect images on my site if someone …

Member Avatar for MidiMagic
0
98
Member Avatar for Freaky_Chris

Ok So I'm a newbie to HTML & CSS anyway I decided to play around with a dreamweave default page and now I'd adding in a menu section on the left hand side. And I'm getting blnk unwanted space inside the dive before my list item and I cannot work …

Member Avatar for Freaky_Chris
0
134
Member Avatar for altartist

My new website is aligned properly in all browsers except Explorer. Can anyone help? Link: [url]http://www.altartist.com[/url] Thank you!!

Member Avatar for MidiMagic
0
135
Member Avatar for drumichael87

Can anybody look here and tell me what's making my site's body turn out to be 1,440px wide?? THanks [url]www.collectibleshakers.com[/url]

Member Avatar for MidiMagic
0
103
Member Avatar for danitads

hey guys i joined this site recently. i started learning CSS and prepared a drop down menu in css. it works fine in my office computer which has got IE-7. but when i try to edit and learn in my PC at home the whole of <LI> of the drop …

Member Avatar for MidiMagic
0
81
Member Avatar for CNIDog

I am confused (seems that happens a lot) by the disappearance of flash content on my website when refreshing the browser. The issue ONLY appears in IE (go figure...); I have no issues with Firefox, Safari, or Chrome. If I delete my cache, the site loads correctly; if I subsequently …

Member Avatar for CNIDog
0
97
Member Avatar for sureronald

Hi Everyone. My question is how do you customise the title attribute commonly used in HTML tags just like here at Daniweb when you hover your mouse over a thread topic. Any help will be highly appreciated sureronald!

Member Avatar for sureronald
0
897
Member Avatar for cohen

Hello all, I'm going to be starting a website up soon, how do i add google ads in??? What do i need to do, to add it onto my website. Thanks, Cohen

Member Avatar for cartman714
0
116
Member Avatar for haven_u
Member Avatar for ShawnCplus
0
69
Member Avatar for Jev181

I am new to web design and development so please bear with me. I built a site and the background of the whole site is black. I have a table set up with 100% height and width. My objective is to have a background (the solid black color) that re …

Member Avatar for Jev181
0
113
Member Avatar for Nattynooster

Hello people. What I need to do is something like [URL="http://i43.tinypic.com/2v7ylqh.jpg"]Picture here!!! Sorry daniweb didn't put spaces in properly[/URL] I've looked all along the internet but found nothing, Please can anybody help me out! Thanks, Nat.

Member Avatar for Nattynooster
0
126
Member Avatar for Reliable

I have come across Flash websites (the complicated and beautiful ones) that use multiple .swf movies. Why and how is that done?

Member Avatar for Reliable
0
84
Member Avatar for Zurompeta

Hi all, I hope I posted this in the right section. Anyhow, I'm having an issue trying to created a specific HTML table layout. To help explain, here's a quick "sketch" of what I'm trying to get out of the table: [code] +-----+-----+-----+ | | | | <- header cells …

Member Avatar for Zurompeta
0
79
Member Avatar for furqan219

How I can make a Search field like a HOTMAIL Search Bing. In which search button is inside a search field and there is a Bing image in search field and also when i click in search field, bing disappear. image is attached. [COLOR="Red"]thanks in advance...[/COLOR]

Member Avatar for almostbob
0
163
Member Avatar for toadzky

I am trying do a search and replace with Dreamweaver and regex. Specifically, I am trying to replace all the ' with &apos; but it keeps inserting &amp;apos; I can't find an option to change or anything else. Does anyone know how to escape the ampersand or where the option …

Member Avatar for toadzky
0
97
Member Avatar for cguan_77

I have a large pdf (>1 MB)that i want to preload on a html page that says "Please wait..." and display that at the middle of the screen.. so that users know that the pdf is loading (i know it says it at the bottom of the screen, but i'm …

Member Avatar for almostbob
0
1K
Member Avatar for jonow

Hi i have made a generic type template. I have a main content div with a sidebar inside of a container div. which you can see. To give you an idea the sidebar is about 200px the main content div is about 700px and the container div is about 1000px. …

Member Avatar for jonow
0
270
Member Avatar for jonow

Hi I am having trouble with the width of a table in firefox 2. When i try to set the width of the whole table or just a column it does not work. It even overflows over the div it is in. The problem is that it is not wrapping …

Member Avatar for jonow
0
135

The End.