6,557 Topics

Member Avatar for
Member Avatar for ziron

I have tried everything to get the text to wrap around the youtub video, spent hours trying to figure it out. I have multiple websites where there is no problem? Can anyone help me please? Dean Brennan HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> …

Member Avatar for ziron
0
164
Member Avatar for 12jony34

Hello friends, i want to lean the HTML should i join any institute or i will learn from the forums.Please tell me the book for this.

Member Avatar for twiss
0
129
Member Avatar for thijscream

hey people, i have the following problem, i'm setting up a webshop with over 2k items and every 6months the prices are changing(wines) so i was wondering how to import an xml file into a mysql database without having to go in phpmyadmin. this because i don't want the people …

Member Avatar for jonnysmiths
0
650
Member Avatar for turt2live

Hello, I currently have this code to buffer an image: [CODE] public void paintComponent(Graphics g){ Graphics2D g2 = (Graphics2D) g; ImageIcon icon = new ImageIcon("back.gif"); Image image = icon.getImage(); BufferedImage buff = new BufferedImage(image.getWidth(this), image.getHeight(this), BufferedImage.TYPE_INT_ARGB); Graphics2D b = (Graphics2D) buff.createGraphics(); b.drawImage(image,imgX,imgY,this); b.setColor(Color.BLUE); b.fillRect((window.getWidth()/2)-13, (window.getHeight()/2)-13, 26, 26); g2.drawImage(buff, 0, 0, …

Member Avatar for turt2live
0
273
Member Avatar for MrCapuchino

Hello, I have a xsl file Here I have the HTML code to display a webpage, inside i have a table that fills the rows with data from an XML file. I created a link that has the href attribute filled with data from an element in the XML file. …

Member Avatar for MrCapuchino
0
130
Member Avatar for mushget

Hello, Please help me. I'm running site made only in html and css and is hosted on Apache server. I cannot change anything, except adding programming code into html head and body. How I could add Amazon store pages made in xml into my html pages... Is there any solution …

Member Avatar for twiss
0
71
Member Avatar for aanders5

Ok...my mind is exploding right now lol. I can't figure out a good way to parse Google results. I am making a game tool, that will look up the 5 most recent news for a specified clan, within the past month, and for only 1 site. So what I have …

Member Avatar for aanders5
0
149
Member Avatar for cwarn23

Hi, I have the following applet which works on my localhost server but when I upload it to my online server then the Java console spits out an error saying the following: [CODE] Exception in thread "thread applet-viewer.class-1" java.lang.NoClassDefFoundError: viewer$1 (wrong name: viewer) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at …

Member Avatar for cwarn23
0
204
Member Avatar for jonow

I just took almost all the graphics on my website that are used often in the design and put them into a CSS sprite. Because of the varying sizes this created large area of the new image file that had nothing in them. The result of this was a new …

0
148
Member Avatar for debasishgang7

I am designing a commenting script.I am fetching comments from My sql database with the help of php.And after fetching all comments i am trying to append the comment form (Enter Name:,Enter Comment blah blah...)at the last of the page. For Example: The main page here... ++++++++++++++++++++++++++++++ Name: XXX XXX …

Member Avatar for floatingDivs
0
124
Member Avatar for RunTimeError

Hey guys. Got a pretty simple question about getting my navigation DIV to stay in one spot. I've got a DIV that I have given a height and width of 100% and a fixed position to. I also have a background image aligned to center in this div. My problem …

Member Avatar for RunTimeError
0
254
Member Avatar for guif

Hi! I would like to do a preload an image with one progressbar. I insert a little code in CSS and into a DIV and I resize this image (in this case at 35%). The code that I have at the moment is: [CODE].progress-level { background: url(progress.png) no-repeat left center; …

Member Avatar for twiss
0
51
Member Avatar for sha1023012

Ok i have been working on this for a few days. I am having a hard time on this one. I am still new to the javascript/DHTML. I am suppose to use the fish images to create a fish tank on a Web page.The fish should swim across the screen …

Member Avatar for twiss
0
123
Member Avatar for mdminternet

Hi guys, I've got a little bit of an internet explorer problem. If you visit the website at [url]http://www.removals-edinburgh.com[/url] you will see that I have customised a version of the menu which is available at [url]http://www.impressivewebs.com/mega-menus-ajax-jquery/[/url] to suit the style of the site. The menu appears just fine in both …

Member Avatar for floatingDivs
0
130
Member Avatar for devinodaniel

Hello! I have what I think is semi-easy. I just can't figure it out. [CODE] <html> <body> <div id="container"> //scan in barcode here <div id="repairID"> <table> <tr> <td> Scan ID: </td> <td> <form method="post" name="editRepairForm" action="https://example.com/IDEdit.do" target="frame1"> <input name="scanId" id="scanId" value="" /> <input name="fromLaunchScreen" id="fromLaunchScreen" type="hidden"/> <input type="submit" id="SubmitForEdit" style="display:none;"/> …

Member Avatar for devinodaniel
0
218
Member Avatar for Awah Mohamed

hey people i am building a website that has a leftbar which has some links. i added the code and the div of the leftbar and everything was very fine until i tried to lunch the site on firefox and safari. in opera and IE it is fine but in …

Member Avatar for ko ko
0
87
Member Avatar for kaveman

Howdy, NewB to CSS and have a background image set to show up on my html pages, and so it does... body { font-family: "Trebuchet MS", sans-serif; background: #bbb url(../imageshtml/page_background.jpg); margin: 0; padding: 0; } This currently happens to all of my html pages, BUT I don't want it happen …

Member Avatar for kaveman
0
233
Member Avatar for susheelsundar

Greetings Everyone, The Scenario is, we are incorporating a js calender into a page, as usually, there is a issue with calender clip location, the css of calender is in javascript, i have tried targeting firefox enough with tags like (firefox, -moz-binding:, load-mozilla-css, ff4) in the following code snippet [CODE] …

Member Avatar for codewall
0
229
Member Avatar for sww176

I want to do some paint in browser and I use VML in IE. here is a clear XHMTL document [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD> <META content="text/html; charset=UTF-8" http-equiv=Content-Type> </HEAD> <BODY> </BODY> </HTML> [/CODE] I want to add <v:line style="POSITION: absolute; BEHAVIOR: #default#VML" from = …

0
27
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

Member Avatar for peter_budo
0
706
Member Avatar for katmai539

Hello, I'm working on a hardware project based on the RabbitSys chips, which are ideal for web based hardware development. My task now is to divide a table up in pages and i'm able to set a variable from a webpage like "CurrentPage=1" and calculate my way around. the ZHTML …

Member Avatar for katmai539
0
325
Member Avatar for mitali89

Hi, I am using htmlMimeMail class for sending email.but when i receive the email it will takes a long SMTP address. It Works for the another site but it takes the long SMTP address in place of the actual sender address.

0
81
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

0
68
Member Avatar for guru_iyer

I am trying to change the background color of the JPanel every 3 seconds (3000 ms) when I click START button till I press STOP button. [CODE] import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.Random; class TimerBackground implements ActionListener { JFrame frame; JPanel panel; JButton btnStart; JButton btnRed; JButton btnGreen; …

Member Avatar for guru_iyer
0
1K
Member Avatar for ben.matthews18

Hi could anyone help me with creating a really simple drop down css menu? For example 1 main link and then when you hover over it a list of 3 appear below it. I'm struggling to grasp the concept as ones i've seen around are really complicated. Many thanks

Member Avatar for saliha
0
132
Member Avatar for LloydFarrell

Hi all, im looking for some help help, i have this css which looks great, im happy with how the input type text boxes are displayed and the textarea looks neat too - What I cant figure out is when I add a combo box, check box or image I …

Member Avatar for saliha
0
217
Member Avatar for spookies

Hi All I have a cross browser problem aligning a logo - in ie it is a little higher than in firefox and safari - I will attach the code - appreciate any help. thanks - rich [URL="http://www.lyndalehousekeeping.co.uk/site"]http://www.lyndalehousekeeping.co.uk/site[/URL] [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> …

Member Avatar for gogreen1
0
137
Member Avatar for ptara1

I'm creating a html form that allows the user to search for people in a database. I want the form to work with drop down selects and radio buttons. Currently I'm using an if { } elseif {} else if{} format to my script. However this causes a problem because …

Member Avatar for R0bb0b
0
675
Member Avatar for rhuffman8

I am working on a project using HTML, PHP, and LINUX shell commands to create a dynamic web page but I seem to be having some trouble figuring out how to run the .cgi file with the shell commands in it using either HTML or PHP (if they are both …

0
120
Member Avatar for dschuett

I have the following code doing ALMOST what I want. It shows an input field when the select value is "dropped". The problem I am having is that if I select "dropped" it will display the input field, but if i select a different value AFTER selecting "dropped" the input …

Member Avatar for Airshow
0
654

The End.