10,325 Topics

Member Avatar for
Member Avatar for LogicWeb

I'm trying to correct some W3C validation errors found at [url]www.logicweb.com[/url] I'm not a designer by trade, but I learn quickly and would appreciate help on this. The code used for the view packages button is below, and the one that caused W3C errors [code] <div id="view_packages"> <h4><a class="view_packages_button" href="/services/hosting.php" …

Member Avatar for LogicWeb
0
88
Member Avatar for serkan sendur

How to insert big html markup with white spaces(i.e. line breaks) and single and double quotation marks to sql server : To insert that big html markup to ms sql server, i tried to copy the markup and paste it to the sql server table cell first. It didnt work, …

0
63
Member Avatar for Ragnarok

I have been working on my site for some time and its not yet been released. What I want to do is modify my layout so that it works with CSS insted of tables. All my efforts so far have gone in vain because the gaps between the <div> and …

Member Avatar for peter_budo
0
136
Member Avatar for 7arouf

hey i have a text box and a button on one page. my question is, when somebody writes something in this textbox and presses submit (the button), the output will be shown on other page... so i need to know what code to put Thanks, 7arouf

Member Avatar for DangerDev
0
60
Member Avatar for austind

I have a parent div=body, and four child div's=sidebar (dark gray), spacer1, content (white), and spacer2. Those are not the backgrounds of the individual div's. I'm using a faux columns method of taking the parent's bg and y-repeating it. You can see the problem below. This works in IE6, but …

Member Avatar for MidiMagic
0
90
Member Avatar for satimis

Hi folks, I haven't built webpage for >10 years. I'm prepared coming back. Previously I ran software on MS Windows building website. Now I'll change my way doing html editing on simple text-editor instead. Googling brought me hundred of links on guides building webpage on html, difficult for me to …

Member Avatar for satimis
0
175
Member Avatar for suganzeni

Hi all i working with HTML when my first web page is going to displayed it should be in the width and height according to my need . like a rectangle window or square or like a pop up window. How can i set the width and heght for the …

Member Avatar for DangerDev
0
55
Member Avatar for kings
Member Avatar for Ries

Would it be possible to use a css rollover (a tooltip type thing) but to have a youtube video embeded into the rollover box, and if so what would be the code to do it?

Member Avatar for seoindia5
0
95
Member Avatar for ebabes

I have seen lately from this site a listing of all fields that can be inserted inside CSS. But I can't find it now. Can anybody give me the codes for all the fields in CSS?

Member Avatar for ebabes
0
146
Member Avatar for mikeandike22

I want a nav system where there is a different image for either link and they have rollover links. I figured it would be easier to include the text and then hide it in css so that it would be accessible compatible. Ok this is my current setup for the …

Member Avatar for DangerDev
0
60
Member Avatar for woocha

I am emailing a field from a MySQL DB table. The field type is text. Basically, it is an accept email. How can I make it so the email sent is capable of emailing HTML to make the message more attractive? I have already tried to insert < html > …

Member Avatar for mwasif
0
1K
Member Avatar for npatel0317

I have been trying to save the CSS code and save the file as .css in the same folder and i link it on my html but when i do that the code doesn't get inserted to the document. Is there any specific way to save external .css? because right …

Member Avatar for npatel0317
0
96
Member Avatar for blackdagger

Hi...I am new to this site and I have a problem in my computer. I have this p-07-0100 irql: If SYSVER 0xff00024 NT_Kernel error 1256 KMODE_EXCEPTION_NOT_HANDLED. Can anyone help me with this problem?? I appreciate it very much. This is my HiJackThis Log: ============================= Logfile of Trend Micro HijackThis v2.0.2 …

Member Avatar for MoralTerror
0
195
Member Avatar for nivas100

:) hi to evry body ........... :) iam new this site and new to website dev..technolgies presenltly iam learning php,my sql html, javascript and css i am expecting use ful things form this community which may helps to bulid my career

Member Avatar for Serunson
0
46
Member Avatar for lordx78

[code=php] <?php // connect to database include("inc/connect.php"); // include auth and nav include("inc/auth.php"); // begin content //include("inc/nav.php"); // close mysql connection //mysql_close(); // Check if the form has been submitted. if (isset($_POST['Submit'])) { //require_once ('mysql_connect.php'); // Connect to the db. $errors = array(); // Initialize error array. // Check for …

Member Avatar for lordx78
0
79
Member Avatar for lordx78

Just wanted to ask you guys how to properly call HTML tags into php. e.g. [code=php] echo "You are not authenticated. Please login.<br><br> <form method=POST action=admin.php bgcolor=\"C0C0C0\"> username: <input type=text name=\"username\"> password: <input type=password name=\"password\"> <input type=submit> </form>"; [/code] As you can see above, the developer has design a form …

Member Avatar for lordx78
0
114
Member Avatar for Slade

Hi Guys, I'm writing a program for work which uses the HtmlTextWriter to output html files (it's a reporting system). In each file I want to render a style tag at the beginning and to do this I'm using the HtmlTextWriterStyle enumeration. This means I need to convert any value …

Member Avatar for Slade
0
153
Member Avatar for aaronknightkc

