10,325 Topics

Member Avatar for
Member Avatar for whiteyoh

Hi All, In the following code, the selected row from mysql database it populated in each cell, except for the "Content", where the syntax is slightly different, and obviously incorrect. Please can somebody take a look at it for me and advise where it needs to be changed. Thanks [code] …

Member Avatar for whiteyoh
0
297
Member Avatar for k2k

hi, if i left a field blank in my table. when i tried to retrieve all the info out to the form. the text box supposed to have blank (because the corresponding field in the table is blank) appear a "/" ... i have tried to use trim() ... stripslashes() …

Member Avatar for k2k
0
335
Member Avatar for flightoftheowl

Hello all, I am based in Cape Town, South Africa, 37 years old, and apart from an evolving interest in web design and development, my other passion is photography... I guess I'm a bit of a nobody when it comes to design and development, but what I do know, I …

0
4
Member Avatar for tones1986

Hey all. Me again. I am working with a database that contains data about multiple cruises. I am setting up a site that will allow the user to select multiple things. These include: Name of cruise ship. Departure Port. Port of Calls. These items are in three pull down menus. …

Member Avatar for tones1986
0
115
Member Avatar for feoperro

Hi, I'm trying to create a page that contains a table that is hidden initially (on page startup). Later, when a link is clicked, the table should show permanently. The problem I am having, however, is that when I click on the link, the table shows for a second and …

Member Avatar for essential
0
99
Member Avatar for tones1986

Hey all i have the following code: [code=php] <?php include 'config.php'; ?> <!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> <link href="design.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Search for <?php echo "$_POST[boat]" ?></title> </head> <body> <?php $port1 = $_POST[port]; if (isset($port1)) { echo "This …

Member Avatar for tones1986
0
91
Member Avatar for dlaniger

Hello- I just joined and have read the thread:[url]http://www.daniweb.com/forums/thread48188.html[/url]. I was advised to start a new thread as that one is to old now. Anyway, I have the same problem and am trying to use the "hidden" input tag to access the parameters I need in the jsp. My code …

Member Avatar for kvprajapati
0
922
Member Avatar for drugoholic

Hey there, I'm currently using ja_Purity to create my own template and so far I've succeeded but now I'm having a new problem. Please check the screenshot below, what I basically wanna do is make the big banner to stretch all over the page coz it's 1000px wide and the …

Member Avatar for MidiMagic
0
135
Member Avatar for gackerman43

Hi, I'm trying to make the following div element I found using firebug not appear through CSS. What code should I add to my CSS stylesheet? I'm assuming it's display:none but don't know where to add it. <div dojoattachpoint="_embedGroupButton" class="embed_group button">Embed</div> Any help would be appreciated! Thanks

Member Avatar for MidiMagic
0
92
Member Avatar for kako13

