6,574 Topics
![]() | |
Hi Guys, I just wonder anybody here know how to strip html from the text box ? I just want to make sure that at the time user post something,they dont insert any HTML or javascript ... thanks Johnny | |
I have put exactly following code to make the text "Person of the Week contest" blinking anchor text on my homepage of [url]http://BestAdPoster.com[/url] : [CODE]<div style="float:right; font-size:18px;width:100px;display:inline;border-style:groove;border-width:10px;text-decoration: blink;padding:10px;"><a href="http://bestadposter.com/forum/topics/person-of-the-week-contest">Person of the Week contest</a></div>[/CODE] Unfortunately text blinks only on FireFox but it's static text on all other browsers (I have checked … | |
I making a game that would use multiple canvases drawing on one canvas then switching to another... is there any way to get a new canvas and be able to restore the old canvas with the drawings still on it? | |
This page works fine in Firefox and Chrome: [url]http://ewh.ieee.org/r1/schenectady/events.php[/url] but in IE, the maincontent appears way at the bottom (below the sidebar) instead of to the right of the sidebar as it should. Google convinced me that IE has trouble with CSS, but this is such a basic thing I … | |
Hi, I'm currently trying to create a program that will log into the web page given to it if supplied with the user name and password. but the problem im having is sending the POST request to the website and then retreiveing the URL it sends back to load in … | |
Am using asp.net/vb. How do i make a navigation button to link another page using vb.net ans CSS. | |
Hi, I´ve found a code that is exactly what I need for a POS system based on web language that I am developing. What it does is send as soon as a pop-up window is activated, the information that appears (shopping items, quantities, etc.) to my email address (so I … ![]() | |
I have yet to write a single line of code. I am just finishing the "pencil and paper" part of the layout design. [URL="https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720"]https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720[/URL] Here is my rant/explanation of what I want to do with the website [URL="https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0"]https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0[/URL] I am only beginning to learn CSS. Do you think the whole … | |
Please see screenshot. I'm trying to vertically align the text and background in the table, but odd enough, they are dropping to baseline somehow. I've tried dozens of variations in the CSS but cannot get the text to be middle aligned (vertically) in the background. HTML [CODE]<table cellpadding="0" cellspacing="0" style="width: … | |
I'm working on an entertainment site and there is some design mistake which I made. But everything looks good if zoomed out in 83% on chrome and 75% on mozilla and IE. What is the solution to resize everything or there is another way? | |
Hi, Basically I am developing a website for a university project, all fine so far, site is set-up and I have managed to display a image gallery using lightbox. However I need to have tooltips on the images, which I cannot seem to get working. I have some code in … | |
hello all, i need html table to be inserted in php code..i tried this but i am getting some problem with it so can anyone help me.. Thank u.. [CODE] $messageproper ="\n\n" . "Name: " . ucwords($_POST['name']) . "\n" . "Email: " . ucwords($email) . "\n" . "Message: " . … | |
Hi all, I want to parse something from a HTML Table, but I have no experience in this. I would love to get some help. [CODE] </table> <br /> <!-- start: member_profile_reputation --> <tr> <td class="trow1"><strong>Reputation:</strong></td> <td class="trow1"><strong class="reputation_positive">4</strong> [<a href="reputation.php?uid=280956">Details</a>] [<a href="repsgiven.php?uid=280956">Given</a>] </td> </tr> <!-- end: member_profile_reputation --> [/CODE] … | |
Can anyone tell me about the best HTML book ? thank for reply | |
Testing only one character of first alphabet of kannada [URL="http://tlt.its.psu.edu/suggestions/international/bylanguage/kannadachart.html"][B]ಅ[/B][/URL]. function htmlentities is not returning &# 3205 Here is my complete code. [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>UTF8 to HTML Entity</title> </head> <body> <?php $str = '&# 3205;'; // remove space in … | |
hi guys, just need some insight. In css how to position objects next to each other, like: First Object | Second Object | Third Object i had tried, float:right and position relative but it's not horizontally align. can anyone give an example, thank you. | |
Hi there, I'm currently building a storefront for the following site: www.rjthompsonmusic.com/store/store2 I'm having a little trouble with the z-index of the dropdown menu (when you hover over HOME of MUSIC in the store). I've set the z-index of the menu to 1000 which works fine in IE8, Safari, FF, … | |
Hey everyone! I recently took over this website and am making some revisions, but for some reason the image won't center in the placeholder. The site is [URL="http://www.genevabeachresort.com/test.html"]here.[/URL] The CSS behind it looks like: [CODE].galleria-container { position: relative; overflow: hidden; background: #000; } .galleria-container img { -moz-user-select: none; -webkit-user-select: none; … | |
I'm trying to take normal, plain Jane drop-down boxes to choose a time, and replace them with a nicer DHTML version. I followed this tutorial [URL="http://www.javascriptkit.com/script/script2/dhtmlcombo.shtml"]http://www.javascriptkit.com/script/script2/dhtmlcombo.shtml[/URL] but now my buttons are stacked on each other, the selected="selected" variable isn't pre-selecting anything, and if you click on a number (5), it … | |
I'm trying to make a program where when you click a button it will retrieve each value of certain things on a webpage. I.E; [url]http://thecaconline.net/cbl/player/OoHid…[/url] On that webpage it shows Clan,Kills,Etc. I want to make it to where a Label will Say "Kills:" And another label next to it will … | |
I am trying to make a Measurements Units Conversion Calculater on Dreamweaver with help of Javascript. THis is my first ever javascript application and need to complete it in next 6 hours. :(( I want to have a drop box containing Length, Area, Temp etc. on top. When a user … | |
Hi, is there any way I can execute my PHP coding when my html image is clicked? Through AJAX, HTML, Javascript or anything. Right now my coding looks like this in Dreamweaver: <img src="_images/banner1.jpg" width="286" height="60" border="0" usemap="#Map" class="apply-btn" style="float:center; padding-top:20px; padding-left:240px;" onclick= "hello()" value='Applyonclick' input name='Applyonclick'/> </form> <script type="application/javascript"> … | |
Hey guys, I'm kind off new to PHP, and I'm trying to resolve this problem. I have a form where users can register their attendance for an event. If the person himself can not come, he has to register a replacement. So when the person clicks the radiobutton 'No, but … | |
urgent problem i have this code in external css for paragraph but what is stated in the paragraph is not appearing like the color and font size. here is the code. [CODE].content{ width:920px; height:1000; background-color:#FFFAF0; background-repeat:repeat-y; padding:5px; .p{ align:center; color:#800000; text-align: justify; font-family: Arial, Helvetica, sans-serif; font-size: 16px; } img.floatLeft{ … | |
Hi, I've got this nice little sales tool/form written where I can drop email addresses into my webform and automatically send an HTML email, but I want to have the option to send a different html body using a drop-down option. For example, if I want to send a "general … | |
Hey. I need to click this button in vb.net. [CODE]<button id="login" class="fblogin"></button>[/CODE] How would I go about it? Thanks. | |
I'm using XSLT to try to grab content from an html page. I want to select all the <p> tags but exclude all the <li> tags. There is one page where the li tags are not within any of the p tags. For this page, how can I select all … | |
I am working on a project with PHP and MySql. There are reports i am producing which are picked from one table in different row. I would like this reports in pdf or convert them to pdf when viewing on html. keep in mind the the report pages are produced … | |
can i run the .exe file in the html file.... | |
I'm trying to add pages of content to my site however typing all the HTML tags slows me down. What is a recommended program to use to convert styled text with headings bullets to HTML source format? |
The End.