6,574 Topics

Member Avatar for
Member Avatar for MiniAdverts

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

Member Avatar for crishjeny
0
170
Member Avatar for enam

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 …

Member Avatar for enam
0
479
Member Avatar for Thropian

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?

Member Avatar for Thropian
0
200
Member Avatar for daviddoria

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 …

Member Avatar for Arkinder
0
158
Member Avatar for ajst

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 …

Member Avatar for ajst
0
319
Member Avatar for Netcode

Am using asp.net/vb. How do i make a navigation button to link another page using vb.net ans CSS.

Member Avatar for catherine sea
0
95
Member Avatar for hardgamer

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 …

Member Avatar for diafol
0
317
Member Avatar for 3825

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 …

Member Avatar for 3825
0
199
Member Avatar for LogicWeb

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: …

Member Avatar for Kraai
0
150
Member Avatar for george61

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?

Member Avatar for Kraai
0
102
Member Avatar for nedsnurb

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 …

Member Avatar for nedsnurb
0
107
Member Avatar for niths

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: " . …

Member Avatar for nonshatter
0
176
Member Avatar for Vhyr

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] …

0
53
Member Avatar for chamnab
Member Avatar for Arkinder
0
60
Member Avatar for kiranking

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 …

0
79
Member Avatar for cguan_77

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.

Member Avatar for Arkinder
0
207
Member Avatar for hindu times

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, …

Member Avatar for Arkinder
0
223
Member Avatar for RykeTech

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; …

Member Avatar for RykeTech
0
207
Member Avatar for fusarium

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 …

Member Avatar for Airshow
0
79
Member Avatar for BonezAphex

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 …

Member Avatar for codeorder
0
96
Member Avatar for saad749

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 …

Member Avatar for @developer
0
240
Member Avatar for Pereguin

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"> …

Member Avatar for R0bb0b
0
173
Member Avatar for breckxf

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 …

Member Avatar for breckxf
0
77
Member Avatar for chinee

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{ …

Member Avatar for chinee
0
378
Member Avatar for GreaseJunkie

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 …

Member Avatar for GreaseJunkie
0
239
Member Avatar for CharliePrynn

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.

Member Avatar for CharliePrynn
0
95
Member Avatar for weloki

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 …

Member Avatar for weloki
0
72
Member Avatar for MACKENZIEKE

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 …

Member Avatar for chrishea
0
118
Member Avatar for prathameshz
Member Avatar for dkwired.com

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?

Member Avatar for Adrian Kiwee
0
138

The End.