6,558 Topics
| |
Hi I am failry enw to web deisgn and want to build an online portfolio, kinda like an online C.V for my self to show prospectiove employers. Im looking for some tutorials to help get me started in using CSS/ HTML if possible in Macromedia 8 Suite and wondered if … | |
Hi guys this is my first post on here so im sorry if its not done properly its just i have spent several hours trying to solve this problem already and I am starting to get very frustrated. Basically I have create a basic HTML editor using visual basic 6, … | |
How do I open a HTML page in VB.NET 2003? I am trying to build a main menu page and would like to open an HTML document from the main menu. Can anyone help? Dick [email]rlafran2@travelers.com[/email] | |
I'm having a bit of trouble figuring something out. I have a css file I use to attempt to break pages in the correct spot, and to force a landscape print so as to ensure that the words on the web reports my php program builds aren't packed together when … | |
Peace, I made a mail form and I want to enable The HTML in the Mail Message, How can I do it?... I wrote in the headers: $headers='From:Management<[EMAIL="info@3malas.com>'"]info@3malas.com>'[/EMAIL]; | |
I know there have been several posts concerning Python and CGI / HTML, but I can't get my little script to even print a web page. [code] #!/usr/bin/python print "Content-Type: text/html\n\n" print import sys sys.stderr = sys.stdout import cgitb; cgitb.enable(display=0, logdir=".") print """ <html> <body> <div align="center"><font style="font-family:verdana; font-size:18px">Hello from … | |
From djoomla.com [url]http://www.djoomla.com/component/option,com_ezine/Itemid,43/[/url] Intro: Well, I've seen alot of tutorials out there on how to program a Joomla Template with software like Dreamweaver and other big programs, this tutorial will focus on programming an entire Joomla Template with a program as simple as Notepad. This tutorial assumes that you have … | |
Dear Friends.. I am having an .aspx page in which i have various HTML controls such as text boxes and buttons("OK" and "CLEAR" buttons).By default, when i press the "ENTER" key in my keyboard ,the "OK" button must get fired...But its not getting fired..I need to use the tab button … | |
I use the following code to display the user name on the website.. like "Welcome Kaushik" [CODE] <jsp:useBean id="adminUser" class="bss.BSSUserDetailsDo" scope="session"/> <font size="4" color="brown" face="verdana"> <bean:message key="Bss.user.welcome"/> //comes from some property file abcd.property <jsp:getProperty name="adminUser" property="firstName"/> </font> [/CODE] i want to access the user first name from my JS function. … | |
As title; unless there's already a way: [code="HTML"] <html> <head> <script type="text/javascript"> function myfunction( ) { alert( "Hello, World!"); } </script> </head> <body> <p>Some HTML code</p> <img onclick="myfunction( );" src="some_image.gif"/> </body> </html> [/code] [code="Javascript"] <html> <head> <script type="text/javascript"> function myfunction( ) { alert( "Hello, World!"); } </script> </head> <body> <p>Some … | |
Dear Friends,, i want to download a pdf file from any server since i have url of a pdf file then i convert it in html format. i am working in PHP and enviorment is linux. Pleas help me for this script i am much upset due to this With … | |
Before I purchase a MAC OS (with no windows OS) I would like to know Can a Mac open an HTML files on any browser just like in windows? Example: an ebook that is downloaded toyour computer and is in html format that you need to open with any browser … | |
Hello, I really need your help in vbulletin forum .. I am owner of vbulletin forum designed for arab and it's specialised in html and php tutorial how can I highlight code like daniweb forum ?? I dom't know if administrator can help me or not but I hope !! … | |
I have a client's site uploaded to [URL="http://fjamison.freehostia.com/"]http://fjamison.freehostia.com/[/URL], but she says the menus don't work on her Mac. Does anyone have any idea as to why this is so or how to resolve this issue? | |
hi everyone, is there a way to get the HTML Table property on page_load event, here is my current situation on page_load i have my HTML table display property set to 'none' on runtime i can have its display property set to ' ', thus showing the HTML table with … | |
Hi guys, I'm sure you have read some of my posts the guys here really help me on many things that I asked here in the FORUM..... THANKS a lot Guys, but my problem now is how can I make my emails to be formatted of course to be more … | |
I have a header to this website that I am working on and my part is due real sone. I am stuck. I am using css to display the header and it lloks like a million bucks in IE 6 but not in IE7 and especially not in FireFox. Can … | |
Hi, Can some one tell me the method of calling an .asp file into a web page with .html extention that too without using frames. Regards | |
I have two directories under wwwroot. One shows the HTML pages the other does not. The directories are setup the same. I copied code from the one that does not work and put it into the one that does and the code does not work there either. This code worked … | |
In my asp page, I have a number of checkboxes and radio buttons. It works fine, but the users want to have a larger checkbox and radio button. So I have a class in the stylesheet called "bigcheck". The style sheet has this class as .bigcheck { height: 30px; width: … | |
Hey everyone, I'm workin on a little side project and I was looking for some help. Currently I have code that will check a given directory and populate two list boxes based on id3 tag information. The first select box will be populated with artist info and the second, with … | |
We are trying to create a new design for our non profit site and are having trouble with getting the content portion of our css div to expand appropriately in Firefox or Safari. Works fine in IE though. Can someone take a peek and make a recommendation? Site is at: … | |
I have a navigation system with rollover effects using css. all effects are in the same gif image and depending on the state (mouse over, selected, mouse out) a different section of the image is shown. Because the image is only referred to in the css file and a reference … | |
XHTML has removed the "name" attribute. But the JavaScript method for reading radio buttons requires the "name" attribute to be the same on each radio button. W3C says to use "id", but that no more than one "id" is valid. I need to write an XHTML page with radio buttons. … | |
Okay, may cause a minor arguement - but am dying to know what others think... Should we be using CSS to create special effects and behaviours on websites? The whole point of CSS is apparently to help seperate Content from Style... but a third piece is missing, Behaviour! Now, I … | |
Hi, Guys Good day to all of you I come in peace. I have this very weird experience in layout. I checked it in IE and its good (not in FIREFOX) well its weird because when I try to minimize the window of my browser the right panel goes down … | |
Hello members I've always wondered why, I found an answer in bandwidth economy, but other than that, how do they expect us to do it? With padding? Any advice, comments? thanks | |
I've been working with a css file to produce a few bits of needful output formatting for some php-built reports that are designed to be printed from the web. Recently, though, on one of our systems, I had an incident where it looked as though part of the css was … | |
I have some prewritten css that I use for a bunch of sites to integrate different things, is there any kind of tool that will go through and eliminate the styles not being used? Not all of them are used by every site and I dont really have time to … | |
I am creating a framed page using css elements. The only problem is I am having problem linking to specific elements. I have the main body titled content and would like to link to it to from another element so the information is displayed in the body. Is there something … |
The End.