6,557 Topics

Member Avatar for
Member Avatar for lordx78

[code=php] <?php // connection to MySQL server mysql_connect('localhost','root',''); mysql_select_db('administration'); if (isset($_POST['submit'])) { $loginUsername=$_POST['username']; $loginPassword=$_POST['password']; $MM_redirectLoginSuccess = "validated.php"; $MM_redirectLoginFailed = "admin.php"; $MM_redirecttoReferrer = true; mysql_select_db('administration'); if(empty($_POST['username']) && empty($_POST['password'])) { die('<div class="error_up">Both field was blank</div> <br><br><div class="footer_padding"> &copy; Copyright Cycle Tracks <span>®</span></div> '); } if(empty($_POST['username'])) { die('<div class="error_up">Username field was blank</div> <br><br><div …

Member Avatar for nav33n
0
84
Member Avatar for Atticus

I send out a newsletter call Daily Thought. I use DreamWeaver 2004 to build the HTML Email, then I copy and paste the codes into an email marketing software call Constant Contact. Constant Contact, as you know, sends the newsletter to every one in my email list simultaneously. Some members …

Member Avatar for rahulroy
0
157
Member Avatar for MikP

Hi all, I'm a n00b at Python and am working on outputting html using pyhtmloo - I've checked the [URL="http://sourceforge.net/docman/index.php?group_id=89844"]pyhtmloo site[/URL] for guidance but no joy there. Hopefully I'll find guidance here... The python code below outputs an html page and what I'd like to do is set the refresh …

0
53
Member Avatar for Debasis Bag

Dear Sir I have knowledge on html but I can't make a report in html format through vb 6.0 code Now I am giving a Example: <html> <Body>"Debasis Bag"</Body> </html> above this example how to write code in vb 6.0 and print in htm format please help me wiht example …

0
59
Member Avatar for SAMSEIED

Hi: I designed a website, mainly its only one long page with several sections. There I placed several links on top of this website, so the visitors can just click and go to the sections. I decided to add few pages to this website also. I used MS WORD to …

Member Avatar for kingvjack
0
97
Member Avatar for lochii

How can i get everything in my site aligned? i used to use tables years ago and use the <CENTER> tag dont work with CSS below is a screenshot of how it looks at the minute... [IMG]http://i5.photobucket.com/albums/y161/lochii/websiteimg.gif[/IMG]

Member Avatar for FC Jamison
0
201
Member Avatar for lordx78

[code=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Cycle Tracks Portal</title> <style type="text/css" media="all">@import "images/style.css"; </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" /> <?php $date = ('l dS \of F Y'); ?> </head> <body> <div class="content"> <div class="topmenu"> <div class="date_"> <?php echo $date; ?> </div> </div> [/code] …

Member Avatar for nav33n
0
162
Member Avatar for tarsem

Hello Everyone, i have one question for all [B][COLOR="Red"] "Is CSS Negative Margin SEF Friendly"[/COLOR][/B]

Member Avatar for tarsem
0
92
Member Avatar for shanenin

I am trying to position my logo at the very top and center of my web site. I am able to get it centered from left to right. The problem is I have about a several pixel space between the top of the image and the top of the web …

Member Avatar for DangerDev
0
97
Member Avatar for tiger86

this code supposedly makes the transparent code that only works in ie work in Internet explorer, Firefox, and Opera. I have not tried it myself but found it online and thought others might like to try it out [code=language]<div style="display:block; height:150px; width:200px; background:#00FFFF"> <div style="color:yellow; height:100px; width:150px; background:#000099; filter:alpha(opacity=50); -moz-opacity:0.5; …

0
59
Member Avatar for SAMSEIED

Hi everyone: I designed a simple one long page website with one image. I tested this website with Fire Fox and I could see the image. But when I tested the same website with Internet Explorer, It did not show the image except with a little square with red mark. …

Member Avatar for txwebdesign
0
185
Member Avatar for madhav_2k

i'm fascinated by the tooltip or the information bubble , which pops-up on this page when I point my cursor on a thread title. Does anyone know what it takes to code something like that? Is it possible with PHP, javascript or AJAX ? The attached image shows the tooltip …

Member Avatar for squid44th
0
167
Member Avatar for lochii

if you view this on a web page anyone know how i can align the middle part to the center? IF you view in IE it looks ok alisgnment wise tho ixels are screwed up, if you view it in firefox inside looks ok but middle chunk is aligned left …

Member Avatar for lochii
0
176
Member Avatar for kained

Right I am doing a uni project and having real problems getting my template to allign properly. [URL="http://www.chabrisloirevalley.com/wrongallignment.png"]This[/URL] is what it looks like at the moment Here is my CSS [CODE]* { padding: 0; margin: 0; } body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-image:url(Graphics/bkbeigbrst.jpg); background-repeat:repeat; } #wrapper { …