Hi, the site navigation bard (on gray) look different from page to page. I want it to keep the same size no matter what page I visit. I attached the CSS and the html pages. * This problem seems to happen in Internet Explorer. [CODE=css]body { font-family: Verdana, Arial, Helvetica, …

Member Avatar for MidiMagic
0
75
Member Avatar for alphabetical

So i have a page which layout "fits" to screen, so that users do not have to scroll to view the content in the middle. It has a header, a container/body area (with its own internal scrollbar) and a footer that supposedly sticks to the bottom. The problem: for IE …

Member Avatar for MidiMagic
0
264
Member Avatar for ggeoff

Hi I am still a newbie as far as using CSS is concerned. I had a problem, now resolved, where the CSS for part of my website was not working. I just couldn't see what was wrong! Eventually after a sleepless night and a search on the Web I solved …

Member Avatar for MidiMagic
0
182
Member Avatar for ma-chino

Hi All- I have the following iframe on my main web page which calls up another html that has several links that popup images whenever you hover over the link. Thus far, everything is working except that I would like to have the popup images centered on the iframe and …

0
48
Member Avatar for beko

I am trying to centre the whole of my page. I have kind of done it by creating a div called "alignment" containing all my HTML. Then I've done this with the CSS: [code] #alignment {text-align: left; margin: 0px auto; width: 750px; } [/code] It kind of looks centred but …

Member Avatar for Airshow
0
74
Member Avatar for siji44

Hi, I have designed one html page (home) with CSS. I have four more pages in html and want my heading and menus to be repeated. How should i do it? Do i have to write all the heading and menu contents in each of my pages or is there …

Member Avatar for bbqkaren
0
404
Member Avatar for Aeturnus01

Hi all, I'm totally new at web design and learning fast with tutorials, I have built the website already and now I'm trying to embed a flash movie that I just created in Adobe Flash CS3 successfully, I have also published the flash movie in HTML/.swf so I'm good there, …

Member Avatar for stevenpetersen
0
134
Member Avatar for bethennyengland

How can I keep up with new features of css and html? is there a good site I can go that lists websites with new good design layouts that I can try to emulate for sites?

Member Avatar for TheAlex
0
94
Member Avatar for bhagu

Hi, all!! I have very good base of html. I want to learn more about web design and development. I started to teach myself CSS. Than I will learn Javascript, PHP and MySQL. This is my journey I have decided. But, I am still confuse. Your suggestion would might help …

Member Avatar for moodymoe15
0
213
Member Avatar for php_noob

my BG doesn't load in FIREFOX? [ICODE]<div id="wrapper"> <div id="head"> <img src="images/png/xxxx.png" alt="xxx Logo" /> <div id="info-call"><img src="images/png/xxxx.png" alt="call-center" /></div> </div> <div id="navigator"><img src="images/xxx/left-nav.png" alt="navigation" class="left" /><img src="images/xxx/right-nav.png" class="right" alt="navigation" /></div> </div> [/ICODE] This is the HTML it is on DOCTYPE strict the problem is on NAVIGATOR! [ICODE] .left{ float:left; …

Member Avatar for php_noob
0
90
Member Avatar for abrocketman

I have created a swf file in flash cs4 and exported it. I have viewed it locally and it works fine. Once I upload it to the server it just play. I have looked at everything and it just wont play. I am stuck and not sure what else to …

Member Avatar for JasonHippy
0
228
Member Avatar for solahere

I wanted to do some popon windows when someone hovers over something on my page... new_window = open("page.html", "displayWindow", "toolbar=no,width=600,height=300,directories=no,status=no,scrollbars=no,resize=no,menubar=no"); I can do that by opening a popup using the abovecode but it opens in a separate page... I want it to hover on top of the same page some …

Member Avatar for solahere
0
122
Member Avatar for kako13

Hi, I'm was asked to create a search engine. The same search on data in a MySQL service. Right now it work, but the search query is not powerful. How I can improve it and make it a good search engine? [CODE=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Member Avatar for kako13
0
162
Member Avatar for InsaneVr6

Whats up everyone? I have seen a lot of good things and learned alot from the Daniweb community over the years but never became a member. I am sure that we can guess I am in to computer's, but there is alot more to me than that. I am a …

Member Avatar for jusvie
0
159
Member Avatar for fisher318

Hello, ok, for the web site groundwire.net, the live chat button on the far right displays fine in firefox and safari, but is slightly offline in IE7 and EXTREMELY messed up in IE6. Anyone able to point me in the right direction of how to get this code to work …

Member Avatar for fisher318
0
81
Member Avatar for christnelson

I'm new to Dreamweaver and working with Spry Menus. I started with the adobe tutorials this weekend and am working my way through things now. I'm currently 'stuck' on two steps. I've put a mock of the header here for illustration: [url]http://tamos.net/~cnelson/Dreamweaver/[/url] VERTICAL BORDERS FOR THE BUTTONS: The first has …

0
56
Member Avatar for tillotama

hi please check the code which works fine in IE but not in Firefox... urgent help required... HTML [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"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Untitled Document</title> <link rel="stylesheet" href="style.css" type="text/css" /> <!-- …

Member Avatar for essential
0
225
Member Avatar for Zurompeta

Hi all, Having a strange issue here. To help explain my situation, I have some images I'd like to include. This first image is of one of two user input forms. Notice in the top left of the picture, the second tab is selected. [IMG]http://www.abexal.org/image_1.jpg[/IMG] The arrow is pointing to …

Member Avatar for Airshow
0
205
Member Avatar for diafol

Hi all. Have been trying to get my head around a problem in my custom messaging system. This is my msg table: id (PK) datetime_posted (datetime) from_id (FK for user id) to_id (FK for user id) title (the title obviously) msg (the body) status (0 = inbox, 1 - removed) …

Member Avatar for diafol
0
83
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 Alex_

Hello, I want to know if it is possible to do that, and how if yes. I tried doing something like this [code=jsp] ... <%! public static Object selectobject; %> <select name"xxx" onChange="<% selectobject = this%>"> </select> ... [/code] But it's not giving me any useful information about the values …

Member Avatar for kvprajapati
0
109
Member Avatar for denniskhor

My question as below: 1. How to save result text to HTML in Python? 2. If i want continue append more result text in the same HTML file, how?

Member Avatar for shadwickman
0
4K
Member Avatar for abrocketman

Evening All. I am busy creating a website that will have about 20 pages. So I have made a header and a footer (include("");). now that i am ready to start with the main content of the site i cannot seem to add div tags to the css file inside …

Member Avatar for spthorn
0
147
Member Avatar for roryt

Although forms are one of the most boring elements of any website, styling them can be a dangerous business. All too often it is forgotten that the way a form looks will impact greatly upon what the user uses it for. Change the style too drastically and the user might …

Member Avatar for almostbob
2
2K
Member Avatar for leegeorg07

first i want to say hi, i have just been learning html and css and so i have been making a website for my air cadet group, but when i validate this 1 page: [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" …

Member Avatar for almostbob
0
87
Member Avatar for solahere

I wanted to do some popon windows when someone hovers over something on my page... [ICODE] new_window = open("page.html", "displayWindow", "toolbar=no,width=600,height=300,directories=no,status=no,scrollbars=no,resize=no,menubar=no"); [/ICODE] I can do that by opening a popup using the abovecode but it opens in a separate page... I want it to hover on top of the same …

0
67
Member Avatar for brookywat

Hello, I am new to html and c# my life been in engineering. I am trying to create a simple login page, I have used html for the page structure and I am using c# for the login authentication. I have a table database with MS Access but I can’t …

Member Avatar for sknake
0
124
Member Avatar for morecrab

Hi all, I had a problem with this html. Its name is index.asp. [CODE] <form action="index.asp" method="post"> <input type="submit" name="previous" value="prev"> <input type="submit" name="next" value="next"> </form> [/CODE] The problems is, [INDENT]I don't know whether i push the prev button or the next button.[/INDENT] How i will know that ? --THanKs …

Member Avatar for alexhernandez
0
78
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 ersubhajit

I am getting this problem whenever I login from index.php to admin_area.php. I am giving the codes of the two files. Please help. Index.php [code=php]<?php session_start(); include("../lib/globals.php"); if(isset($_REQUEST['submit'])) { $u_name=$_REQUEST['username']; $pass=$_REQUEST['password']; $sql="select * from `user_table_master` where `user_name`='$u_name' and `password`='$pass'"; $result=mysql_query($sql); $row=mysql_fetch_array($result); $num_of_rows=mysql_num_rows($result); if($num_of_rows>0) { $_SESSION['logged_in']='y'; $_SESSION['user_type']=$row['user_type']; $_SESSION['user_formation']=$row['formation']; $_SESSION['user_name']=$row['user_name']; $_SESSION['name']=$row['name']; $_SESSION['user_id']=$row['user_id']; …

Member Avatar for guru12
0
154
Member Avatar for w33n

I have both download pdf and a return to top button on a page of my site. They work perfectly in every browser except Internet Explorer. The strange thing is, if I use simply text, it works in IE. What's the deal??? Can anybody help me? My code is as …

Member Avatar for dipak_passion
0
51
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 ma-chino

Hi all- I am working a website that opens with a company logo appearing in flash. What I would like to do is load the home page html after a short pause once the flash animation has completely displayed. Unfortunately, I am not familiar with Flash and I had the …

0
65
Member Avatar for txparrothead1

Help! I've got a form that will only work halfway. It will send the info in an email but it will not automatically redirect to the payment page. It used to work but clearly I have messed it up! HEre is the code for the form page. It should send …

0
65
Member Avatar for xuexue

hi guys, just wanna know, how could i download a file using php script? it is possible with visual basic 6 but the problem is how would i do that using php???

Member Avatar for xuexue
0
125
Member Avatar for darthvegan117

This is effect I want: [URL="http://haptictheory.com/clients/jh/nav/"]http://haptictheory.com/clients/jh/nav/[/URL]. I want the current page to have the green image behind it so people know what page they're on. This is what I have: [URL="http://haptictheory.com/clients/jh/index2.php"]http://haptictheory.com/clients/jh/index2.php[/URL]. The current page doesn't display the background image except on hover. CSS here: [URL="http://haptictheory.com/clients/jh/css/global.css"]http://haptictheory.com/clients/jh/css/global.css[/URL] Thoughts?

Member Avatar for darthvegan117
0
126
Member Avatar for ayesha789

Hi,I need to develop a menu like a Categories Menu in the link [URL="http://media2.smashingmagazine.com/wp-content/uploads/images/type-layouts/t20/"]here[/URL]

Member Avatar for peter_budo
0
78
Member Avatar for giemman

I have two problems: [LIST=1] [*]the download from mysql tables on unix system render some incorrect characters on imported tables on windows system [*]html generated by my php application reading that data appears incorrect - in some special character - . But, if I refrech my page, then the incorretness …

0
54
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 zeusofolus

Hello All, I have a order form that is using a foreach loop with an array. The loop displays correctly the first time it is displayed on the page, but when the totals are updated with the submit button the loop duplicates the second to last entry? [URL="http://cubicalstudio.com/wholesale/foreachlooperror.php"]Here is a …

Member Avatar for zeusofolus
0
217

The End.