10,655 Topics
![]() | |
I am working to set up a form on my site. I usually just set the form to submit the info as an e-mail to my account. However, it has come to my attention that this makes it impossible for people to complete the form if they are using a … | |
I've been racking my brain for weeks now on an interactive website game.....nothing fancy....and I mean NOTHING fancy...no shooting, no morphing or reloading....no killing, no blood....no notta... I wan the website to be a check-in, get your assignment, go into the real world and perform it.....check back in and log … | |
I firstly want to clearly state that im not trying to spam! My name is callum thomson and most of you may know me from the band "Shadows over silence" (we released the song "hormonal hurricane" in australia and america) we are holding a graphics design competition for someone to … | |
Well my question is that is it possible to use image swap without having to put a lot of code in the head of the page. well basically i dont want to defien my images in the head instead i want to define them right before the link and the … | |
I know this is a stupid question that I should know the answer to. I am trying to set the form on my site to take the user to a page that says "Thank you for your comments." The only problem is that I can only make it submit the … | |
im sorry but i couldnt find wher i would post a font question so i put it here My band is releasing an album with a cover i designed and i was wondering what font licensing i would need the fonts i have used are: Shelleyvolante and Tension i googled … | |
I have a table with 4 sepearte <td>'s I would like one of them to scroll up and down when needed, so that the main page does not need to scroll. Here is my HTML [html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Rumors Bar and Grill</title> <meta … | |
Can anyone pls tell me which software i should be using to create a multimedia programme which has a search function, searching based on different categories. The system should autorun and is on cd platform....:eek: | |
[COLOR=#555555]Hi, All,[/COLOR] [COLOR=#555555]I'm new to the web development arena. My background is traditional C/C++ type stuff, so I apologize if this question is stupidly simple...[/COLOR] [COLOR=#555555]I have a group of pages. Each page calls Header.jsp to load header information. However, some pages are loaded inside a parent sometimes (but not … | |
I have the code:[code] <form method="post" action="abc.php"> <input type="submit" name="sb1" value="sb1"> //<----LINE1 <input type="image" src="sample.jpg" name="sb2" value="sb2"> //<---LINE2 </form> [/code] Now the question is: I can use submit button to submit "sb1", but if I try to submit image "sample.jpg", I cannot retrieve data "sb2". Anyone knows why? thanks. | |
hello , dint know where exactly to put this post put thought this forum would be my safest bet ... well i need help with a problem , am trying to extract the html from my email . but all i can see is the eml format on my server … | |
I'm looking for some help with utilizing google's map api and a chat client I have delevoped. My site has been created in Coldfusion, but I have a handle on that. The help I need is much too extensive to just post on here and would hope that someone would … | |
![]() | This thread is basically keeping all those 3d artists like myself up-to-date with the progress made in open source code. [URL="http://sharp3d.sourceforge.net/mediawiki/index.php/Main_Page"]Get it here[/URL] Basically, its a [B]free[/B] tool for sculpting in 3d, similar, although not as powerful as zbrush. As long as you import your file with the .obj extension … |
[Hey Guys :eek: Im having mega issues uploading my files from dreamweaver to my host... leesonwedding.com. Im not sure whats up but it is not putting the dependant files. If anyone has any suggestions it would be greatly appreciated. [EMAIL="bassettbrandi2@hotmail.com"]bassettbrandi2@hotmail.com[/EMAIL]]:!: :lol: | |
I have a VERY basic site, and I am using microsoft word to make some simple pages. I have a flash cartoon that i want to upload onto my site but I cant put any of the files into microsoft web page program or get any of the files to … | |
Hi! I'm new and totally sub-human in the computer world. It frightens and comfuses me. So, on that note, not sure if this is the right area to ask this question. In the reports/statistics section of my website, what does it mean if someone viewed one page, but there were … | |
Hey all! I've seen this question posted a while back in here but there was no response to it. I have a problem with graphics in the web. Some won't show up. I get a blank box with a red x in it. If I right click and choose "show … | |
Hi, I just had a question about my Mac OSX I downloaded the trial version of adobe illustrator cs2 i will need it for school the 30 day trial is up and i still have a lot of work to do to learn it how do i do a system … | |
Can anyone tell me any website name in which i can build free site with html or without html? | |
dear friend, i want to convert all of my analoge video to cd. i have pentiumIII pc . i purchage dazzle dvc80 hardware. i can create vcd.but picture very hazzy.my graphic card built in 32mb only. can you tell me which card will be better for this pc? i used … | |
I have a problem. I have recently started saving my graphics files as a psd file instead of a tiff. I like the way it imports into Adobe InDesign. Problem is, recently my psd files have now started showing up as black boxes in Photoshop and InDesign. That makes it … | |
Hello, Is it possible to override _top target? I need to keep all the pages in a frame and I don't have access to some pages that use _top target in their links and they get out of the frame. Thank you, Ramin | |
Hi, Where I will get free downloadable website templates with psd file?????? | |
hi frnds. i have a query regarding combo in HTML. i have a combo in my page where data loaded from database and there are thousands of data and to select a data i have to search using scroll bar. My requirement is that : I want to type in … | |
Well, [I]this[/I] certainly is a turn-around -- the code I did works fine in IE, but breaks in Firefox! What it is, is a thing to make rounded cornered boxes via css and images. The top-left and top-right images are green, and the bottom-left and bottom-right are gold. There is … | |
My present website: [url]http://homepage.ntlworld.com/darsh25/[/url] can be seen perfectly well on the screen resolution of 1024 x 768 but after reducing my screen's resolution to 800 x 600, I couldn't see it equally well. There are many other websites over the Internet that I checked using both screen's resolution & that … | |
First i just want to say that i hope i have submitted this to the correct forum, if not i apologise and please feel free to move it to the correct area. I'm trying to help a friend with a problem he has using Dreamweavers FTP function to upload a … | |
Hia, I'm frustrated with trying to get a navigation console to sit on the bottom center of page. I'm trying to avoid ever having x or y scroll bars on my site. I can get it to work sweetly on IE using [code] #nav { position:absolute; bottom: 0px; z-index: 4; … | |
OK, here's my basic setup: <div id="wrapper"> <div id="menu">blah blah</div> <div id="right-nav">blah blah</div> <div id="content">blah blah</div> </div> This is meant to be a fixed-width three column layout. Now, I'm new at this so, here's my issue. With the following CSS coding, it shows up correctly in Mozilla/Netscape, but not IE. … | |
I want to write a very simple browser program, and learn web structure. What should I learn first? ![]() | |
eh hi there, im new on the boards and i see you got a good help section, dunno if this is quite the right place to post this but i really really need help! at college we are creating an online portfolio basically, and mine is yet to be desinged … | |
[B]How can I set up a form on my website so that clients can submit photos through it?[/B] | |
![]() | hello there! i seriously need urgent help for my flash project that needs to be completed by 30mar2006. anyway, here's the prob. i wanna create a looping bg sound but it gets disrupted whenever there's a stop(); frame action which is meant for other animated stuff to stop before proceeding … |
im designing a website using dreamweaver mx 2004 and i would like users to contact me via email using a form and when they press a button it sends the information in the form as an email to a specific address. | |
hello everybody, I have a google search form in each page of my site, and i want the results to show [B]not as target="_blank",[/B] but in a certain page in my site - and over there - in a certain iframe. (page name= search.htm, frame name=_frame1) does anybody know the … | |
Bearing in mind CSS needing less code typing than HTML & its capability to merely have one single style sheet that's linked with other HTML document & hence having less codes, I wonder if there's a way that helps me achieve the following: >> I want ALL my paragraph that … | |
Is there any chance I could possibly have this sort of fly-over menu ([url]http://www.milonic.com/mfa/2005-July/006245.html[/url]) on my website as well, allowing the menu to STAY APPEARED on the top part of their window, even when they scroll down. My CSS based website can be seen on: [url]http://homepage.ntlworld.com/darsh25/[/url] I want fly-over menu … | |
![]() | Hi, I want to make something in flash like thus: I have a picture and I want it so that when I put my mouse over it, it plays an animation until finished and then when I take my mouse off it stops. Is there any source code or tutorials. … |
[COLOR=#0000ff]i cant display picture from container when i write like this. <[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#ff0000]style[/COLOR][COLOR=#0000ff]="width: 100px"> <[/COLOR][COLOR=#800000]asp[/COLOR][COLOR=#0000ff]:[/COLOR][COLOR=#800000]Image[/COLOR][COLOR=#ff0000]ID[/COLOR][COLOR=#0000ff]="Image2"[/COLOR][COLOR=#ff0000]imageurl[/COLOR][COLOR=#0000ff]="~/images/+ [/COLOR][COLOR=#000000]<% Container.DataItem("picture")%>[/COLOR][COLOR=#0000ff]"[/COLOR][COLOR=#ff0000]runat[/COLOR][COLOR=#0000ff]="server"[/COLOR][COLOR=#0000ff]/>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff]please help [/COLOR] | |
I have a wireless network and am interested in establishing a welcome page to have my users agree with terms and conditions prior to login. Please help. My WiFi router is Belkin Pre-n. Thanks in advance. JD | |
I have my div element which has a className. i want to grab the display property for this div at runtime in firefox. i have tried something like this with no luck in firefox or IE; any other ideas [code] var divObject = document.getElementById("divObjectId"); divObject.style.getExpression("display"); [/code] in ff i get … | |
My website, which can be viewed on: [url]http://homepage.ntlworld.com/darsh25/alcohol.html[/url] On the left menu, I want images appearing ONLY when we hover mouse over particular link (Beer/Wine/Whisky, etc.) & its submenus, which works perfectly well. But what I want is ALL images appearing (only when mouse is hovered over a particular link) … | |
how can i make the results of a google search form staying at [B]my[/B] url? usualy, the forms directs to [B]google.com[/B], but look here: [URL="http://www.illustrated-db-discography.nl/"]http://www.illustrated-db-discography.nl/[/URL] (jump to section: search): at this site the results actualy stays at the same url! and its not just a google page with some cosmetics … | |
This is very strange. However, I can't get the [INLINECODE]overflow: auto;[/INLINECODE] and, more specifically, [INLINECODE]overflow-x: auto;[/INLINECODE] behaviors to work properly on any of the Mozilla browsers (Firefox, Camino) on an Intel mac and yet they work fine on a PPC mac and in Windows. Regardless of whether scrollbars are needed … | |
On my site I use the following code to tell users when I last updated my website: [CODE]Last updated: ', new Date(document.lastModified).toLocaleString(), '[/CODE] This shows users something like this: [QUOTE]Last updated: 22 April 2006 12:53:12[/QUOTE] Would it be possible to remove the time, so it just says: [QUOTE]Last updated: 22 … | |
I have an all-CSS drop down menu with a z-index set to 100. However, it still appears behind some form elements and flash advertisements. What can I do to fix this? Thanks | |
i have an input element with a type of text. I want to check that only numbers are entered in the element. I also want to alert the user when they enter anything that's not a number. HTML for the element below. [code] <input type="text" id="QTY" name="QTY" title="Qty" size="3" onkeypress="key(event)" … | |
I realy need this script: [URL="http://www.jscode.com/js_auto_bookmark.shtml"]http://www.jscode.com/js_auto_bookmark.shtml[/URL] unlike a regular bookmark, it grabs automaticly the page url & title to be added. one problem: i just dont know how to make the link to the script as a picture, insted of "bookmark us!" text. any help with this please?:eek: | |
I have a site that i maintain, i want to add an interactive CD to it, the CD is of educational content and has a test/quiz at the end of it, It is almost exactly like the online traffic safety courses that you get if you do a traffic violation … | |
Hello, I am working on a website. I have a test page up here: [url]http://www.geocities.com/mydadthinksimgay/honkiesupreme.html[/url] My problem is that I am trying to delete the generated text in the table cells underneath where it says "download - click here" and "buy - click here." I still want the download and … |
The End.