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? ![]() |
The End.