10,325 Topics

Member Avatar for
Member Avatar for j4mes_bond25

I wish to have links for the menu like this: [url]http://www.tristarwebdesign.co.uk/templates/templates/karma/index.html[/url] However, I wish to have MY OWN font style on each links as it can be seen on: The only difference I want is that this guy has used "title" in order to display text on each "li" link, …

Member Avatar for j4mes_bond25
0
2K
Member Avatar for Yuki H.

I made this php mailform months ago, and I haven't done php in a while, so I need help with it. Though a person might not have a valid email or typed in their name and/or comments it still submits, how can I fix this problem? [PHP]<? include('header.txt'); ?> <table …

0
67
Member Avatar for mmfarhan

Hi, I am using RichEdit box (i downloaded it from [url]www.gerd-tentler.de/tools/richedit/index.html[/url]) on my page for formatting text and storing text with html tags in database. But, when i try to get this text (eg. <P> kkjkjkj </P>) from database using <c:out value='${LongDesc}' /> it converts all the tags into: & …

0
65
Member Avatar for bkendall

My stylesheets tend to get long at times and I find I am constantly fishing around looking for colors to use. So I asked a friend at work about it and he created a dremweaver extension that will pull all of your colors from your css ot html fil and …

0
135
Member Avatar for gendv

[B]A little backround into the mission:[/B] My sitemap is a tree menu, i need to navigate from a page to the tree menu, but in the tree menu, the page that the visitor came from needs to be highlighted. Here is my code for the tree menu : tree_nodes.js // …

0
110
Member Avatar for nixpix

Hi there I am new to this site and have been browsing the CSS related threads...I am at my wits end!! I am developing a site at the moment where I have changed the colours of my scrollbars using CSS. I have defined the colours in the body,html tag inside …

Member Avatar for nixpix
0
135
Member Avatar for Gody

Hi everybody, I have a XML file having data stored in tags as <Username>[I]User name here[/I]</Username> <Password>[I]Password here[/I]</Username> (There will be data of around 100 users) I need to display this data in a HTML file in a tabular format. Kindly help me.

Member Avatar for inkrajesh
0
175
Member Avatar for challenger

I'm not sure if this is the right place to put this. Here goes: I would like to convert a html page to an image. I've done googling. Most of the findings led me to downloading sharewares. As this project has a tight budget, I reckon I should build something …

Member Avatar for challenger
0
132
Member Avatar for TimLee

Hi, Can anyone help with this? I would like to be able to add graphic banners or images in the outgoing welcomemail body sent to new registrants on the vBuleetin forum... Any ideas appreciated... Regards.

Member Avatar for Dani
0
182
Member Avatar for VIRUSOFDEATH

I NEED SOME SERIOUS HELP ! ! ! NOBODYS KNOWS WHAT THIS VIRUS IS....OR HOW TO GET RID OF IT! I THINK I'VE RUN EVERY ANTIVIRUS, CLEANER, REMOVER, FIREWALL THAT EXISTS.... CWHREDDER, NORTON ANTIVIRUS, SPYDOCTOR, ADAWARE, PANDA, EWIDO, MICROSOFTS MALWARE REMOVAL AND DEFENDER, SMITREM, THE CLEANER, PANDA, KAPERSKY, TREND, COMPUTER …

Member Avatar for confusertech
0
474
Member Avatar for challenger

Hi, I have to embed an applet on a html page that will be accessed by client PCs. I want to display a pdf file on the applet as well (supposedly a html file). I decided to venture into converting the html file to a pdf file and display on …

0
109
Member Avatar for mike21091

Hi , I'm Known As mike21091 On Just About Every Single Site I Use On The Internet , No Different Here . I'm A 15 Year Old Web Developer That Likes OS Development And Also Likes Application Development . I've Been Doing Web Programming For About A Year Now , …

Member Avatar for 'Stein
0
75
Member Avatar for unitechy