I am trying to insert a row into a table into a MySQL DB 5.0 table. One of the VALUES that I am inserting just so happens to be HTML code. When I execute the INSERT in MySQL Query Browser it tells me "You have an error in your SQL …

Member Avatar for aaronknightkc
0
134
Member Avatar for evios

i am new to PHP. instead i learned the basic from w3schools and tizag. i'd created a registration form-like page using php tags, however when i uploaded to a php-based web hosting, i cant see anything..it juz show done in the browser status with blank page. Anyone kind enuf to …

Member Avatar for nav33n
0
164
Member Avatar for XcentricX

[B]Hi! I make nws CMS for self. I added search function too. But I have problem. I save data with html at DB Sample: [ICODE]<font color=red>Some text</font>[/ICODE] When I search for string "some" I get this row. But when I search for string "font" , I also get this row …

Member Avatar for pritaeas
0
99
Member Avatar for forumhound

Namaste from Nepal everyone! First time caller here with a question I am working on an interface for a client in America that is built using myfaces, and I am having a heck of a time getting things to look the same in IE and all the other browsers out …

Member Avatar for forumhound
0
85
Member Avatar for sbader7

My name is Sam, and I'm taking Honors C++ at Ravenscroft in Raleigh I have a background in Java, and have worked with Lisp, Game Maker, (X)HTML, Javascript, CSS, and several programming languages/tools I have little memory of. So hey!

Member Avatar for Serunson
0
19
Member Avatar for clarkkent

This Header function is from VB. I am trying to do the same with C# using HttpWebRequest and having trouble. Can anyone help to show me what i am doing wrong? Here is a VB function which is sent using winsock. [CODE]Function Header(Question As String, Answer As String) As String …

Member Avatar for clarkkent
0
113
Member Avatar for ItsMeYuvan

All, I am adding HTML controls with runat ="server" dynamically from my asp.net code. <form id="frm1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="Button" /></div> <div runat="Server"> <asp:PlaceHolder ID="p1" runat="server"><%=strControl%></asp:PlaceHolder></div> </form> The code behind has Public strControl as New string strControl = "<input type=""hidden"" id=""test"" value=""test1"" runat=""server""/>" Am able to view the …

Member Avatar for SheSaidImaPregy
0
157
Member Avatar for Suetan

This is just something that I'm working on for my own website. Could someone please check this over real quick to see if I have any major errors in it? [CODE=PHP]<?php /* index.php created by Suetan Start Date: Wednesday January 9, 2008 Project: RPGCMS Version: 0.0.1a */ define('IN_RPGCMS', true); $root …

Member Avatar for Suetan
0
205
Member Avatar for GR Web FX

Hi there Im trying to create a HTML email but i am having trouble finding out how to do it. Have you ever received an email where you open it and it says 'Click to download images' and when you click it, it looks like a website? Well thats what …

Member Avatar for aravelli
0
166
Member Avatar for Debasis Bag

Dear Sir I have project on vb 6.0 and want to generate report in html page I have knowledge on html but I can't do it through code Please help with a sample code Thanking you Debasis Bag

Member Avatar for choudhuryshouvi
0
51
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
88
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
159
Member Avatar for Scottmandoo

Im quite new to php and mysql but ive figured out how to upload and display content from my database, but im still facing quite a lot of problems. - First how do you display an image uploaded in the database? - Second how do you make the content only …

Member Avatar for Scottmandoo
0
163
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
57
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
61
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
99
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
203
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
165
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
93
Member Avatar for lordx78

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php // connection to MySQL server mysql_connect('localhost','root',''); mysql_select_db('administration'); // *** Validate request to login to this site. //session_start(); if (isset($_POST['username'])) { $loginUsername=$_POST['username']; $loginPassword=$_POST['password']; $MM_redirectLoginSuccess = "validated.php"; $MM_redirectLoginFailed = "admin.php"; $MM_redirecttoReferrer = true; mysql_select_db('administration'); $errors = array(); if(empty($_POST['username'])) { $errors[] = 'You think …

Member Avatar for lordx78
0
73
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
98
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
61
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
186
Member Avatar for shedii

Are C & C++ knowledge required to learn php or a person good at html, css & xml can start learning php directly?

Member Avatar for richie513
0
134
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
174
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
177
Member Avatar for forumhound

Namaste from Nepal everyone! First time caller here with a question that heck, not sure where to put. I am working on an interface for a client in America that is built using myfaces, and I am having a heck of a time getting things to look the same in …

Member Avatar for Jx_Man
0
75
Member Avatar for kavithakesav

Hi, I designed one website for links i gvn rollover color, that color i want to be in current page means if u click on like ex: about.html page that rollover color has to shown in that page also. [B]I tried with this code, but not working.[/B] [code="CSS"] #menu{ width:90%; …

Member Avatar for FC Jamison
0
114
Member Avatar for DamagePlan

My eportfolio works perfectly fine in IE but in firefox It duplicates itself. Please can you help me sort this out. Thanks :) screenshot of problem: [url]http://i111.photobucket.com/albums/n145/generalgfx/Screenshot-4.png[/url] Code of html page: [code] <html> <head> <style type="text/css"> img { border: none; } .content { padding: 30px 30px 20px; } .nav { …

Member Avatar for FC Jamison
0
133
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
87
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
88
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
94

The End.