6,557 Topics

Member Avatar for
Member Avatar for ptemedia

Hi, I have seen a lot of people have been having a similar problem to this, but I have not found a solution and so daniweb is the best place to go! Basically, whenever I use: [CODE]<?php include_once "Filename.php"; ?>[/CODE] which I often do for the header, navigation and footer …

Member Avatar for ptemedia
0
272
Member Avatar for MayaPawar

i have one html page. I want display data from database. i have created one asp file that display data from database also i have created html file which contains all design of web page. when i combine this two . it displays table from database but images are not …

Member Avatar for ArtistScope
0
304
Member Avatar for peidoca

Hello, this is my first forum post ever so please be gentle. I have a hidden menu (div) which is revealed once you click a img button. The magic is done with js command like style.display='block'. Problem: The height of the page(stage) is 700px and the menu is 1000px, so …

Member Avatar for peidoca
0
200
Member Avatar for chowmein87

I am trying to make an application where i show a picture of the human body and i want to have clickable body parts e.g. arm, leg, head, torso and each of these opens up a form. I already got the picture of the body as a background to the …

Member Avatar for Oxiegen
0
140
Member Avatar for davy_yg

Hi, I am trying to create navigation bar, each word suppose to give a distance with other word. Ex.: Home About etc. yet, I am unable to create such things. At first, I am trying to create it with normal spacing inside a <p> yet, whenever I view it in …

Member Avatar for almostbob
0
128
Member Avatar for staticwave

Hi, I am very new to working with php and I need a little help getting the fields from my form divided into two rows and properly aligned when output to the user. [B]Function:[/B] This is a Client Profile type of program. A form is displayed to the user and …

Member Avatar for staticwave
0
397
Member Avatar for patrickm129

Hi all, I hope you're having a good day. I'm 15 and as a way to earn some money this this year I am thinking of starting a small web development business. I have knowledge in HTML (4 and 5), CSS (2 and 3), PHP 5, SQL, and some knowledge …

Member Avatar for Clanstrom
0
512
Member Avatar for george61

Ok I made hover effect for group of five images-appearing border. But when I'm hovering the image some other two images are moving few pixels downward. [CODE]<div class="rel"> <img src="images/4wheel2.jpg" height="85" id="on"/> <img src="images/4wheel2.jpg" height="85" id="on"/> <img src="images/4wheel2.jpg" height="85" id="on"/> <img src="images/4wheel2.jpg" height="85" id="on"/> <img src="images/4wheel2.jpg" height="85" id="on"/> </div> <div …

Member Avatar for mpb2053
0
4K
Member Avatar for PinoyDev

I am having problem regarding fixing my php content page with some css. I have a page which is 980px with..I want to put an image with 70 in height and 141 in width. But i want this image to be right align...I currently have the following css but when …

Member Avatar for PinoyDev
0
109
Member Avatar for DILO3D

[CODE] function func1(str) { document.getElementById("txtHint").innerHTML='<Br>Graph type: <select id="sel" name="sel" onchange="func2(str)"><option value="1">1</option><option value="2"> 2</option></select>'; } function func2(x) { some codes.... } [/CODE] In Above coding, i want to pass the "str" variable to "func2" in onchange . but above code is not working. Can anyone Please help me..?

Member Avatar for DILO3D
0
257
Member Avatar for maizer1

Hi, on our webpage, we display text taken from the DB, that includes html character codes like &lt;br/&gt;. Obviously, this display as <br/> on the page, but we'd like to actually see the newline. Its probably stored like this in the DB because we did an escape on the text …

Member Avatar for maizer1
0
109
Member Avatar for rayden150

Im trying to make a drop down menu bar purely using HTML & CSS, but one thing that is really bothering me is that it doesnt change to the backgroung color when I hover over the links I dont know why..? Heres the HTML, I used uls, div and li …

Member Avatar for jsmall26
0
226
Member Avatar for rakwel10

can someone tell me how to do this... I have a page that contains reports and information. For this reason, I thought of putting an rtf generator that converts HTML to RTF. I've googled it, found some codes, but I cant understand... Any one here know how to do it? …

Member Avatar for rakwel10
0
291
Member Avatar for Mahendra Jadhav

Hi All, I am new in perl, can anyone tell me how to read HTML template in PERL? Regards, Mahendra Jadhav

Member Avatar for insertable
0
94
Member Avatar for blaaam