Hello people. I need to convert a few WML codings to HTML. I have found plenty of converters that convert HTML to WAP, but none usable. Please guide me. Thanks in advance.

Member Avatar for tgreer
0
240
Member Avatar for GriffIT34

i've just started in the world of html and css how does my web site show up in searches "google" I have an animated .gif moves very slow when page loads can that be sped up any way to do things in colums EX: 1 2 3 4 5 6 …

Member Avatar for GriffIT34
0
156
Member Avatar for j4mes_bond25

Is there any way in CSS (without using any JavaScript) which allows us to NOT to have scrollbars next to "certain contents" only. I'm getting my inspiration from this website: [url]http://www.tristarwebdesign.co.uk/templates/templates/infinity/index.html[/url] My very top space is for "company's logo" & I don't want a scroll bar appearing on the right …

Member Avatar for John.Nye
0
2K
Member Avatar for j4mes_bond25

I wonder if someone could possibly enlighten towards image inset/outset effect. The image is fixed now & it works perfectly well. I'm just working on the very front "index.html" page. I know I'm making a rather simple mistake here, but until I know what is it, it would be hard …

Member Avatar for John.Nye
0
144
Member Avatar for j4mes_bond25

I've set the "smtp" in "Config.php" in order to receive mail to my address so that all the fields filled by user gets to me, after they press "Submit" button in my "Contact.php" Things seem to have improved a little & all I'm getting is just a "Warning message": Warning: …

Member Avatar for j4mes_bond25
0
125
Member Avatar for j4mes_bond25

After bending over backwards, I managed to finally get my form validation done, which seems working perfectly well. After failing to work with e-mail, I wonder if anyone around could help me little towards e-mail so that as soon as someone presses "Submit" button, I get the entire form's message …

Member Avatar for BlazingWolf
0
165
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

Member Avatar for tgreer
0
268
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

0
62
Member Avatar for Stewie

I am not sure if this is an HTML question or a Coldfusion question. Since I am using both I will ask in the in the CF forum. I can not get the title to show up on the top task bar in IE. I am not sure if it …

Member Avatar for Stewie
0
397
Member Avatar for gbs

I was trying to write a simple python script to enable web users to upload files. Here is html [code] <HTML> <HEAD></HEAD> <BODY> <FORM ACTION="[URL="http://some-server.com/test.cgi"]http://some-server.com/test.cgi[/URL]" METHOD="POST" enctype="multipart/form-data"> <INPUT TYPE="text" NAME="words" SIZE=30><br> <INPUT TYPE="file" NAME="infile" SIZE=30><br> <INPUT TYPE="submit" NAME="Submit" VALUE="Submit Form"> </FORM> </BODY> </HTML> [/code] Here is the python script [code] …

0
83
Member Avatar for blurstudent

Sorry to start a second thread. Now I have a big problem. :( [code] try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("C:/Program Files/Internet Explorer/iexplore.exe D:/Travel Agency/userguide/tutorial.htm"); } catch (Exception exe) { } } [/code] This works perfectly to bring up the tutorial.html using IE. But provided that my …

Member Avatar for blurstudent
0
243
Member Avatar for Stewie

I have a table with 4 sepearte <td>'s I would like one of them to scroll up and down when needed, so that the main page does not need to scroll. Here is my HTML [html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Rumors Bar and Grill</title> <meta …

Member Avatar for Stewie
0
110
Member Avatar for blurstudent

Can JMenuItem point to a HTML file that opens in IE? I want the jMenuItem (E.g: Tutorial Help) to point to tutorial.html on my computer. Couldn't find any information about it at all on the net. Can any kind souls out there help me? Your help is greatly appreciated. Thank …

Member Avatar for blurstudent
0
159
Member Avatar for j4mes_bond25

After exploring PHP for the past few days, I've been trying to use it on the new CSS based website that I'm creating. I'm trying to use "include" function in order to get my "header", "topMenu", "leftMenu", "rightMenu" and "bottomMenu", since in ALL the pages, these would be common. The …

