10,650 Topics
| |
[CODE] <html> <head> </head> <body> <br><br><br><br><br><br> <form method="post" name="frm" action="search"> <table border=0 width="300" align="center" bgcolor="#CDDFFF"> <tr><td colspan=2 style="font-size:12pt;color:#00000;" align="center"> <font size=5> Search Employee </font> </td></tr> <tr><td ><b> Employee Name</b></td> <td>: <input type="text" name="emp_name" id="emp_name"> </td></tr> <tr><td ><b>Department</b></td> <td>: <input type="text" name="emp_dept" id="emp_dept"> </td></tr> <tr><td ><b>Email</b></td> <td>: <input type="text" name="email" id="email"> … | |
Hi, How do people set an image as background and that image covers whole background whatever the browser and OS platform is? Thanks in advance | |
forums, can any please help me with this, im baffled: [url]http://elneco.biz/idk.html[/url] i talked to my hosting service, they have NO idea.... thank YOU for looking into this -jaime | |
Hey Guys, I've been searching a lot! and months for a solution for that specific problem !! please help . if anyone can figure it out! :S:S i have that code: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Digital Surveillance system</title> <link rel="stylesheet" … | |
I am trying to do something like a popout and am not sure how to do that or just a text box that will do a transition from a word to the box on hover. I would like to do this in css/3 if I can. Will any one help … | |
Hi there, I have a problem with how the text, especially headings are positioned on my site [url]http://www.antobbo.webspace.virginmedia.com/webediting/testing/our_web_standards.htm[/url]. When I look at the website from my dell laptop (resolution 800x600) everything seems fine in all the browsers except chrome where the headings are at the same level as the top … | |
Hi, The link to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL]. On the right side of the site, there is a lot of extra white space. Can anyone tell me why and how I can get rid of it? Thank you! | |
Hi all! in my website i am using css for designing and alignment.i have used float:right property for the sidebar it works properly with the chrome but in Internet Explorer it doesn't work. Please help me... Thanks in Advance | |
I am SICK and TIRED of having this stupid issue. I have a very simple page. A background image which fits the entire browser with: [CODE]position: absolute; top:0px; left:0px; width:100%; height:100%; z-index:0;[/CODE] And I also have a blasted table which has two lines and a small image. The problem is … | |
I'm using the table function on a website builder and want to create space between tables so I can add text. When I place the text in what looks like the correct position between the tables on the builder page, when I view the page, the text appears to the … | |
i want to get a data on image by using <img> tag can any one sortr this out | |
I have a website that I have made. I am using friendly urls and I want to force use those in the URL bar. Current htaccess is [code] #Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(gallery|upload|verify|contact|about)$ $1/ [R] RewriteRule ^(gallery|upload|verify|contact|about)/$ $1.php [NC] RewriteRule ^view/?$ view.php [NC] RewriteRule ^view/(molly|ms|es|misc)$ view/$1/ [R] … | |
Hi, I am trying to use an image as a link to lead to another image. The URL of the page where this second image is should end with jpg, i.e., the web page should be such that it is the path of the image. For example, this should be … | |
The url to my site is [snipped]. There are a few sub pages on my site, (called "features", "benefits", and "read more".) I wanted to know how to make the button on the bottom of these pages that says "home" link to the previous page, instead of linking to the … | |
Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where … | |
Hi all.. I am newbie in css, I just want to know how could we create multiple background left and right header using 1 image ? :confused: | |
how would i give dime text in any text field e.g if there is login form and in login form the field where we enter the password written a transparent text that enter your password.how would i apply this in form below please help me...i have highlight the code for … | |
Hey everyone, I've made a web application that allows a user to construct an object, in my case a door, which is a collection of overlapping divs and imgs, and I'd like to take this final object and change it into a jpg image or pdf (like a screenshot) for … | |
Okay, I have the content area of my Wordpress blog theme I'm creating. I want the content area to at least have a height of 600px, but if more content comes then I would like the height to change to what ever is necessary. So 600px automatically, but continue expanding … | |
Hi all I have a question, How do i setup a web page to accept HTTP POST? I have a webcam software that uses HTTP POST, but I can't work out how I setup the web page to accept the posts from the webcam, to view the cam streaming. I'd … | |
Hi I have a client who is very keen to user the blue, square twitter "t" on his website to link to his twitter feed. He says (correctly) that "Thousands of sites have it" so it must be ok. However, when I look on [url]http://twitter.com/about/resources/logos[/url] its not shown. Is it … | |
I'm studying out of a book for HTML, XHTML, & CSS. We just went over building a basic table. here's my code so far below, validated and working just fine: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/xml; charset=utf-8" /> <title>basicTable.html</title> … | |
(I know this is the C++ section but since Im not sure where to put this...) I have a movie clip that with ActionScript I would like to do a gotoandStop on (for example) frame 3 of Layer 1 but I would like to keep playing Layer 2. How do … | |
When using <style type="text/css"> body {background-image:url('images/DarkBrushesswlbcbl2.jpg');} </style> I have two 'errors' I do not want. 1) I have a little line to the right of the title graphic that I want to get rid of; 2) Depending on the user's browser, the text does not look the same (right justified … | |
Hi, I have made a few websites with only limited pages and the clients want to be able to update them themselves i was looking at something like pagelime [URL="http://pagelime.com/"]http://pagelime.com/[/URL] and was wondering if anyone knows of any other ones and what they are like and if they are worth … | |
[COLOR="Black"]There are many ways to build a site and many different platforms which can be used for this purpose.I have two questions[/COLOR] Q 1 - [U][url=http://www.templatemagician.com/category/Flash-templates][COLOR="Black"]Flash Templates[/COLOR][/url] [COLOR="Black"]are not crawled by Google.Is it true?[/COLOR][/U] Q -2 - [U][COLOR="Black"]Does[/COLOR] [url=http://www.templatemagician.com/category/CSS-templates][COLOR="Black"]CSS Templates[/COLOR][/url] [COLOR="Black"]also have the same issue or it is OK?[/COLOR][/U] | |
hey there, I have a simple page online, and tried to style it a little. here is my [URL="http://gagi.zxq.net/index.php"]page[/URL]. there are five links. I tried to build a simple, css-styled vertical menu. however, the button-like appearance of the links is not of equal length. would anyone tell me what part … | |
Hello! One of the web pages I created for my web site does not appear as it should in all browsers except Internet Explorer. In the others - Firefox, Opera, Safari, Google Chrome - my page goes askew (especially in Opera, Safari and Google Chrome). There is something about my … | |
hey there, I havbe the following html and css files: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <link rel=StyleSheet href="style.css" type="text/css"> <title>My site</title> </head> <body> <div id="con"> <div id="navigation"> <ul> <li><a href="http://gagi.zxq.net/star.html">About me</a></li> <li><a href="http://gagi.zxq.net/ekes.html">Blog</a></li> <li><a href="http://gagi.zxq.net/mbretereshat.html">Links</a></li> <li><a href="http://gagi.zxq.net/bouncingball.html">News</a></li> </ul> </div> <hr> <div id="main"> … | |
Hi Everyone, I have a requirement of formatting the text inside the input text box. On page load, the textbox value by default get set to say 10.0 or 15.0. What I want is just integer and remove the decimal point and the values ahead. Thanks in Advance. Regards JJ |
The End.