Forum: HTML and CSS Aug 28th, 2006 |
| Replies: 4 Views: 14,271 Thank you very much for your response. |
Forum: HTML and CSS Aug 28th, 2006 |
| Replies: 4 Views: 14,271 By defalult the text in input box is left aligned, is it possble to have it right aligned? The reason to do this is I have a list of input box vertically, to input the price for each item, I want to... |
Forum: HTML and CSS Aug 22nd, 2006 |
| Replies: 1 Views: 11,576 I am wondering how to print the html table background color on printer, for example I have html table:
<table border="2">
<tr>
<td bgcolor="#3333FF"> </td>
<td> </td>
... |
Forum: HTML and CSS Aug 15th, 2006 |
| Replies: 2 Views: 3,070 I want to know is it possible to generate PDF file automatically at the background, I have adobe acrobat installed, usually this application is installed at client side, they can save as pdf file at... |
Forum: HTML and CSS May 22nd, 2006 |
| Replies: 2 Views: 1,760 I have the code:
<form method="post" action="abc.php">
<input type="submit" name="sb1" value="sb1"> //<----LINE1
<input type="image" src="sample.jpg" name="sb2" value="sb2"> //<---LINE2
</form>
... |
Forum: HTML and CSS Nov 21st, 2005 |
| Replies: 1 Views: 7,690 If I use form default "grey submit" button, I can define value like:
<input type="submit" name="button1" value="submit">
However if I use image instead of "grey button", how can I define value?... |
Forum: HTML and CSS Oct 4th, 2005 |
| Replies: 3 Views: 1,437 So is it possible to display index.html under "folder" by using:
www.mydomain.com/folder |
Forum: HTML and CSS Oct 4th, 2005 |
| Replies: 3 Views: 1,437 I think it's related to web server setting, don't know which forum should be posted.
When I try to access index.html file from browser's url address, I have to type: www.mydomain.com/folder/
if I... |