6,574 Topics

Member Avatar for
Member Avatar for whiteyoh

Hi All, In the following code, the selected row from mysql database it populated in each cell, except for the "Content", where the syntax is slightly different, and obviously incorrect. Please can somebody take a look at it for me and advise where it needs to be changed. Thanks [code] …

Member Avatar for whiteyoh
0
297
Member Avatar for feoperro

Hi, I'm trying to create a page that contains a table that is hidden initially (on page startup). Later, when a link is clicked, the table should show permanently. The problem I am having, however, is that when I click on the link, the table shows for a second and …

Member Avatar for essential
0
98
Member Avatar for gackerman43

Hi, I'm trying to make the following div element I found using firebug not appear through CSS. What code should I add to my CSS stylesheet? I'm assuming it's display:none but don't know where to add it. <div dojoattachpoint="_embedGroupButton" class="embed_group button">Embed</div> Any help would be appreciated! Thanks

Member Avatar for MidiMagic
0
91
Member Avatar for ggeoff

Hi I am still a newbie as far as using CSS is concerned. I had a problem, now resolved, where the CSS for part of my website was not working. I just couldn't see what was wrong! Eventually after a sleepless night and a search on the Web I solved …

Member Avatar for MidiMagic
0
181
Member Avatar for beko

I am trying to centre the whole of my page. I have kind of done it by creating a div called "alignment" containing all my HTML. Then I've done this with the CSS: [code] #alignment {text-align: left; margin: 0px auto; width: 750px; } [/code] It kind of looks centred but …

Member Avatar for Airshow
0
73
Member Avatar for siji44

Hi, I have designed one html page (home) with CSS. I have four more pages in html and want my heading and menus to be repeated. How should i do it? Do i have to write all the heading and menu contents in each of my pages or is there …

Member Avatar for bbqkaren
0
402
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
131
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
93
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
203
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
107
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
123
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
64
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
123
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
125
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
139
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
140
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
101
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
92

The End.