Hi experts
I'm looking for some fancy scrolling to be done. I have a table of data for which the header and first column should remain fixed such that when the user scrolls down the head...
I'm sure everyone has this question, but here I go:
How do you make a specific button the default button?
I have two submit buttons on my form and I need to make the first one the one that i...
I have a flash file that I would like to embed into a html web page. However, at the bottom of the flash file, there is a line of text which I wish to hide. I dont have the original .fla and c...
Is there a way to put in a usemap reference for something like below:
<td background="/dev_site/images/locations_address_map.jpg" usemap="#locations_address_map_danville" width="209" height...
Hello I have this table, in IE7 I don't see a space but I do in FF
Thanks
I have two input tags, one inside a table (see below).
Right now the one inside the table is 1 pixel more to the right.
What do I have to do that both start on the same pixel row?
(I am u...
Hi there,
How do i add an <a href.....> to an <input.......> button. When the user clicks on the button i don't want them to submit the info but i rather want them to go to another html page...
hi, How do i edit a the size of a text box in HTML?
Thanks...
in a html form can you make a value a required field?
Hi, i am using an iframe but i am not being able to set its bgcolor other than white.. I am using the following code:
<iframe id="dsd" ALLOWTRANSPARENCY="true" bgcolor="red" src="page1.htm"...
Hi,
I'm new to HTML and I'm trying to insert a link onto a web page on my company intranet that I have administer access to. The HTML below shows up the title " Account Code Reference Appl...
Hello
i would like to create a HTML page with 2 rows and 2 columns in this order:
1st row - 1 column - width:100% height:70px;
2nd row 1 column - width:100% height:80px;
3rd row - divide...
Hi ,
http://www.invitationking.com/index.php?act=viewProd1&productId=220&catId=1&ik=1&pik=1&invitation=75&respond=&reception=&enclosure=&thankyou=&submit=PLEASE+SAVE+AND+CONTINUE
In th...
My company has asked me to put together an HTML email to be sent out to our salespeople. I was able to create the HTML with no problems. I thought I could just copy it and paste it in the body...
Hello
I have some .pdf files that look best when zoomed to about 50%. Is there a way to set the pdf documents to open at 50% ?. The pdf documents will be opened via a hyperlink on a html p...
I'm trying to include a quicktime movie in a webpage. I've tried the code below. This plays on my local computer in Firefox and IE. On another computer it doesn't run, but only displays broken...
Is there a way to increase the height of a multiple select Listbox in a form?
I have an iframe that acts as a container for two other iframes. The purpose for the container is that it needs to hold database variables independent of the two child iframes.
One of th...
I have a number of radio buttons on a form, if a user accidently selects one is there a way i can let the user select it again to unselect it?
I have a website that will only be run on my school intranet, (ie. it doesnt run on any fancy SSI server) and i want to include one html file inside another. I would like to have a single inde...
Hello,
I am looking for a solution to a Word wrap in HTML problem. I want to Word wrapp of the text in a Div around another div.
I am referring the code in link which is mentioned on the URL...
Code Snipped:
How can specify just the width of ".$scope1." cell to be a certain width and not effect the width of anything else?
I've found this piece of code for a search form, and I'm trying to figure what needs to be added to make it functional. I'm new to html searches, so any details would help. Can you tell me wha...
I've got an .flv video file named DD_master_v4_042409.flv
I can't seem to find an understandable example online of how I would embed this into an HTML page using an object tag.
I want to create a page with two rows. Each row should have 3 columns. I dont' want to use a table to do this. The code attached works until I start addng content to the "container" divs. When...