Member Avatar for zippee
0
142
Member Avatar for mesamb1

I have a VERY basic site, and I am using microsoft word to make some simple pages. I have a flash cartoon that i want to upload onto my site but I cant put any of the files into microsoft web page program or get any of the files to …

Member Avatar for HI2Japan
0
186
Member Avatar for 100%

Hey everyone, Okay, i've got a pretty okay understanding of HTML and CSS. Parts of HTML I havnt learnt yet are Forms/Tables and Frames, After I have a basic understanding of that I want to move on to javascript, but I want to do it quickly, so if someone can …

Member Avatar for iamthwee
0
215
Member Avatar for Spycat

Well, [I]this[/I] certainly is a turn-around -- the code I did works fine in IE, but breaks in Firefox! What it is, is a thing to make rounded cornered boxes via css and images. The top-left and top-right images are green, and the bottom-left and bottom-right are gold. There is …

0
67
Member Avatar for kleep

I'm used to running Outlook Express 6.0 and there I have 'source edit' on the view tab clicked. This means that when I'm sending a message, I get three tabs at the bottom - edit, source, & view. I used this to edit HTML directly in my messages. I've had …

0
70
Member Avatar for j4mes_bond25

After realising the importance of "validating" my XHTML document, I'm going through the validation process by trying to validate each of my HTML page. Couple of problems that was beyond me includes: [CODE] # Error Line 11 column 8: there is no attribute "name". <a name="top"><img src="about.gif" alt=""/></a> You have …

Member Avatar for j4mes_bond25
0
174
Member Avatar for 100%

