10,325 Topics
![]() | |
Hello... I'm a nOob. Sorry if this is in the wrong forum or if it's been asked... I did search but couldn't find anything. I have a job between hands I don't know if I can handle to be honest. I have to redesign this website: [url]www.tiendaxtienda.com[/url] (in spanish). As … | |
Please take a look at [URL="http://listenlight.net"][B]Listenlight.net[/B][/URL]. It works perfectly in Firefox 2 (at least on my computer), but I get very discouraging reports that it breaks IE -- but what doesn't? Anyhow, I would like the flashy "live text" effects to work in IE, but I am only ankle-deep in … | |
I am currently using dreamweaver cs3 to design a website for my company. I am familiar with html but lack much "know-how" in the css language. I have created all of the layout features in photoshop cs3 and have saved them as images. i.e: nav bar, header, footer, ect ect. … | |
Good afternoon, Just hoping that one of you beautiful persons can help... I'm building a web page using HTML and CSS and all is going great in IE7, Firefox on the other hand... I'm getting a space of about 3px under a flash navigator as you may see in the … | |
Good Day, How would you code in VBScript to read the content of multiple HTML files into an array? Please observe the below sample and modify as necessary. My requirement is read multiple files by extension and not simply specify a single file. Const ForReading = 1 Set objFSO = … | |
Hello There! I have recently converted from php to asp.net. I want to perform such task. In php we use the isset function of a variable like: if (isset($_GET['id'])) { $html = "bla bla bla"; echo "$html"; } I am wondering how can i perform i-e displaying html upon QueryString … | |
Hi everyone, I'm creating a menu for a website I'm building. When you mouseover one of the boxes, a sub-menu appears beneath it. Everything looks right, but when you roll your mouse over it, nothing happens. Main page: <html> <head> <link rel="stylesheet" href="menu.css" type="text/css"> <title></title> </head> <body> <span class="Tab" onMouseOver="MakeVisible('Menu')"<Menu</span> … | |
I would like to know how to add a css file to my jsp page ? | |
Alright so I created a website using HTML. I later found out that I had to store links via .jsp and use a database so i made an index.jsp page instead. The first couple sections look like this: [code]<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %> <!DOCTYPE html PUBLIC "-//W3C//DTD … | |
Ok guys and gals I been working on my system for 2 days now and have determend the following A. I know I got at least 2 trojans on it B.xoftspyse is great at finding the problems but won't let ya remove unless ya regester it c. dialup sucks d.when … | |
So I have some PHP code that takes text from a mysql table and prints it to the screen with formatting. Problem is the spaces keep getting truncated when its formatted. Like: [QUOTE] I like cookies. They are tasty. [/QUOTE] would come out as: [QUOTE] I like cookies. They are … | |
Hi, I have the PHP file as coded below. Is there any way to make directory files open in a new window. I mean, this file shows files in a folder in which it sits in, but how can displayed files be opened in a new window? Cheers Aaron ------------------------------------- … ![]() | |
Hi All, I am giving blink option in html, but its not giveing any output. my cde is <blink>February, 2008</blink>. I am checking in Internet Explorer. Can u help anyone. Cheers:- KavithaKesav | |
Good Day, I am a novice with VBScript but would like to leverage its power to effectively manage HTML files. I am looking for sample code. Here is my scenario. I have a collection of a dozen HTML files and would like to automatically merge each file to one concatenated … | |
Dear members.. Hi.. I have a problem, which I was hoping the members could help me out with.. I have a chatbot designed in prolog, similar to ELIZA.. it can talk back to you and so on.. I need this chatbot to run on the web.. To make it look … | |
I'm a newbie to css and I've hit the wall :( I would like the user of the web page/site to scroll down the page and still have the navigation bar shown at all times. I've managed to do this, however, the text scrolls over the top of the navigation … | |
Can anyone identify which editor/program/ide this ASP generated code may have come from? Thanks a million if you can! [CODE]<html><!-- InstanceBegin template="/Templates/standard.dwt.asp" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>*sniped*</title> <!-- InstanceEndEditable --> <link rel="stylesheet" href="Assets/css/layout.css" type="text/css"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->[/CODE] | |
Hey guys I am trying to sort out a problem with a site I am making [URL="http://www.colourlight.net/Rapid_Site/index.php"]http://www.colourlight.net/Rapid_Site/index.php[/URL] I have gap just under the welcome content box header. See screen attached I have attached a screen of my dreamweaver view as well Any ideas why? Cheers Matt | |
Hi, I don't know if I am in the right board or not cause I don't know if my question deals with html, css, or javascript. When I surf, sometimes I see a small "printer" icon with word "print" beside it, usually it is placed at the bottom of the … | |
hi... i have three pages in my website site.master default.aspx home.aspx in master page there is a link button named home... the following is the coding of all three pages... site.master <html> <head> <link rel="stylesheet" href="StyleSheet.css" type="text/css" /> </head> <body> <form id="Form1" runat="server"> <div> <table class="main" cellspacing="0" cellpadding="2"> <tr class="header"> … | |
This is my problem: firefox and opera,both show the div correctly,but internet explorer doesnt. Here is the css: [CODE] @charset "utf-8"; body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for … | |
need more introductionto the topic | |
Hello, I am new at programming and would like to know is it possible to pass a chunk of html code (more than one line, a whole table, for example) as an asp variable? I have looked through a lot of tutorials and could not find a clear answer. Thank … | |
Hey all, I was wondering does anyone know of any html rotator scripts that can be time coded to show a particular picture at a specified time of day? I have an internet radio station and I would like to show my personalities on the home page to my website … | |
Hi, I want to use struts-html:checkbox to insert/update a field in a table. I am using dynavalidatoractionform in struts-config and beanutils.copyproperties to populate these fields in a formbean i need this checkbox to be checked by default when the page comes up. on submit, it should send Y if checked … | |
I decided to revive my (many months) inactive site today using things I've learned about C++ CGI and the Document Object Model along with CSS. The site is still down, but I'm trying to get back into CGI after leaving it alone for a while (also months). I've spent the … | |
I already have web pages written in HTML that give out Help info about various functions of the application. How do I get them to pop up when the user clicks a button on the VB.NET form ? Private Sub btnHelp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHElp.Click … | |
Hey everyone, ok, I am working with a site, had css outsourced and what not, have an ameteur level of knowledge of css. However, I can't seem to get specific link attributes associated to the radio station list. Can anyone offer a suggestion of what needs to be done. The … | |
Hello all master coders, I have been doing my site exclusivley in html. What is the big differences bewteen php and html? What are the advantages/disadvantages? What, if any would be the penalty from going from an html site to a php site? Would this hurt the PR I have … ![]() | |
After hours of searching for for a nice looking drop-down menu in CSS I found the perfect one on the Dynamic Drive website. It's working wonderfully - as long as I don't try and position it anywhere on the page except for the default position. As soon as I moved … | |
I'm trying to code a Wordpress theme, and I'm getting this error message - "Parse error: syntax error, unexpected T_STRING in /home/xxxxxx/public_html/wp-content/themes/xxxxxxx/index.php on line 27" The thing is, I can't figure out what's wrong :/ Here's the code - 1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head … | |
Why aren't the css background images showing up in the sidebar? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Your Page</title> <style type="text/css"> body, html { margin:0; padding:0; background:#000000; color : #00cc00; } body { min-width:810px; } #wrap { background:#000000; margin: 0 auto; width:810px; } … | |
Hey, I'm looking at developing an HTML-based game and have never done any HTML coding or game design. I am wondering if anyone has any suggestions as to what program I should use or what I should start researching and learning about (any books I should read?) Thanks | |
![]() | hi guys how do you export your database to html format? my project goes like this: we built a simple music manager that adds, edits, deletes, searches and sorts records (that's track listings) excluding the multimedia part (i.e. play a track, etc.. our prof didn't require us to do that, … |
i want to make a text field readonly in html form written in my servlet | |
Hi, I am developing a simple site and have (after it being recommended) been using CSS to handle the [URL="http://stormtroopr.webng.com/"]homepage[/URL] image display. The display consists of an array of 25 (95x95 px) images aligned to form one image. CSS has allowed me to display them just as I wanted (please … | |
I want to create a project in [COLOR="Red"][B]VB.NET2005[/B][/COLOR] in which I when I insert values in textbox it should appear in the related html string and next time when I run the project it should display the same values. I am able to retrive the values in one textbox but … | |
I have a page that looks fine in ff, but doesn't look good in ie. I the problem is that ie displays the images in the side bar on a different line then the text.:( Here is my code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <title>Simple … | |
jsp code <%@ page import="temperory.Mrityunjay.*"%> <%@ page import="com.MindShaper.ClassTeacher.Utility.BaseServlet.VSHttpServlet" %> <%@ page import="java.util.*"%> <%@ page import="com.MindShaper.ClassTeacher.Utility.Helper.*" %> <%@ page import="ClassTeacher.SessionObject"%> <%@ page import="ClassTeacher1.MemoryTables"%> <HTML> <HEAD> <TITLE>Student Information</TITLE> <!-- for confirm () --> <script language="JavaScript1.2" src="functions.js" type="text/javascript"> </script> <link rel="stylesheet" href="lib.css" type="text/css"> <style type="text/css"> <!-- td { padding-left: 15px; } --> </style> … | |
I need help with the following page: [url]http://www.nemesisproject.com/sisemenproject/index_dev.html[/url] When the splash image loads and a user clicks on it it should fade out. I want the file folders that then appear to appear in the center of the page and stay there. However, currently they appear where they are supposed … | |
My content DIV is putting a gap between it and the top DIVs in FireFox, but not in IE 7. Please help. Here is a link to the site. [URL="http://www.justwhat.net/real_foods/test/index.php"]http://www.justwhat.net/real_foods/test/index.php[/URL] My site code: [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 http-equiv="Content-Type" content="text/html; charset=UTF-8" /> … | |
Hi we have our final year degree projects starting studying computer applications, im competent in languages vb6, asp, sql, html, CSS, java sript. for my project im thinking of doing an e commerce website, for a paper merchants company, they sell and deliver paper to schools nation wide, the website … | |
the thing is i have two anim gifs wich i made using fireworks Link to Html Files . so what i need is when i click on the 1st html file with the Anim gif then theres a hotspot on gif linking me to second html file i would like … | |
CSS class not applying properly I have created som code that allows a user to create an object by clicking a button. It's working fine. However, I have a CSS class called "draggable" (which makes the object draggable). If I apply the class to a hand-coded object: [code] <form action="#"> … | |
Hello, I've been trying to send html emails via the mail() function. I tried different combinations of headers configurations. and spent hours and hours on this with no luck. All I get is plain text, as if i did not define the headers. headers would be displayed in the message … | |
how to retrive data outside the html tag using [COLOR="Red"][B]vb.net[/B][/COLOR] | |
I'm a CSS noob and I'm trying to find the best way to get started on learning common practices of creating stylesheets. Is there any good tutorials/examples online besides w3schools to get me going in the right direction? Thanks! | |
<!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Doctor Web Snake Oil</title> <meta name="GENERATOR" content="Arachnophilia 4.0"> <meta name="FORMATTER" content="Arachnophilsubscribeia 4.0"> <link type="text/css" rel="stylesheet" href="drwebstyles.css" /> <script language="javascript" type="text/javascript"> <!-- /* File: drWeb_dis.v4b.html Author: Diane Forkin Date: 23/9/2007 Purpose: Dr Web Validate Form and all entries */ //function for submit button … | |
I'm making a website with the little help of my dad who’s is working in <SNIP> [URL="http://www.webdesigningcompany.net/"][/URL]. It is the professional site and which site I making it is just finished up an html, xhtml, and css tutorial for review and would like to know the html code for aligning … | |
Hello. I hope this is the right section to ask this question. I need some help with my coding. I've been working on trying to write a div code so I could modify my myspace profile, because it is a good hands on enviroment for playing with HTML and I … |
The End.