6,568 Topics

Member Avatar for
Member Avatar for vov4ik

Hello people, I have just started to learn JS, and have a question. I want make my script to load (for preview) an image file chosen by user through HTML form. My code is following: [html] <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <title>Upload form</title> <script …

Member Avatar for MattEvans
0
172
Member Avatar for Maples

Hi folks, I am currently in the process of developing an accessible site which provides distance training courses for the disabled. I am attempting to make everything on the page adjust when the user increases the font size - menu divs get wider, text wraps to next line etc. I …

Member Avatar for MattEvans
0
105
Member Avatar for jgill

Having problem with the following HTML code in IE7, everything works fine in IE6: <option value='215001' label='250000,15,10,1'>This is a test</option> In IE6 I see “This is a test” in the drop down list so that the user can make the selection but in IE7 I see '250000,15,10,1' in the drop …

Member Avatar for MattEvans
0
113
Member Avatar for greywolf

[U]How can I use php script in xhtml file?[/U] I have short_open_tags = Off in the php.ini and I tried to use <?php ?> or <script language="php"> </script> within xhtml file (I need to use xforms), but my php code is never parsed. Why is that? Thanks for advice.

Member Avatar for stymiee
0
110
Member Avatar for cancer10

Hi, I am trying to send the following HTML mail thru the ASP CDO component. This is the HTML mail i wanna send from Page 1: [CODE]<div align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="820" height="540"> <param name="movie" value="http://mywebsite.com/movie1.swf"> <param name="quality" value="high"> <embed src="http://mywebsite.com/movie1.swf" quality="high" …

Member Avatar for katarey
0
79
Member Avatar for EnderX

I have been requested to create a file which will act like an XML page (expandable tree-like structure). I have been given the following requirements: 1. End user requires that the page be an xml file. No problem there, I know enough (barely) to do that. 2. Request that, if …

Member Avatar for MattEvans
0
117
Member Avatar for boo_lolly

hey all! i've got a CMS i'm working on and i have a couple of HTML tables that are populated via php loops communicating with the SQL database. got it? good. at the end of each row in the HTML table there is a checkbox. i need to be able …

Member Avatar for boo_lolly
0
730
Member Avatar for spike29

Question for a Book (Inernet & WWW How to program) Write a JavaScript program that uses Looping to print the following table of valuses. Qutput the results in an XHTML table. N 10* 100* 1000* 1 10 100 1000 2 20 200 2000 3 30 300 3000 4 40 400 …

Member Avatar for spike29
0
1K
Member Avatar for chunkmartinez

Can anyone tell me what !important does, or means, in Css. Ive tried googleing it but i got nothing!

Member Avatar for chunkmartinez
0
94
Member Avatar for vinoy

Can any pls tell me how to put a Flash drop down menu over a html..... any referace, any tutorial or any codes ........ it would me grt help for me.......

Member Avatar for katarey
0
84
Member Avatar for JulieM

I have Dreamweaver MX 2004, and Windows XP. I'm trying to validate and alter a template in Dreamweaver. (Template has one table, and seven editable regions.) First problem - can't make changes to some of the HTML, such as moving header markers outside of paragraphs. I can only change programming …

Member Avatar for JulieM
0
95
Member Avatar for Spycat

Hi, I have a page that features chocolate recipes. I wanted to give the ability for visitors to print out INDIVIDUAL recipes contained upon the page. I thought I had it made by going: [INLINECODE]a.document.write(document.getElementById('printit').innerHTML);[/INLINECODE] Of course, this only printed the 1st recipe...no matter which one was selected. I tried …

Member Avatar for Spycat
0
220
Member Avatar for Naters_uk

Hi people, I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my …

Member Avatar for campkev
0
732
Member Avatar for phillip9

Hello, Is it possible to create a menu template in CSS? I thought only style code could be put in the CSS, but a friend says that I could create a menu template using CSS. The menu would have 2 horizontal lines at the top for choices and there would …

Member Avatar for GreenDay2001
0
95
Member Avatar for MDGM

hi all!! This is my text only back-up menu at the bottom of my page, but the colours from my origional external css sheet look bad on its background, so how do i make them a different colour? Here is the code for the hyperlink: [code]<tr> <td>&nbsp;</td> <td height="20" class="stylesheet3" …

Member Avatar for MDGM
0
143
Member Avatar for MattEvans

Can it be done? I'm thinking along the lines of :hover.. :visited etc; Could I register my own psuedoclasses? ;) X.Y:Z would be handy for situations where X.Y isn't definitive enough, and X.Y#Z wont work because there's more than 1 Z-type thing on a page. Using Javascipt to bind objects …

Member Avatar for MattEvans
0
117
Member Avatar for marwan4

i am starting a new forum , and right now i am making a welcome email to be sent to users on registration , i dont know how to make a welcome email that contains pictures and links , i have tried to send some emails to my self writing …

Member Avatar for MattEvans
0
278
Member Avatar for nathanpacker

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 …

Member Avatar for tgreer
0
100
Member Avatar for nnhamane