Member Avatar for kained
0
85
Member Avatar for gembutt

Hi Every1 I have been making a site in dreamweaver which has drop down html navigation above a rollover flash animation (a carosell of images with text appearing over it when rolled over - all made in flash and imported in). I am really stuck though! I have managed to …

Member Avatar for DangerDev
0
84
Member Avatar for muddpigeon

ive recently started this web page for a course in uni. however one page is causing a bit of bother basically when i insert my table into the are i want it in the whole page is affected, ie images and lists lost. i have uploaded a word file with …

Member Avatar for hinde
0
90
Member Avatar for Pim

I've got the following css: [code] a:hover {background-color:#ff3300}; #links a { color: #FFFFFF; background-color: #CC00CC; width:6em; heigth:6em; padding:0.2em 1.5em; } body {background-color: #000000}; [/code] The problem is that I want the hover to work, just as what is in #links a. The problem is, it seems, is that they are …

Member Avatar for Pim
0
140
Member Avatar for Eminence

i'm creating an online booking system for my project.i need to link my html to VB6.how do i go about it.

0
47
Member Avatar for Boat_2005

Until Microsoft released their security update to IE, I used an html form for the user to input his/her username/password which was passed to ‘username: [email]password@www.domain.com[/email]/restricted_directory’. The IE patch now restricts this. When AuthUserFile is in my .htaccess file and I try to access a restricted file, the browser brings …

Member Avatar for midget
0
3K
Member Avatar for evios

hi everyone, i am currently building a webpage for the staff to fill in their form and all the databases will be stored using SQL. And i am juz started with a validation page for the staff. I need to have a external CSS files to do the HTML, but …

Member Avatar for buddylee17
0
142
Member Avatar for emhmk1

i am having a problem with this snippet of code, please could somene take a look and tell me what i need to do to make it work in most browsers, so far it only seems to works in IE and Opera. thank you [CODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML …

Member Avatar for richie513
0
86
Member Avatar for webopolis

I need help figuring this out. I have a "contenteditable" div. I have a menu that does the basics, bold, italic, etc. I need to add custom tags that will be represented in the source, not visually. In other words, when I use the code below: [ICODE]function myCustomTag(v) { var …

0
59
Member Avatar for rachelmoo

helloooo i am new to this forum joined to speak to people of a like mind i would really love to share my work with people and find out what i could do to improve. go to [url]http://www.gcsystems.org[/url] [url]http://www.printwithpassion.co.uk[/url] feel free to criticise

Member Avatar for rachelmoo
0
56
Member Avatar for gpdrums

Hi ya'll! The problem is only IE 6. When I mouse-over from left to right the 2nd level links display properly. However, when I mouse-over from right to left the 2nd level links stack up. In other words... display: inline; ...won't work in IE6 when I drag the mouse right …

0
57
Member Avatar for bpeikes

OK, I'm fairly new to the world of CSS and am basically ready to give up. I've tried to look for good books on CSS design, but they mostly just talk about the specifics. Not many "cookbooks" out there as far as I can tell. Now the problem: I've got …

Member Avatar for enque
0
324
Member Avatar for UrbanKhoja

hi, just wondering if there is any code out there, that could link a micro$oft access 2003 database to a webpage, im intending for it to be an offline page, so it would only be running on the same computer as the database. thanks, darren

Member Avatar for MetalGman
0
152
Member Avatar for LogicWeb

I would appreciate if any designer can help me out on these two issues I'm trying to solve. To clarify, I'm using Firefox 2 on Vista 64 bit Ultimate. I also tested it with IE7 (32bit and 64bit versions). Same problem on all 3 browsers / versions. #1 The green …

Member Avatar for LogicWeb
0
203
Member Avatar for ashneet

Hello, I have uploaded a test page on [URL]http://test.eezs.com/[/URL] The problem is that the content part of the page is not touching the bottom of the page. I have run this site in FireFox and it displays the way I want it to display but in IE it wont work. …

Member Avatar for MidiMagic
0
437
Member Avatar for adeela2z

Hi, I am working on a website and now i have to change the interface of it........... I have downloaded some templates(web) having their css files within that. Now can u tell me how can i can change the current interface to the new one (new one means the template …

Member Avatar for MidiMagic
0
100
Member Avatar for Yproc

Hello, Both Monster.com and HotJobs.com allow a user to upload an MS Word doc (resume) that their site converts to HTML automatically. The user doesn't have to do any conversion work themselves. I've found several scripts that will convert an MS Word file to [I]plain text[/I], but wasn't able to …

Member Avatar for Yproc
0
66

The End.