14,212 Topics
I am making some changes to a website for a friend, (because the guy who created her website charges $50 an hour, and I'm only $25). And I noticed that he has her set up with an index.html, and a home.html. Both of the pages are identical. When you type …
I have produced the following code so that all div tags mmove with the browser[HTML]<style type="text/css"> <!-- #Layer1 { width:800px; height:800px; margin:auto auto; overflow: hidden; } #Layer2 { position:relative; width:501px; height:115px; z-index:1; left:280px; bottom:780px; background-color: #FFFFFF; } #Layer3 { position:relative; width:250px; height:115px; z-index:2; left:20px; bottom:895px; background-color:#FFFFFF; } #Layer4 { position:relative; …
hello im trying to get my div layer to align so that it centers on the browser so it doesnt matter about the size of somones browser it will always be centered on the page. i have tried [HTML]<div align="center" class="style1" id="Layer1">[/HTML] but this doesnt seem to work when i …
What is wrong with this I can't get the margins to line up the [B]Create an Account.[/B] The main part is showing up down below the left hand colum. I am so confused. I am new to div [html]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- …
Hello gang, Here I am with another Newbie question. I'm creating a photo gallery for my Web site. Right now I use a series of links to create the gallery: [code]<a href="./images/gallery/photo1.php"><img src="./images/gallery/thumbs/tn_photo1.php"></a> <a href="./images/gallery/photo2.php"><img src="./images/gallery/thumbs/tn_photo2.php"></a> <a href="./images/gallery/photo3.php"><img src="./images/gallery/thumbs/tn_photo3.php"></a>[/code] My Linux host will already make the thumbnails from images I …
This may sound a little amatuer but, can .png formatted images be used in web pages? if so do most hosts allow?
When people request info and use certain symbols through our online form, the email we recieve returns a bunch of #'s, letters, etc. For ex., if the word they use contains the and symbol (&), our email shows & in place of the &. Is there anyway this could be …
I have a table for which I have to create a report.The user must only enter the dates(from and to).The date field is present in the table. Please help me to do this.
If i have 2 fields and i want the user to enter some details in the first field, but after they enter the details in the first field, i want the second field to automatically default to show "TEST", and not be able to write in this field....how do i …
Hi, I am using a CSS hover menu (with a IE fix) to navigate a website. It is working fine in all browsers except for Opera for Windows (and possibley old version of NN). What happens is the menu opens up and works fine unless there is other html that …
Hello, I'd like to do something in my site's FAQ section. I'd like people to see the questions, and when clicking them, the answers will appear beneath them. This is done on many sites (I don't have a specific example), but I don't know where to look for such a …
to use my scripts "html" do i need to have a web host?
Can anyone tell me what is the procedure to insert PHP in HTML language?And will file extensiton also change?
Hello.. I am looking for someone to tell me the code or show me how to have a postbit like this site have? I also want it on my forums! Thanks
Looking for an alternative script or workaround for IE 6 table layout bugs. I'm using Yahoo Site Builder 2.3 The current script that I'm using is not working. When the page loads the table cells are not the correct size. If I refresh the page everything is perfect. If I …
I need someone to point me in the right direction or just hit me over the head and tell me what I need to do. I feel comfortable doing the html coding - javascript is not my friend as of yet -- but I am working on that. The other …
Here's my problem :) I'm working on some stuff for our website, that is about 900 pages in Word, and having to code it in HTML. To make it faster for myself, I've created two text styles <command> and <order> Here's my stylesheet: [code] command { color: c30000; font-style: italic; …
Hi/ Bit new to PHP. I am adding a PHP send file to my FTP but I don't seem to be able to get it to work. Can anyone help? In dreamweaver I am indicating method of POST with action of sendmail.php and application/x-www-form-urlencoded. I getting line 91 problems. $headersep …
All of a sudden my internet explorer 6 will not display any css attributes. Neither on the web nor locally. Any info on this would be greatly appriciated.
I want to organize my site better, as im building this im finding alot of pages in my index folder. Can i set the links to look for the next html in a folder. If so whats the cmd. Or is that not possible and I should start to study …
I'm having trouble coding the navigation portion of my web page. It is my intent to have a navigation menu on the left-hand side of the page and in a different color than the rest of the section. I also want a SECOND navigation menu, separate from the first but …
Hi. Stuck with some problem again. Here is the case. I have a sql server database table for storing users information. In the table there's a field called menu_link which stores menu URLs for my web application. This is to restrict which menus are viewable to authorized users. Those who …
I would like my old postings to remain on my blog through out the month. Then after every month change over the links will post for that month. The links should remain posted through out the month. And can you tell me what does this code mean: <ul id="monthly"> <ul …
Dear All, This is my first post - I was delighted to stumble across such a great resource. I am trying to set up a simple e-card system for my website using HTML formatted CDOSYS email messages. At present I have the system up and running in a raw form …
Hi, I was just wondering if anyone could help me. I had an HTML web form posted and it was working fine. Then they changed the filters in the email server to block anything that doesn't have a "From" email address. I'm using Dreamweaver 8. How do I make one …
I need two anchor id's, one to darken links, and another to lighten them. Here is what I'm trying now, which isn't working: [code] a#map { a:hover {...} } [/code] how do I correct this?
Dear All i am totally confuse in how to explain the issue. i will try i am web master of one site [URL="http://www.makepakistanbetter.com/why_how_what_forum.asp?GroupID=5&Group_title=Pakistan&ArticleID=351&Article_Title=Burney’s%20concern%20for%20thousands%20underage%20missing%20jockeys%20in%20Dubai&ArticleFName=350-2-5.html"]www.makePakistanbetter.com [/URL] if you check this link,there is one issue you will be seeing there this txt 1 "Burney’s" but this is not what i entered. in the …
I am pretty new on CSS and wanted to know when it is the right time to use a # before the name eg. #footer . Also while I am here please could someone tell me how to make text rap in a div tag. Thanks for your help.
I have just started designing a new site and have decided to use a background that stays still. I have done this by using a fixed attachment in my css. I have used a png file and have found a filter fix from [URL="http://homepage.ntlworld.com/bobosola/pnghowto.htm"]http://homepage.ntlworld.com/bobosola/pnghowto.htm[/URL] which is quite straight forward. My …
Hello, I came across a nice API called iText which is able to produce PDF-documents from my java-code, this API makes it also possible to create an HTML document. I want these document to look the 'same', as far as possible. And I am satisfied with the look. What I …
I have two questions, somewhat linked together. I'm trying to create a webform, and for a few pieces of it I'll need to be able to enter descriptions into a field. I've been requested to make the fields in question larger, much like the reply-box field here, so as to …
ok i got a lot of question what i need to have to use java scripts whats css scripts how do i use it and what i need to have to use it html: when i made a script how do i make a site with it exemple: [URL="http://www."]www."********".com[/URL] like …
Hi, I was wondering what the best way of inserting a large flash file in a HTML page was? I want the page to load as quickly as possible. Is it best to insert a small flash file in the HTML and then have that small flash file load a …
hello Have you seen this before? I am running xp pro and all of a sudden it will not respect any css on the net from any websites and it will not respect any css used in software run locally. I am stimied. Any one experiance this before? Any have …
hi i have 2 questions and im using vb.net 2005 Question 1 How do i print a HTML page to the default printer without any printer prompts apearing. The html file is generated at runtime and i need it to be printed. i can either dump the HTML file in …
I added a page border around all of the contents. I was wondering what people thought? Any suggestions? Thanks!
The following is supposed to create 2 clickable regions in a JPEG of a hot air ballon ie balloon on right (circle) and basket on the left (rect) but something is clearly missing but I can't quite work out what. Have checked a few sites but no joy so far... …
I am trying to make a navigation bar using a list. Since a list is indented by default, I can't seem to get my list all the way to the left. I have looked at examples of this, but am not sure how they are doing it. Below is what …
Does anybody know what script: [URL]http://www.built2go.com/[/URL] uses? I want a script that operates very similar. I want to offer electronic products of similar nature but do not want to offer that exact product, and would like to display my products in similar way: Categories in 3 columns or similar Product …
I am having trouble moving files in dreamweaver. i have my own website and i am trying to move a file from one directory to another without having to fix all of the hyperlinks i have to that one file. now when i go to move the file on my …
I am having trouble moving files in dreamweaver. i have my own website and i am trying to move a file from one directory to another without having to fix all of the hyperlinks i have to that one file. now when i go to move the file on my …
Hi I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there. Is there anyway of clearing these boxes on the click of the submit button?
I need to display the results of a short poll, and display the percentage of results for each option in each question. I don't know how to calculate the total number of results for each option or how to calculate and display the percentage of each vote. One of the …
Hi I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there. Is there anyway of clearing these boxes on the click of the submit button? (sorry …
Hi there I've searched all the forums on a couple of websites trying to solve my problem. I am constructing a site in which I want to change the color of ONLY the actual bullet in a list item. I have defined the bullet to be square using CSS, but …
hello, pls help.:-| i have 3 dropdown lists: country, city and area. when i select a country, the values in the city and area dropdown lists should change automatically without reloading the page. the cities and areas to appear must be in that country. same thing goes with areas in …
I have used the Suckerfish drop down menu and have run into a problem. I found the sample code [URL="http://www.htmldog.com/articles/suckerfish/dropdowns/"]here.[/URL] Here is a simplified version of what my code looks like: [code]<style type="text/css"> body { font-family: arial, helvetica, serif; } #nav, #nav ul { /* all lists */ padding: 0; …
Hello everyone. I am trying to write a drop down menu Javascript and have run into a little problem. I need to change the (opacity=0) value inside this custom style: [code]<style id="menu_style" type="text/css"><!--.menu {z-index: 3; filter: alpha(opacity=0); position: absolute; left: 200px; top: 100px; width: 180px; height: 210px; background-color: #0000FF}[/code] The …
I want to place abox within a box. I want the small container inside the container. Here is the code: [html]<head> <title></title> <style type="text/css"> <!-- #container{ position: absolute; top:200px; left:200px; height: 300px; width: 300px; } #smallcont{ position: absolute; top: :10px;left: 10px } --> </style> </head> <body> <div id="container" <div id="smallcont"> …
Hi. My name is Dennis. I'm 16, a senior in High School, and I like programming. I've got over Two and 1/2 years of experience with HTML/CSS, and over Two years of PHP/MYSQL experience. I also dabble in XML, JavaScript, Perl and whatever I feel like looking into. I'm working …
The End.