6,574 Topics
![]() | |
Well, [I]this[/I] certainly is a turn-around -- the code I did works fine in IE, but breaks in Firefox! What it is, is a thing to make rounded cornered boxes via css and images. The top-left and top-right images are green, and the bottom-left and bottom-right are gold. There is … | |
I'm used to running Outlook Express 6.0 and there I have 'source edit' on the view tab clicked. This means that when I'm sending a message, I get three tabs at the bottom - edit, source, & view. I used this to edit HTML directly in my messages. I've had … | |
After realising the importance of "validating" my XHTML document, I'm going through the validation process by trying to validate each of my HTML page. Couple of problems that was beyond me includes: [CODE] # Error Line 11 column 8: there is no attribute "name". <a name="top"><img src="about.gif" alt=""/></a> You have … | |
Bearing in mind CSS needing less code typing than HTML & its capability to merely have one single style sheet that's linked with other HTML document & hence having less codes, I wonder if there's a way that helps me achieve the following: >> I want ALL my paragraph that … | |
Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the … | |
I have a site that i maintain, i want to add an interactive CD to it, the CD is of educational content and has a test/quiz at the end of it, It is almost exactly like the online traffic safety courses that you get if you do a traffic violation … | |
Hello there, I need my page to randomly select a CSS document. I don't want the user to select it, but instead to do it when the page loads. This is the script I have so far: [INLINECODE]<script language="javascript" type="text/javascript"> var ranNum= Math.floor(Math.random()*3+1); document.write("<link rel='stylesheet' href='hd"+ranNum+".css' type='text/css'>"); </script>[/INLINECODE] This function … | |
I understand how to set up the input fields, name the input fields, and assign the appropriate action. The problem is I dont understand how to display this information in the particiapants.htm page. Thanks for any help. <form name="input" action="/tournament/participants.htm" method="get"> Gamertag: <input type="text" align="center" name="gamertag" maxlength="16"> <br> Email address: … | |
I'm currently working on the CSS template for a new client and running into a strange issue. The design calls for a separation bar of repeated background to resemble a negative strip (site is a portfolio piece for a commercial photographer), and below that the continuation of a gradation. For … | |
guys, i need for my project, an html editor like the one found here when u post a new thread. from where i can download this extension? or is there a code i can copy it? 10x in advance sam | |
Presently, after sorting my previous problem of menu, I'm only struggling with browser compatibility. Thought of it scares me since the reason I'm making this website is to show it to different employers (who often asks for the proof of applicant's previous work within CSS before considering their application) & … | |
I'm in particular facing problem with Top Menu (#topMenu in my code). In Firefox, every time I hover the mouse over Beer/Wine/Whiskey/Spirit link, the sub-menu ALWAYS stays at far left hand side (as seen in the attached file). In Internet Explorer, every time I hover the mouse over Beer/Wine/Whiskey/Spirit link, … | |
I wonder if anyone around could possibly help me ease up my stress that I've been having for the past 2 days in sorting out the CSS Horizontal drop-down menu. I've somehow managed to get the Vertical Pop-up menu along with its submenus ("leftMenu" in my code) but the Horizontal … | |
I'm building my very first CSS page & wonder if anyone around into it could possibly help me get the layout as seen in the attached file. Following are the codes that I've worked on for the whole Saturday afternoon & evening but still failed to achieve the EXACT result … | |
In the HTML, javascript + css forum someone told me that to make a download dialogue box pop up when a page is opened you can use the following script: [QUOTE]$file is the actual file (with the path included) $new_filename is the filename that you want to send to the … | |
Is It Possible To Use C++ With Html, It Would Be Verry Help Full In My Programing? | |
The probably isn't the parsing actually, I can't even get to that part yet. The webpage uses a different character set, "windows-1252". But even after setting the reader to use that charset (which exists in the system), I still get the ChangedCharSetException. [code] String link = "myurl.com"; URL url = … | |
Hi everyone, Is it possible to insert html into a styled document using the rtf editor kit? If it is possible could someone show me a simple example of how this is done Yours Sincerely Richard West | |
. The problem is I want to print a html document in landscape orientation. Actually we have 2 tables in a html form. The table contents are dynamic i.e we retrieved data from database using JSP and inserted into the table using HTML tags like <table>......</table>. Please any one help … | |
Guys I am trying to do the following in html can you please help :cry: I am having problems positioning images as follows [IMG]http://img230.imageshack.us/img230/5721/image5qg.jpg[/IMG] | |
Hi, Please guide me on brief details of HTML,PHP,CGI(Common Gateway Interface) and the difference between them. | |
I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to … | |
Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit … | |
[code] <html> <head> <title>frame and button</title> <script language="VBscript"> function sho(form) { //document.writeln("click click boom!"); //alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form > <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form);"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> [/code] | |
Hello, I am trying to create a website, but I have ran into a snag, I can't get the images to display in the background using css. I have looked at some tutorials and did exactly what they said to do and it still hasn't worked. Here is what I … | |
<html> <head> <title>frame and button</title> <script language="Javascript"> function sho(form) { document.writeln("click click boom!"); alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form name="cosine"> <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form)"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> | |
Here is a current page I am working on [url="http://www.russabbott.com/VERSION_2/tattoo.html"]http://www.russabbott.com/VERSION_2/tattoo.html[/url] I would like to change the color of the borders on my image links but cant seem to figure it out on my own. I'm sure its something easy that I am messing up. To do this with text, i … | |
Hi, does anyone know of any sites where I can read up on the defination, cause and solution of HTML dangling. Regards TetuGal |
The End.