6,568 Topics

Member Avatar for
Member Avatar for Aeturnus01

Hi all, I'm totally new at web design and learning fast with tutorials, I have built the website already and now I'm trying to embed a flash movie that I just created in Adobe Flash CS3 successfully, I have also published the flash movie in HTML/.swf so I'm good there, …

Member Avatar for stevenpetersen
0
134
Member Avatar for bethennyengland

How can I keep up with new features of css and html? is there a good site I can go that lists websites with new good design layouts that I can try to emulate for sites?

Member Avatar for TheAlex
0
94
Member Avatar for fisher318

Hello, ok, for the web site groundwire.net, the live chat button on the far right displays fine in firefox and safari, but is slightly offline in IE7 and EXTREMELY messed up in IE6. Anyone able to point me in the right direction of how to get this code to work …

Member Avatar for fisher318
0
81
Member Avatar for Zurompeta

Hi all, Having a strange issue here. To help explain my situation, I have some images I'd like to include. This first image is of one of two user input forms. Notice in the top left of the picture, the second tab is selected. [IMG]http://www.abexal.org/image_1.jpg[/IMG] The arrow is pointing to …

Member Avatar for Airshow
0
205
Member Avatar for Alex_

Hello, I want to know if it is possible to do that, and how if yes. I tried doing something like this [code=jsp] ... <%! public static Object selectobject; %> <select name"xxx" onChange="<% selectobject = this%>"> </select> ... [/code] But it's not giving me any useful information about the values …

Member Avatar for kvprajapati
0
109
Member Avatar for denniskhor

My question as below: 1. How to save result text to HTML in Python? 2. If i want continue append more result text in the same HTML file, how?

Member Avatar for shadwickman
0
4K
Member Avatar for abrocketman

Evening All. I am busy creating a website that will have about 20 pages. So I have made a header and a footer (include("");). now that i am ready to start with the main content of the site i cannot seem to add div tags to the css file inside …

Member Avatar for spthorn
0
147
Member Avatar for roryt

Although forms are one of the most boring elements of any website, styling them can be a dangerous business. All too often it is forgotten that the way a form looks will impact greatly upon what the user uses it for. Change the style too drastically and the user might …

Member Avatar for almostbob
2
2K
Member Avatar for brookywat

Hello, I am new to html and c# my life been in engineering. I am trying to create a simple login page, I have used html for the page structure and I am using c# for the login authentication. I have a table database with MS Access but I can’t …

Member Avatar for sknake
0
124
Member Avatar for morecrab

Hi all, I had a problem with this html. Its name is index.asp. [CODE] <form action="index.asp" method="post"> <input type="submit" name="previous" value="prev"> <input type="submit" name="next" value="next"> </form> [/CODE] The problems is, [INDENT]I don't know whether i push the prev button or the next button.[/INDENT] How i will know that ? --THanKs …

Member Avatar for alexhernandez
0
78
Member Avatar for ma-chino

Hi all- I am working a website that opens with a company logo appearing in flash. What I would like to do is load the home page html after a short pause once the flash animation has completely displayed. Unfortunately, I am not familiar with Flash and I had the …

0
65
Member Avatar for xuexue

hi guys, just wanna know, how could i download a file using php script? it is possible with visual basic 6 but the problem is how would i do that using php???

Member Avatar for xuexue
0
125
Member Avatar for darthvegan117

This is effect I want: [URL="http://haptictheory.com/clients/jh/nav/"]http://haptictheory.com/clients/jh/nav/[/URL]. I want the current page to have the green image behind it so people know what page they're on. This is what I have: [URL="http://haptictheory.com/clients/jh/index2.php"]http://haptictheory.com/clients/jh/index2.php[/URL]. The current page doesn't display the background image except on hover. CSS here: [URL="http://haptictheory.com/clients/jh/css/global.css"]http://haptictheory.com/clients/jh/css/global.css[/URL] Thoughts?

Member Avatar for darthvegan117
0
126
Member Avatar for ayesha789

Hi,I need to develop a menu like a Categories Menu in the link [URL="http://media2.smashingmagazine.com/wp-content/uploads/images/type-layouts/t20/"]here[/URL]

Member Avatar for peter_budo
0
78
Member Avatar for wotthe2000

Hi I am wondering how to write a list to an html file from scratch. I am currently writing it to a file using: [icode] def wpubooks(self): for i in booklist: s=str(booklist) f=open('/booklist', 'a') f.write(i + '\n') [/icode] Is there a way I can change that code so that it …

Member Avatar for zachabesh
0
141
Member Avatar for drugoholic

Hello guys, I'm having another css compatibility issue with IE7. If you look at the screenshots attached below, you'll notice that the top menu is working fine in FF and IE8 (without clicking the comp. button) and when click the compatibility button, the whole header goes crazy (check ie7.gif). I …

Member Avatar for drugoholic
0
108
Member Avatar for marjan_m

