13,937 Topics
![]() | |
Dear Experts My feedback form has following codes [CODE]<FORM name="form1" method="post" action="mailto:asiagheemills@hotmail.com" enctype="text/plain"> <br><br><label>Name</label> <span style=margin-left:24px;><input type="text" class="design14" name="Name:" value="" size="45" maxlength="50"></span><br><br> <label>Address</label> <span style=margin-left:6px><input type="text" class="design14" name="Address:" value="" size="45" maxlength="50"></span><br><br> <label>Email</label> <span style=margin-left:26px;><input type="text" class="design14" name="Email:" value="" size="45" maxlength="50"></span><br><br> <label>Mobile</label> <span style=margin-left:17px><input type="text" class="design14" name="Moible:" value="" size="45" maxlength="50"></span><br><br> <label>Subject</label> … | |
index.php [CODE] <!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=utf-8" /> <title>Masterlink International</title> </head> <link href="frontpage.css" rel="stylesheet" type="style/css" /> <div id="body"> <body> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consectetur nunc quis orci feugiat a semper lectus interdum. Aliquam ipsum metus, … | |
How do you show code on a website? Right now I define a bunch of CSS styles called Comment, Preprocessor, Keyword, etcetera. Then make a two column table, make the left column line numbers and and the right column each row has a line of code. Then I manually go … | |
I recently noticed that images are no longer appear on my website. It is an add-on domain name, but images are viewable in the parent domain. I've checked the paths in the code, the permissions for the images direcoty and the images themselves and can't figure it out. The images … | |
I'm wondering if any Dreamweaver users around can help me out. I'm new the program, having done most of my programming in Notepad++ until my new job and there are two features of Notepad++ that I would really like in Dreamweaver but can't seem to find if they exist (which … | |
Hello. Am creating a new program, it is like a webbrowser. But I need to make my own downloader from the webbrowser(I need my downloader start instead of internet explorer downloader, Internet download manager etc.) Sorry for my bad English :S | |
I dont know if someone Use this Browser FrameWork , i hope so :) I would use this Browser Framework in my Winform Application c#. I have some questions to do. I'm getting Crazy :( My target is Build a Tabbed WebBrowser with this FrameWork in a WinApps Form. [B]Question … | |
this is my as3 code which is making an xml file [code] var submitListener:Object = new Object(); submitListener.click = function() { var login_xml:XML = new XML("<login password=\""+username_txt.text+"\" username=\""+password_txt.text+"\"> password_txt.text </login>"); login_xml.xmlDecl = "<?xml version=\"1.0\" ?>"; packet_txt.text = login_xml; }; submit_btn.addEventListener("click", submitListener); [/code] i want to insert password as node value … | |
Hello everyone, Somebody could suggest me some good script that you have used (jquery or something) to embed within a div structure a multi album photo slideshow/gallery or some other way to do it. I've seen some but they aren't multi album and one of them has that feature but … | |
Hi, I'm running into issues trying to layout a page that contains both html links using .png images and a .swf file that I would also like to have linked to another page. To see what I mean, I have a test page here [url]http://www.the-dream-release.com/test_page.php[/url] What I would like to … | |
I am unable to run WMV videos in firefox in both linux and windows even after installing wmpfirefoxplugin in windows and mplayer in linux. Actually first i tried in Windows, i found searching at forums that three dll files must be missing from "program files\Windows Media Player": npdrmv2.dll npdsplay.dll npwmsdrm.dll … | |
I have a drop down menu from a menu.php file and a form from form1.php redering on same page control.php. I want to overlap the menu over the form elements, but what I get is the text box interfering with menu. Please see the attached image. How to we resolve … | |
I am looking good script that could control the site, ideally with search engine friendly urls, and easy google shopping integration, paypal, sitemap, etc. any help would be appreciated, thanks | |
Hey guys I am having a slight problem with my site. The problems are: 1. The text in the header does not re-size whenever the window is resized and it turns the page really messy. 2. Whenever you hover over the li in the navigation bar it shifts the divs … | |
I am unable to run WMV videos in firefox in both linux and windows even after installing wmpfirefoxplugin in windows and mplayer in linux. Actually first i tried in Windows, i found searching at forums that three dll files must be missing from "program files\Windows Media Player": npdrmv2.dll npdsplay.dll npwmsdrm.dll … | |
hi there, my name is ishmael miller and i am currently trying to develop a new website or blog that will act as a global resource for the experience of global cities. I'm particularly keen on highlighting radical and alternative cultural attractions that are off the beaten track, rarely visited … | |
Hi, How can I use an hyperlink as a submit button? I need to use hover property. [CODE]<a href="#" title="Next"><img src="next.png" alt="Next" /></a>[/CODE] I've found this code but [U]I cannot use hover to change the image[/U] when mouse over: [CODE]<FORM METHOD="POST" ACTION="whatever.php"> <INPUT TYPE="image" SRC="submit.gif" WIDTH="30" HEIGHT="30" BORDER="0" ALT="SUBMIT"> </FORM>[/CODE] … | |
Hi, I am trying to create a new card with AI. The size is 80 mm x 50 mm. Before I printed I export it to jpg format. The print out result is as big as an A4 paper. How to create a new card with the output (print out) … | |
How could i create x amount of checkboxes based on how many items are in a database and populate each check box with a php variable containing the data from the database. thanks. | |
Hi My site works perfeclty ok in Firefox and IE8. If you take a look at it in IE6 and 7, you can see that it doesn't work well there at all. The link to my site is [URL="http://www.newstylesignsusa.com"]www.newstylesignsusa.com[/URL] In IE7, the pullout menu is not visible. Under the second … | |
I am having trouble with the following thing. I have a code that is supposed to line up 6 images on the right margin. The six images are supposed to line up to make one image. It's not working right. can anyone help me and tell me what i am … | |
Hi guys, Hopefully someone can help me. I have this error when I try to load a webpage in Internet Explorer, is null or not an object. it says some errors on page blah blah. When I try to load the same page on another computer it works fine, I … | |
Hey guys, my DIVS are giving me a headache things is my .main div is overlapping with my .footer div , the .main div contains a table which expands when more rows are entered, so as its expanding it will overlap with the .footer div. Increasing its height to accommodate … | |
Hi, I just need some help with tables. I'm using the tables for a mini menu. My problem is, on rollover, it doesn't actually cover the whole element. Is there a way for it to cover it all? The box is normally grey and on rollover it's red but it … | |
Hi guys, im reasonably new to the world of CSS and cross browser support (i have always worked on the backend of systems in the past). ive created a layout for a website im creating as a learning experience for a friend. Ive tried to find the source of my … | |
I am having some issues with tables in firefox vs. safari. For some reason, witch i have not run into before, Mozzilla is rendering my tables hight to be much larger then safari. This problem is a concern because i am creating a visual layout (via imbedded images) in witch … | |
Hi all, I'm working on a website which has a horizontal navigation menu, much like the one on DaniWeb. Basically I need to include an icon which floats right for each list item. IE7 has a bug whereby if the container div does not have a width stipulated then a … | |
Hi I'm just finishing up a stylesheet. I've noticed a small problem The footer and boxes (innerbox and outerbox in sheet below) resize slightly when the content is more than a screen long. Is there a way to fix that? Thanks in advance for any help. here's my stylesheet [code] … | |
Hi all, In my web site I wanted use a facebook plugins. my site back ground is dark color. so when I set a plugin in my site, unfortunaltly fonts are not visible since they are also dark color. So I try to override css in the face book plugin … | |
hello friend please any one tell how can i create this kind of images which is used here in this website [URL="http://www.npkgroups.com"]http://www.npkgroups.com[/URL], menu link |
The End.