Can anyone tell me what is the procedure to insert PHP in HTML language?And will file extensiton also change?

Member Avatar for Puckdropper
0
1K
Member Avatar for felonee63

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; …

Member Avatar for felonee63
0
100
Member Avatar for big dummy

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.

Member Avatar for big dummy
0
141
Member Avatar for GriffIT34

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 …

Member Avatar for NuGG
0
127
Member Avatar for outhier

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 …

Member Avatar for MattEvans
0
135
Member Avatar for danae

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 …

0
71
Member Avatar for eogmp3

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 …

Member Avatar for eogmp3
0
156
Member Avatar for roryt

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.

Member Avatar for tgreer
0
130
Member Avatar for roryt

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 …

Member Avatar for Rhyan
0
200
Member Avatar for ink

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 …

Member Avatar for tgreer
0
88
Member Avatar for booewen

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 …

Member Avatar for GreenDay2001
0
125
Member Avatar for big dummy

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 …

Member Avatar for fry
0
34
Member Avatar for Karl Gibbs

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 …

0
67
Member Avatar for kissiwat

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... …

Member Avatar for FC Jamison
0
129
Member Avatar for shanenin

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 …

Member Avatar for FC Jamison
0
188
Member Avatar for Mushy-pea

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 …

Member Avatar for Mushy-pea
0
132
Member Avatar for narsto

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"> …

Member Avatar for tgreer
0
46
Member Avatar for jetdean

can i ask a question How to restore or make a desktop.html My desktop.html has been deleted when there was virus detected in my systems.. somebody help me:sad:

0
49
Member Avatar for timhysniu

Hello there, We are using XSL transformations using XML for one of our sites. Anyway the idea is to show everything styled just like a regular html. I have a problem though. I have a node that looks like this. When I display it it will show on browser as …

0
71
Member Avatar for pctec

Such as this one... << url snipped to comply with forum policy >> I have tried it and it basically removes all spaces and linefeeds from your page. I reduces the size of the html file considerably. I am wondering if they adversly affect the way you are indexed by …

Member Avatar for Dani
0
136
Member Avatar for ElonTS

I have a question regarding the word "Welcome" as seen below in HTML, because the "W" and the "elcome" had to be divided due to web design, will that matter to the spiders and bots, or will they reckognize it for the word it is supposed to be? Or will …

Member Avatar for tgreer
0
49
Member Avatar for ctkr

I am driving myself nuts trying to get includes to work with & without Dreamweaver. What I am I missing? I have a test site up at: [url]http://www.tiimes.ucar.edu/index2.html[/url] And am trying to streamline changes for the website by creating a separate html (or php) with just the horizontal drop down …

Member Avatar for ctkr
0
94
Member Avatar for hgltd

Hi Does anyone have a solution or can point me in the right direction for my problem? I’m using an image map where the links (on the same page) refer to a vertical list of information. I would like to insert a small image (preferably) or highlight with a cell …

Member Avatar for hgltd
0
167
Member Avatar for carthick6

Hi.... can ny do this help for meee...:rolleyes: the first page shld contain username and password...and in that register.. the register options shld be jus username,password,email-id... if he entered correct username n passsword then it shld go in to another web page....for example it shld connect to som site [url]www.example.com[/url] …

Member Avatar for tgreer
0
102
Member Avatar for Woobag

Hey, Im trying to do a CSS rollover border color change for my images (which are links). Problem is, the border only partly covers the image, going about half way up the image on the sides, and not covering the top at all. Id post some code, but considering the …

Member Avatar for FC Jamison
0
117
Member Avatar for msvinaykumar

Hi, How to convert excel to html in shell prompt Is there any unix command to do this ? so that I can use that in excel Vinay

Member Avatar for KevinADC
0
228
Member Avatar for Mikeish

Hey guys I have a slight problem... You see I've got a menu that I attained from the internet. The code that I believe is relevant is located here: [url]http://paste.uni.cc/9962[/url] An example is here: [url]http://216.203.126.252/IHS/[/url] What is happening is that the menu will not drop down. I believe is it …

Member Avatar for Mikeish
0
68
Member Avatar for jwalker

I'm not exactly sure if this is a problem with php, or javascript, or FF, or what, exactly. I have a little php script that lets users input information like a form, and then generate an HTML pedigree. In a perfect world, they then click the "View Source" button and …

Member Avatar for Puckdropper
0
95
Member Avatar for nathanpacker

Is it possible to use HTML tags in PHP code? I have a php script that emails some form inputs to my email address, and I would like to bold certain words in it. The code preforms the message first, and then just posts the message in the body of …

Member Avatar for nathanpacker
0
295
Member Avatar for amaravanich

Hi, I'm trying to get the data type of a value entered into an input type text field in a form.By using typeof i am getting string always.Eventhough i was entered a number i'm getting the type of data as string.How can i check whether it is a number or …

Member Avatar for hollystyles
0
125
Member Avatar for joel61

i was wondering where or if anyone could provide me with an html code for an updatable schedule for my website???

Member Avatar for tgreer
0
47
Member Avatar for grunge man

The End.