Hi,
I have the following code in my spark file,
[img src="${ViewData['LogoUrl']}" alt="${Record.Attributes['P_Title'].Value}" ]
Its the image just showing the text.The code is working good in firefox, but in IE the text is accompanied by a "image not found" symbol.
what should i do for the browser compatablility.
...
Hey!
I'm trying to populate a second dropdown in a dynamic way based on a previs selected dropdown.
However, I've managed to write get the page to reload when I choose anything in the dropdownbox but the chosen value isnt passed after reloading.
I have register_globals turned off (and prefer to) and i'm using the GET function to submit ...
Hi
I have a table which contain 100 rows and td. like see below
<table border="0" cellpadding="0" cellspacing="0" id="artcle-title" >
<tr>
<td>Artcle details 1</td>
</tr>
<tr>
<td>Artcle details 2</td>
</tr>
<tr>
<td>Artcle details 3</td>
</tr>
<tr>
<td>Artcle details 4</td>
</tr>
....
</table>
When a us...
Hello all,
as gathered from http://stackoverflow.com/questions/2546857/why-aligncenter-not-overriding-on-text-alignright this article, CSS should take prescience over old-style layout attributes. I am working on a project where I have to inject content in a cell that has the format:
<td align="center">...</td>
I do not want my conten...
I want to set maximum length to the textarea. I am using following code for the same,but it is not working,
<textarea name="txtDescription" cols=10 rows=3 maxlength=50></textarea>
But it is not working,it takes characters beyond 50.
...
Hi
I would like to know if its possible to add a space inside the table?
This is my code: I want to have a space between "Copy the Anti-spam code" and the box where the code appears.
How could you do that?
Thanks
<table>
<tr>
<td><label for="name">Name:</label></td>
<td><input type="text" name="name" size="60" maxlength="6...
I am working on a simplistic website using PHP, a language I haven't touched in a long time, especially when it's running on a Windows system from WebMatrix. Lately I've been porting a couple of websites from ASP.NET (Umbraco) to PHP to a basic templating class written in PHP, and so far things have been going fairly well, until some uni...
Text Area helper , how i set the maximum length of string to 100.
Is there is any max length attribute in text-area helper in ROR.
Code will help me.Thanks
...
Please check this link www.aboud-creative.com/demos/mckinley3.
There I have a jQuery Accordion with jCarousel inside "Developments" section of it. I use standard fadeIn function for the logo, accordion and a stag on the bottom right to fade in on page load. So, When you go to "Developments" section, you will see there are no images shown...
Hai,
I need to display like this in HTML
It should be in 2 column format
.Apple .Mango
.Orange .Banana
.Grapes
Can any one post some sample code or url
Thanks in Advance
...
i'm using Drupal 6. How can I create HTML e-mails for subscriptions (i.e via a template)? mail_edit() offers plaintext messages: can I use it for sending HTML mail?
...
Hi
I have a table which has 5 rows. When a user clicks on a TR I want to know which row was clicked on (I mean the row number, i.e. 2, 3, or 5).
Does anyone know how to do this?
...
Hi all,
I'm looking for a PHP class that would draw me (by fetching data from a mysql table) a competition playoff table in HTML similar to what they do on wikipedia (see under the "Bracket" section):
http://en.wikipedia.org/wiki/2009%E2%80%9310_UEFA_Europa_League_knockout_phase
Any input?
Thanks
...
Which CSS property can be set for controls so that they won't look stretched in any browser? I am concerned about IE, FireFox, and Safari.
...
Hi guys, I am trying to capture data from my form and pump it into a database, but when I try to input data into a column, I only get the uid, and the rest of the columns are empty.
Here is some code:
mysql_query("INSERT INTO personal_information (uid, name, surname, email, cell)
VALUES ('".$uid."', '".$name."', '".$surname."', '".$em...
Hi,
I want to extract string between html tags and convert it into other language using google api and to append the string with html tags.
For example,
<b>This is an example</b>
I want to extract the string "This is an example" and convert it into other language and then again append the string with bold tag.
Could anyone know how...
Hi
I'm having a hard time how to align the Word "Code ein" in this code.
If I do this, the word "Bitte Kopieren Sie den Anti-Spam" will have an indention but the "Code ein" is not indented. How can you do this?
Thanks
<div style="background-color:#aaa">
<form method="post" action="[~[*id*]~]">
<input type="hidden" name="formid" value=...
Hi!
How can i float my list-items like so:
http://cl.ly/77c44596c0cdff8d77d5
Thanks in advance
...
I'm using an '&' symbol with HTML5 and UTF-8 in my site's <title>. Google shows the ampersand fine on its SERPs, as do all the browsers in their titles.
http://validator.w3.org is giving me this:
& did not start a character reference. (& probably should have been escaped as &.)
Do I really need to do &?
I'm not fussed abo...
I am trying to float a <button> to the right. the <button> is outside of <form> but is on the same line. For some reason this is not working in FF. I made my form background red and found out that the <button> is still in the <form> in FF even though its not! Every other browser works fine, the <button> is not in the <form>.
Screenshot:...