Hi, please check the following code; [CODE=html] <? session_start(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Admin Panel</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="<?=$_SERVER['DOCUMENT_ROOT']?>/admin/stylesheet/adminstyle.css" type="text/css" rel="stylesheet"> <? echo $_SERVER['DOCUMENT_ROOT']."/admin/stylesheet/adminstyle.css"; ?> <script> function chk(name) { if(name == 'pro') { document.getElementById("content").src = "view_provinces.php"; } if(name == 'loc') { document.getElementById("content").src …

Member Avatar for dipak_passion
0
141
Member Avatar for popflier

I'm new to setting up HTML sites with CSS and I am trying to find the best way to setup the structure of a site. I've read online about the many ways you can setup the structure, but I'm not sure which way to go and am looking for some …

Member Avatar for almostbob
0
186
Member Avatar for GriffinMex

Hi, I'm getting a bit frustrated...I work in dreamweaver cs4 and have managed to set my table borders to my liking (had to put everything inside a single table or all the tables ended up with the same effect which I wanted to be global around all not individual) but... …

Member Avatar for GriffinMex
0
121
Member Avatar for ithelp
Member Avatar for OmniX

This does not need to be done using PHP but I cannot think of anything else that would make this possible unless manual labor as such(disecting the image and reconstructing it piece by piece)? How would this be done using PHP or any other technology? THanks, Regards X

Member Avatar for sikka_varun
0
102
Member Avatar for FeralReason

Admittedly, I'm new to CSS but I am having some difficulty converting tables to CSS. Here is a CSS example for a simple 4 cell table that works fine -- but only without the DOCTYPE declaration (any DOCTYPE declaration)! Does anyone know what, if anything, I am doing wrong ? …

Member Avatar for kanaku
0
197
Member Avatar for MktgRob

Saw this topic being kicked around on another site but the thread was pretty stale in terms of responses so I thought I would introduce it here to see what the feedback would be...Does anyone have any proof/opinions about the following: site pages setup as .html get picked up and …

0
48
Member Avatar for mahakaal

I am using the following code in .y .htaccess file but it is not working <IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)\.htm$ $1.php [nc] </IfModule> Please help me thanks

Member Avatar for mahakaal
0
93
Member Avatar for shouvik.d

Hi All, Currently I have an excel workbook which can send emails using smtp mail server on a specific trigger. The limitation I am having is the mail body is in Plain Text. Is there a way to create HTML emails via the Macro and send it across using SMTP …

0
121
Member Avatar for PopeJareth

I am working on a page that has 3 columns of text. I am trying to center the text in each column while maintaining the left justification for the text. When I try to use [icode] margin-left:auto; margin-right:auto;[/icode] the spacing for the columns is destroyed. I have also tried putting …

Member Avatar for ingeva
0
164
Member Avatar for vik85

hi everybody please help me out. i have little bit prob in my css menu .my display menu is display properly can you give me some idea. my site is [URL="http://www.tonerquestsite.com"]Tonerquest[/URL] i wanna display menu short n good. my css style sheet is [code] #horizNav2 { position:relative; z-index:-1; } .leftNav …

0
94
Member Avatar for mzqpla

I have a template for my ebay auctions. I want to make a form that I can type in the variable information (ie title, description, images) and generate the html script to include those variables.

Member Avatar for codejoust
-1
87
Member Avatar for K?!

Hi all I was wondering if there was something like Java's JList in HTML. I guess not because I can't find anything like it in the list of the form's input types. What is the easiest way to provide the functionality of a JList? Thx in advance. Greetings, K?! Ps: …

Member Avatar for K?!
0
408
Member Avatar for NextCom

The issue isn't how to use sp_send_dbmail, because i use it everywhere, for both querys and system mails. But i have one problem, and that is how do you send a mail with HTML and TEXT format? You probably wonder why i need this because all the mail readers now …

0
79
Member Avatar for cedricdan

hi.Can anyone plz tell me how to link database with html? if you can plz do give the code. thankyou

Member Avatar for tack
0
61
Member Avatar for postal07
Member Avatar for codejoust
0
609
Member Avatar for ArvindSharma

I have read a nice article regarding some HTML tags...which are very useful.. i would like to share it with you ..please have a look: [url snipped - see post below for valid link to the article] i have posted it on other forum too ..as i think it is …

Member Avatar for FlashCreations
0
137
Member Avatar for jessjam

<div class="verticalTabContainer"> <div class="verticalTabContent"> <!-- Begin Vertical Tab Navigation --> <div class="verticalTabNavigation"> <ul> <li class="verticalTabNavigationCurrent verticalTabNavigationFirst"><a href="#vtab-overview">Overview</a></li> <li class="verticalTabNavigationPreviousCurrent"><a href="#vtab-features">Features &amp; Benefits</a></li> <li><a href="#vtab-requirements">System Requirements</a></li> <li><a href="#vtab-demos">Demos/Tutorials</a></li> <li><a href="#vtab-awards">Awards/Certifications</a></li> <li><a href="#vtab-customer">Customer Stories</a></li> <li><a href="#vtab-news">News/Events</a></li> <li><a href="#vtab-resources">Resources</a></li> <li><a href="#vtab-community">Community</a></li> <li><a href="#vtab-support">Support</a></li> </ul> <div class="verticalTabNavigationVoid"><div class="verticalTabNavigationFill ie"></div></div> </div> <!-- End Vertical Tab …

0
108
Member Avatar for vik85

hi everybody i am new in javascript .i hope all guys helpful.i have my site [URL="http://www.tonerquestsite.com"]tonerquestsite.com[/URL].my javascript is not working for IE can you help me out .my css file is [code=css]/* -------------- layout ------------------ */ /*qmfv{visibility:hidden !important;}*/ qmfh{visibility:visible !important;} .leftNav {position: relative; z-index: 0;} /*!!!!!!!!!!! QuickMenu Core CSS [Do …

Member Avatar for essential
0
202
Member Avatar for rahul8590

well i have been doing quite lot a research on web stuff (still naive) i have got various templates for my site and then finally a seminar form which i have downloaded from [URL="http://www.wufoo.com"]http://www.wufoo.com[/URL] now i want to accept the data entered from the form and store it in my …

Member Avatar for rahul8590
0
163
Member Avatar for hrohibil

Hi forum. I really need help on this issue. I have 5 pictures, which I would like to be the layout on my front web page. Picture 1 is one big picture which will fill up the whole screen. The other pictures I would like to add on that background …

Member Avatar for macneato
0
102
Member Avatar for sereYboth

Hello everyone! what is different bettween ID(#name) and class(.name) in CSS? but i think it is the same! Pleae tell me! <URL SNIPPED>

Member Avatar for sereYboth
0
78
Member Avatar for cee_karthi

I need to get the source code of webpage which is embeded with AJAX i.e. The web page is designed using PHP but the contents frame is designed using AJAX and the PHP pages is made to embed with this content page so we cant able to get the HTML …

Member Avatar for Fest3er
0
81
Member Avatar for flockit

Hello, I want to make a dialog, with CSS where the borders are like FB Dialog borders! [url]http://b.static.ak.fbcdn.net/imgs/pop-dialog-sprite.png[/url] In CSS I want to use somewhat like the above given link's picture to make a dialog, please help me! Check out the attachment too! Regards, Akshit Soota

Member Avatar for Bojero
0
94
Member Avatar for Vicksley

Hi all, What I am trying to achieve, but have no idea how to go about it, is I want to use a template banner/navbar/ that I have created myself for all pages on my site. Is it possible to add a "include file" into my html pages so that …

Member Avatar for Tonupunuri
0
231
Member Avatar for cee_karthi

I need to get the source code of webpage which is embeded with AJAX i.e. The web page is designed using PHP but the contents frame is designed using AJAX and the PHP pages is made to embed with this content page so we cant able to get the HTML …

Member Avatar for kvprajapati
0
67
Member Avatar for mands

Hi I need some help, I currently have a timer that counts down and what I would like is when the times runs out it then displays text or html (answer to question). I currenlty have the timer counting down and a seperate js show answer link that will show …

Member Avatar for essential
0
1K
Member Avatar for sycorax27

Hello, i would appreciate any help with css menu in ie7. I have developed the pure css menu, what is working fine with ie6 and ff, opera as well, but after comming the new ie7 i have realised, that the menu is simulating the a:hover behaviour without any htc files …

Member Avatar for almostbob
0
212
Member Avatar for chints22

hello all, I am developing a website in dreamwiever 8 first time and chose jsp dynamic page. can anyone tell me how can I add CSS to my jsp page.?? i have downloaded 100s of templates from net and tried it in <link> tag but it dint work. please help …

Member Avatar for peter_budo
0
57
Member Avatar for ravie14

CSS on a subsite not applied in FF and Chrome, works in IE Hello, I have come across a strange issue. We are running MOSS (MS Office Sharepoint Server) public sites (pulishing sites). The structure is following: www(dot)xxxxxxxx(dot)biz - CZ page - this works OK. I have a Master page …

Member Avatar for ravie14
0
81
Member Avatar for kaushik259106

Hi All, I have this requirement to do and am still scratching my head. Actually am not that comfortable with webservice but am still fighting and need some help. Here i go. I need to send xHTML content through webservice. Something like if someone calls my API he gets a …

Member Avatar for pritaeas
0
106
Member Avatar for a_m_rana

Hi I am having CSS issues in my website. [url]http://tinyurl.com/kqcll2[/url] It is giving good output in FF, Chrome, Safari, Opera etc [B][COLOR="Red"]but IE is driving me nuts.[/COLOR][/B] You can see 2 major issue [COLOR="Red"]1. [/COLOR]Whole content sticks to the left side although fine in other browsers(there seems to be some …

Member Avatar for MidiMagic
0
173
Member Avatar for myth3_16

Hello all, I wonder if anyone can help me i've got this page here ([url]http://www.personally-yours.co.uk/scrolls/tester.php[/url]) The problem I have with it is that it almost freezes when scrolling down to the examples on the page. The code that this runns from is in a CSS stylesheet. I have fully checked …

Member Avatar for MidiMagic
0
83
Member Avatar for wxoklp

I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please …

Member Avatar for diafol
0
89

The End.