In a table there are column header and row headers. The first row displayed in the table should be fixed that is when you scroll the table vertically the top row remains at the top. The fi...
hi,
i have a simple href code which opens a local file.
this file is a shockwave file .
after it's opened in the browser (using ie 5 ) i see a white page.
clicking with the right mouse b...
How can we get the special character "checkmark" (✓) to view using IE on a PC. We are having no issues using a mac.
We are using charset="utf-8".
<meta http-equiv="refresh" content="3600">
Okay, what I'm trying to do is make a website auto-refresh every 60 minutes. The code above was originally for 10 seconds, and worked great. How...
Hi, I would like the cell with "Scroll bars here" in the have scroll bars if the content is bigger than the cell. I've been trying the style=overflow: auto; on the table but I can't get them ...
What is the html and where do I place it to resize an html page to fit, 100% of the viewers screen size? Thanks in advace, John
I have a button inside a link element, and the behavior in IE is confusing. The HTML looks something like this:
<a href="http://www.google.com" title="Update"><input type="button" value="U...
When I create html file with Dreamweaver, I got the below code template as default,
Why the "<html xmlns="http://www.w3.org/1999/xhtml">" placed instead of <html>
hi experts ,
Is there anyway i can disable the scrolling option for <html:textarea> tag.
For instance, i need my textarea to contain just 8 characters and thats it. I do not want any scrol...
Is there any way to have a background image for a TD, TABLE, DIV or SPAN stretch to fill the current size of the object rather than tile?
Following HTML contains two tables of width 300px. Both has 1 row and 3 columns of equal size (100px).
When this HTML is rendered in IE/Firefox, the middle TD has a width that is little bi...
hi, everyone
i have to build a complex table with lots of content. therefore it would be handy if i could write some text in vertical form instead of horizontal as usual. i never have seen so...
Please explain what this means (in detail)
<META HTTP-EQUIV="EXPIRES" CONTENT="0" />
When I use it by itself - it seems it causes the browser to cache form inputs.
Please elaborate.
...
What's wrong with this HTML code? I want to place a button on a form and have it link to this location:
www.realtimedj.com/cal/fl/powermixx.nsf/login.html
<img src="images/client_login_n...
Hi,
I have a table where I have sepcified width for all columns. When I add a text of more than 30 chars, the column instead of wrapping the text, it expands. It behaves as though I have...
Hi,
I was just accepted to the University of Florida (www.ufl.edu), and I would like to make my personal/academic homepage look very similar to the actual homepage. I saved the webpage in IE7...
Hi all.
I am developing an online shop and have hit a major hurdle. Although I have got "back buttons" on my pages, and buttons which guide the user to where they should go, I still have t...
Looking for HTML Color Codes for Platinum, Gold, Silver. Any suggestions?
Hi,
I've gor a drop down menu with a "submit" button
<form name="form1">
<select name="menu1" onChange="">
<option>value1</option>
...
I have a mailto: link on my jsp page where I want to automatically populate the email subject and body.
mailto:<user Name>?subject=sub&body=<%= template %>
The mailto DOES open my email ...
Does anyone know of Codeing for a countdown timer to a specific event, without the use of Java Script?
hi guys
hi im tryin g to make html table row,col lines look like listview grid lines.. (plane lines) if any one of u have done this plz let me know thanx
Is it possible to change the label on the Browse button for input of type=file ?
I have a few disabled textboxes that I would like to customize. I was curious if there was a way to set the forecolor of a disabled textbox. I know about the readonly option, but my deal wit...
Hi All,
I wanted to know if a way exists to make my web pages fit the screen resolution of everyones computers.
It looks OK at 1024X768 but at 800X600 users have to scroll left and right...