14,212 Topics
Hello everybody HOWDY? I have lot confusion about using id/class in CSS. When there is a need to use id and when there is a need to use class? What is the difference between id/class in CSS.Either there a standard way for the naming convention in css for the id/class …
Hi Everyone Umm...first time posting here. I'm barely learning about CSS and all that jazz and I'm confused as to what I did wrong. The professor doesn't really help us out and the book and lectures just confuse me. I put up the layout here: [URL="http://michie.suteki.nu"]http://michie.suteki.nu[/URL] My Navigation bar goes …
Hi guys Im new to web developing but have come as far as setting my web site up from using a template.This is my very first website that Im setting up and as you can read its not from scratch.anyways so far Ive been succesfull and will be hanging in …
Hi all, I'm a complete newbie to CSS and HTML, so this could be a very obvious solution. I've pulled most of this from different tutorials I've found online. I'm trying to get the website to be 780 pixels wide and in the centre of the page, and also to …
Hi, After designing my website and the creation of my CSS File that i use on the tables,cell, e.t.c i intend editing the website and creating a new style of CSS but on right clich to applied the CSS i found that the CSS appear grayed off i.e i can …
I want the height of the right side column (id="menu") stretch down automatically, when the amount of content on the left side (id="page00") makes the "page00" div taller than the "menu" div and/or viceversa. I mean when I enter text and image in "page00" div, I want the height of …
Hi there. First let me say I'm completely novice in Javascript. This is my second time posting this, as I put it in the wrong forum initially (sorry). Someone else wrote this and emailed it to me, I have just tried to used it. I know my way round html …
Hey All, I'm having trouble figuring out why I can not put aphostrophies in my input form. This is a user input area and it won't take words like, don't, won't ...etc. Here is the input form [code] <?php if (!isset($_SESSION['valid_ad_user'])) { echo "<h2>Sorry, you do not have permission to …
hi im developing an application where in i need the entire path of the file in the fileupload control i m able to get the same in IE 6/7 but i m failing to get the same in Firefox 3 i m using document.getElementById('...').value of the file upload control to …
I'm creating a SMTP client. I'm entering the data(to, from, subject, body) in a HTML form. How do I pass that data into the actual Java SMTP client so I can send it? I know how to hardcode the data into the client and send it that way but having …
I have a program for which I am designing a help menu. The program allows you to add squares, ovals, and other shapes, and move them, rotate them, etc. I'm setting up some HTML pages that explain how to do different tasks. So when the user pulls down the help …
Hello fellow geeks. I'm a new guy here, my name is Randy and I'm pretty new to the IT arena, I've been teaching myself HTML, Java, PHP, and more recently, C++. I'm in the US Army, stationed in Germany. Right now I'm a military police investigator, but soon I will …
Hi All, Basially a client wants to visit his site click on the admin link and upload some images and some text so his page refreshes with the new stuff showing at the top and the older stuff below it. I was thinking at first of using include but not …
[url]http://www.proloanmods.com/testimonials.php[/url] The testimonials.jpg graphic on this page appears fine in Firefox. But in IE it gets chopped off. I'm not sure why only on this page as I use the same template for every page more or less. Does anyone have any ideas why? Also, I've tried resaving and reuploading …
hi to all....... i have made a text box on my web page.....i want that when a user enters the name of the place in that box then the words that sounds same should be displayed at that time........like if i want to enter haridwar then as it is same …
Hi was told to put this [code]align: center;[/code] to center tables in an html page but where does it go, into css or html not got a clue thanks.
Hey everyone found this site through google and thought i would sign up. I am 23 years old and currently about to enter 2nd year at Abertay University in Dundee, Scotland. I studied on a diploma course in Computing & I.T last year but have changed over to a degree …
I can center the text in the list but not the actual bullets or numbers (<ul> <ol>) I am very new in HTML. Thanks
Hi, I am typing out my chemistry notes as a study method using html (planning on making a website devoted to study notes) and sometimes need to type something with both super and subscript text straight after it and have noticed that is ends up being out of alignment as …
Hi folks! I'm new here and possible I'm posting my request in completely wrong forum, but since I was so stupid to wait until the last minute, I'm pretty pressed for time right now and need a quick solution for my problem. My problem: The MySpace site, that I have …
I love DaniWeb and I don't care for IE that much. I went onto the site and it didn't work properly in firefox,chrome, or opera. It worked better in chrome then it did in FireFox and Opera so I am not sure if your trying to make it Chrome compliant. …
Hi all Just want to know if it's possible to check if a checkbox is checked on page load. Venom Rush
Hi all, I'm a dutch pilgrim, hiking to Santiago de Compostela in stages. I got involved in webmastering the site for the Dutch society of Santiago Pilgrims. I am therefore new to using HTML and the content manager "movable types". I hope to learn from you how to deal with …
Is it possible to have a grid view with column in which the text is displayed in multiple line rather in a single line?i mean i want column to be ofd specific width and if the length of the text exceeds that width den it shuld be displyed in next …
i am trying to submit three forms with the one button using javascript. here is my code [CODE]<script type="text/JavaScript"> function submitForms(){ document.dropdown.submit(); document.radio.submit(); document.form.submit(); } function textLimit(field, maxlen) { if (field.value.length > maxlen + 1) alert('your input has been truncated!'); if (field.value.length > maxlen) field.value = field.value.substring(0, maxlen); } </script> …
hi i wrote a simple ajax script its working and i don`t know why can any one here can help me? when we place a mouse on a link then it shows that page this is my basicajax.php page [code]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>ajax</title> <link rev="stylesheet" rel="stylesheet" …
Hello again fellow Daniweb techys, remember me? Serunson is back, after a very long break i agree, but now he's at uni, and has a job, and is more amazing than ever! So i thought i would come back and join the realms of Daniweb and be part of the …
Hi guys, I'm new to programming and am learning with Python. I am trying to write a program that will get information from a website and display it in a program. Specifically, I'm writing a stock portfolio program that will look up information on a specific ticker and return that …
Well I started getting into coding learning the basics of Python and looking into C++ but I'm not sure if it's really something I want to do, so I'm looking to get into and explore web development I'm wondering though where I should start after learning basic HTML? I've read …
hey guys, I want to make a website for my company but i am not sure which tool to use. Can you please suggest some tools for web designing. I am familiar with HTML/CSS.
Hi there, could anyone help me how to log in to a new html page? Like, when I click on log in button, it brings me to a new page. I tried several methods but didn't work. Thanks in advance. [CODE]<html> <head> <link rel="stylesheet" type="text/css" href="style.css" title="style" /> <title>Identify Users</title> …
hi i have been trying to get this working out i got a login url with two urls actually one to log you in and a java script button. lets say this is the URL's [url]http://login.mywebsite/login.nhn?m=login&memberid=[/url] (HERE Account) middle part of url : &password= (password) The last part i would …
Hi,<br> i went to [U][url]http://www.javascriptkit.com/[/url][/U], i copy the HTML at this website [U][I][url]http://www.javascriptkit.com/script/script2/formfieldhints.shtml[/url][/I][/U] i put the codes at my blog. [i edited the codes.But i only edited those main title]<br> But the problem is how do i make the Form Validation to auto send to my email address, with a …
Hi, I have a basic unordered list in my site map, with a few sub-indentations: <ul> <li>item1</li> <li>item2</li> <li>item3</li> <ul> <li>sub-itemA</li> </ul> <li>item4</li> <li>item5</li> </ul> My problem is that I have a space/break in between sub-item A and regular line item 4. I can't seem to close the space. My …
Well i noticed that IE8 scr*s many sites and its better to set it in compatibility mode.I have a little problem with my css menus. My website is [URL="http://parhs.no-ip.org/athenstickets/"]SITE[/URL] The problem is with the menus.If they dont have submenu the hover effect doesnt work at all! Its insane i cant …
I am trying to upload a flash animated photo slide show to my website. I am using Nvu as my site editor and I am hosted through Bluehost. I have an html website and the slide show software (Amara) said that I should have no problem uploading my slide show …
Ive created a .html page, but now i want that when a user tries to open that .html page he must be automatically directed to .asp page without showing the contents of the .html page. How can i do that ??? Please help !!! Thank you !!!
Hi everyone I am what you would call a newbie to the web site matinance and development I am having a problem that is costing me a lot of lost business and any help be greatly appreciated ... I have a quote form the should be require our visitor to …
hi there, is there any editor or compiler that explain us what the lines of codes we have written means and is there any editor or compiler that we can use with html & php.mail [EMAIL="deinsh5@hotmail.com"]me[/EMAIL]
When i register with some website they send a confirmation email to me in which i am required to click on link to activate my account with thier site. How are such pages created ( in Dreamweaver ?) how can use it on my own website.
it isnt clrscreen; cause thats not working. Can anyone refresh my memory? thanks
Is there a way to override the IE user set font size. Basically when I user increases the font size in the IE preferences. Would !important; on the font css tag fix this? Thanks!
Hello all, Im trying to display an image to the right side of radio buttons. I kind of did it, but my OK button is too low now, which means I must have put this echo code in the middle of the radio button list or something. Im an absolute …
When I select a style from the properties inspector for text, it applies the font-family and font-size, but not the color. I cant figure out why. When I look at it in dreamweaver it works, but when I look at the page in a browser, it doesn't work. Does anyone …
hi all; im looking a good example of 3 selector like for region province and city. if select form the list of region the province would have a list of province belong to region and the city well provide a list of cities belong to the region. and if province …
My navigation system consists of a main bar, which changes colour when a mouse hovers over it. Clicking this link results in a secondary menu appearing, in silver/white. However, the content background is white, so these link colours aren't suitable. I have tried changing my CSS code so that the …
My site looks like I want it to in IE but there are several problems when viewing in FF. Compare [url]http://www.senatorbarkley.com/bio1.htm[/url] between the two browsers. On right side, the white box "Bookmark This Page" is to the left instead of being centered. The yellow is not going down below the …
Good day, I am having an issue with IE 5.x and the following [URL="http://pages.total.net/~dwlamb/"]web page[/URL]. For some reason the area of text is narrow as though the maximum possible resolution is 800x600. I say this because testing this page at 800x600 yields a similar result in all browsers tested that …
hello, i have following php-mysql image list script, which populate images in columns and rows of html tables, but i want to change the html columns and rows strctures into xhtml and css, i don't know how to do, [ICODE] <?php $albumId = $_GET['album']; $query = "SELECT im_id, im_title, im_thumbnail …
CSS based design vs. Table based design has been a debatable topic since long. Both the designs have their own set of advantages and disadvantages. CSS based design is however used by a majority of people today. CSS means cascading style sheets which enable us to split up the design …
The End.