[LEFT][B]:idea: Hey ALL! :idea:[/B] Another newbie to the forum! :mrgreen: [LEFT][B]I [/B]remember bookmarking this aaaaaages ago. I dont come on, very often. Now and then. But thought I'd sign up. I'm intrested in website design/development and know a little bit of html and css, and a little php too (not …

Member Avatar for aniseed
0
104
Member Avatar for j4mes_bond25

Bearing in mind CSS needing less code typing than HTML & its capability to merely have one single style sheet that's linked with other HTML document & hence having less codes, I wonder if there's a way that helps me achieve the following: >> I want ALL my paragraph that …

Member Avatar for tgreer
0
255
Member Avatar for j4mes_bond25

Is there any chance I could possibly have this sort of fly-over menu ([url]http://www.milonic.com/mfa/2005-July/006245.html[/url]) on my website as well, allowing the menu to STAY APPEARED on the top part of their window, even when they scroll down. My CSS based website can be seen on: [url]http://homepage.ntlworld.com/darsh25/[/url] I want fly-over menu …

Member Avatar for tgreer
0
601
Member Avatar for martinkorner

Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the …

Member Avatar for martinkorner
0
234
Member Avatar for j4mes_bond25

My website, which can be viewed on: [url]http://homepage.ntlworld.com/darsh25/alcohol.html[/url] On the left menu, I want images appearing ONLY when we hover mouse over particular link (Beer/Wine/Whisky, etc.) & its submenus, which works perfectly well. But what I want is ALL images appearing (only when mouse is hovered over a particular link) …

Member Avatar for tgreer
0
175
Member Avatar for Midwestdesi

I have a site that i maintain, i want to add an interactive CD to it, the CD is of educational content and has a test/quiz at the end of it, It is almost exactly like the online traffic safety courses that you get if you do a traffic violation …

Member Avatar for tgreer
0
92
Member Avatar for prats_20

hi i have to retrieve a webpage from database given i have the id which is passed to that page as q querystring. here is my code ave 2 pages the one where u clik on hyperlink <<A href="mailto:%@LANGUAGE="VBSCRIPT">%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim objConn, objRS Set objConn=Server.CreateObject("ADODB.Connection") objConn.open="Provider=Microsoft.Jet.OLEDB.4.0; Data Source= D:\Datastores\greeting.mdb" …

Member Avatar for prats_20
0
103
Member Avatar for jiruiz78

Hello there, I need my page to randomly select a CSS document. I don't want the user to select it, but instead to do it when the page loads. This is the script I have so far: [INLINECODE]<script language="javascript" type="text/javascript"> var ranNum= Math.floor(Math.random()*3+1); document.write("<link rel='stylesheet' href='hd"+ranNum+".css' type='text/css'>"); </script>[/INLINECODE] This function …

Member Avatar for jiruiz78
0
119
Member Avatar for Spycat

Ok, as usual, Internet Explorer is playing games with me in rendering code. I need a fresh set of eyes to look things over, cuz apparently I am missing it. Anyway, in the center of the page there should be some black text that says "Heading" a few lines of …

Member Avatar for Spycat
0
154
Member Avatar for Ries

This is my code but I get the error Parse error: parse error, unexpected T_STRING in /home/projecte/public_html/index.php on line 48 When I try it, any ideas on whats gone wrong [CODE] <?PHP switch ($pg) { case login: $dbh=mysql_connect ("localhost", "projecte_ries", "*********") or die ('I cannot connect to the database because: …

Member Avatar for loanskey
0
161
Member Avatar for chilllax

I understand how to set up the input fields, name the input fields, and assign the appropriate action. The problem is I dont understand how to display this information in the particiapants.htm page. Thanks for any help. <form name="input" action="/tournament/participants.htm" method="get"> Gamertag: <input type="text" align="center" name="gamertag" maxlength="16"> <br> Email address: …

Member Avatar for tgreer
0
59
Member Avatar for aiden

I'm currently working on the CSS template for a new client and running into a strange issue. The design calls for a separation bar of repeated background to resemble a negative strip (site is a portfolio piece for a commercial photographer), and below that the continuation of a gradation. For …

Member Avatar for tgreer
0
121
Member Avatar for web_developer

guys, i need for my project, an html editor like the one found here when u post a new thread. from where i can download this extension? or is there a code i can copy it? 10x in advance sam

Member Avatar for web_developer
0
53
Member Avatar for hinde

I am new to CSS and my html is rusty as hell, and I want to have links arranged horizontally on the top of my page. They are block links. [code] CSS script: a.blue_top_tab { text-align: center; display: block; background: blue; color: black; text-decoration: none; width: 120px; font-size: 140%; padding-top: …

Member Avatar for DanceInstructor
0
72
Member Avatar for j4mes_bond25

Presently, after sorting my previous problem of menu, I'm only struggling with browser compatibility. Thought of it scares me since the reason I'm making this website is to show it to different employers (who often asks for the proof of applicant's previous work within CSS before considering their application) & …

0
55
Member Avatar for j4mes_bond25

I'm in particular facing problem with Top Menu (#topMenu in my code). In Firefox, every time I hover the mouse over Beer/Wine/Whiskey/Spirit link, the sub-menu ALWAYS stays at far left hand side (as seen in the attached file). In Internet Explorer, every time I hover the mouse over Beer/Wine/Whiskey/Spirit link, …

0
113
Member Avatar for j4mes_bond25

I wonder if anyone around could possibly help me ease up my stress that I've been having for the past 2 days in sorting out the CSS Horizontal drop-down menu. I've somehow managed to get the Vertical Pop-up menu along with its submenus ("leftMenu" in my code) but the Horizontal …

0
236
Member Avatar for j4mes_bond25

I'm building my very first CSS page & wonder if anyone around into it could possibly help me get the layout as seen in the attached file. Following are the codes that I've worked on for the whole Saturday afternoon & evening but still failed to achieve the EXACT result …

Member Avatar for DaveSW
0
138
Member Avatar for chaom79

Hi guys, this is like a continuation from previously coding that i've posted here in this forum. Now, when I'm tried installed it at Windows 2000 platform, with 128MB RAM,and Pentium III processor, this error occured; Fatal error: Maximum execution time of 30 seconds exceeded in c:..\virus\index.php on line 81 …

Member Avatar for chaom79
0
135

The End.