Hi. I'm new here and I'm new into coding so i have question. Where i can get Simple Php website with login and singup function. I was search in google.com but i don't find nothing what would be good enought.And i don't whant build it my self, becous i can …

Member Avatar for G&G Designing
0
185
Member Avatar for Graycode

Hi, I am just in the mix of transferring a design that I had created for my client over to their domain. I had someone transform my design into a wordpress but they made such a mess of it, not completing many elements and now it is 2 days til …

Member Avatar for G&G Designing
0
152
Member Avatar for mwenyenia07

hi, i want to use first column of html table to hold key values which when a cell is clicked, a certain event is triggered say fetch data from database using the selected key.the following code can select any code but i want to specify the first column of the …

Member Avatar for Buppy
0
200
Member Avatar for Buppy

Hi, I have an elements: [CODE] <div id="mydiv" class="mydivclass"> </div> [/CODE] In CSS i have like: [CODE] div#mydiv { width: 100px; } div.mydivclass { width: 200px; } [/CODE] What i want is to the second CSS (class) setting override the first (id) one. The thing is that the class is …

Member Avatar for Buppy
0
72
Member Avatar for Graycode

At [url]http://sodesigns.co.uk/roots/[/url] Depending on the browser, depends on whether the font inside the posts displays correctly. It's all meant to be Arial and the Header font H1-H2 and the body text is also Arial at 13pt. How can I do this as a mass change? There is 3000+ posts so …

Member Avatar for Buppy
0
99
Member Avatar for ceopz

[url]http://i.stack.imgur.com/pv7Ho.png[/url] this is the menu im trying to build now im confused and cant figure out how to make it. one div (blue arrow) needs negative margin to get outside the box, another div for blue button background and inside the button two another divs or spans for the text …

Member Avatar for webdesignersnl
0
64
Member Avatar for inplainsite

Hello all, I am currently developing a new website in asp.net, C#. I first designed the master page in Photoshop. I used a really cool pattern that I imported into Photoshop. I want to be able to put this on my website as a repeated image. My question is; How …

Member Avatar for maninaction
0
323
Member Avatar for Mona Ali

Hi to all i have done validation on my HTML page but the problem is that when i press the submit button it show the alert message that name field is not specified but when i OK that message then data enter into the data base without specifying the name …

Member Avatar for ansaripk
0
133
Member Avatar for aiaustria

Guys, i need your help! :) I have an assignment for HTML, i need to create an HTML calendar containing a 12 months but divided into 3 rows so 4 months per row. All i can do is 1 month in a row and the other month is placed under …

Member Avatar for maninaction
-2
119
Member Avatar for dreadrocksean

Hi all. I have a dynamically generated HTML page using PHP. I create my PHP variables and then have them in line with my HTML like so: [CODE] <tr> <td align="right">Restaurant Subtotal</td> <td align="right"><strong><? $subTotal = getSubTotal(); echo money($subTotal);?></strong></td> </tr> [/CODE] I have a need to send the generated HTML …

Member Avatar for ddymacek
0
257
Member Avatar for Kratos-s-

i have created a html form page(1) and php page(2) to insert records into a database from the html form, when i insert the records from the html form and press the submit button the records don't get into the database but a page open with the php code i …

Member Avatar for rpv_sen
0
253
Member Avatar for mocinq

Hi guys, I'm new to CSS and the learning progress is going good but I have run into a problem! I have a main #wrapper which contains the whole website. Inside that I have a #header, #content_wrap and #footer. Inside the #content_wrap I have 3 more div id's (left nav, …

Member Avatar for mocinq
0
156
Member Avatar for kavyya

Hi i'm in need of a DHTML program for design tourism management program.. Since i don't have idea on it i unable to design it.. pls help me.

Member Avatar for Airshow
0
44
Member Avatar for mk09

Hi friends, i have an html file access denied issue only at windows 7 and windows xp and exacpt IE 8 like IE 7 it's works fine and only have this error at IE 8 at windows 7 pc. function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { …

0
39
Member Avatar for tobeeornot

Hi, I am trying to place two buttons underneath a grid I have created but they seem to overlap with the footer and I am not sure why. Would appreciate it if someone could have a look at the html and relevant css and talk me through what is the …

Member Avatar for tobeeornot
0
444
Member Avatar for iamthwee

Hi guys, I am using .css for a website and I am using divs to separate the header, middle and footer. Within the header there are various classes, one for the logo the other for the menu. It lines up OK in all browsers except IE, in IE there is …

Member Avatar for Arkinder
0
164

The End.