6,557 Topics

Member Avatar for
Member Avatar for Grantism

Hey guys I am very new to this forum. I have quite a bit of experience with html, css and php. I was looking for a tutorial or some code examples for making a forum. I have a style I will use but I need to know the code for …

Member Avatar for mediachicken
0
166
Member Avatar for DrewL

Help! I am hoping this is some sort of typo on my part, but I cannot figure out how the s3slide show I set up turned out the way it did. I got the code from the following site: [url]http://www.serie3.info/s3slider/demonstration.html[/url]. This shows an example of what it should look like. …

Member Avatar for renzo821
0
97
Member Avatar for majid091

Hello every one. I am developing an application using AJAX and CSS. I have a webpage in which i have some hyperlinks. I want that when ever some one move the cursor on some link, than mini preview should be loaded before clicking. I have done that but problem is …

Member Avatar for scrappedcola
0
81
Member Avatar for BrianDickson

Hi all I'm starting to learn more about PHP5/OOP and the CodeIgniter framework. Most frameworks seem to have form classes and form helpers. What are the benefits of using these over straight HTML? I take it there is a reason for getting the server to process code as an [B]additional …

Member Avatar for Stefano Mtangoo
0
112
Member Avatar for nandoo

hi Foo, Just read the code and give me a solution.My question will be after the code... <html> <head> <title> working with jscript</title> <script> function appendtable() { var parent = document.getElementById("divide"); div = document.createElement("div"); var tbl=div.appendChild(document.createElement("table")); var tb=tbl.appendChild(document.createElement("tbody")); var tr=tb.appendChild(document.createElement("tr")); var td=tr.appendChild(document.createElement("td")); parent.appendChild(div); var oSelect=document.createElement("select"); var oOption = document.createElement("option"); var …

Member Avatar for zaggaustralia
0
210
Member Avatar for renzo821

I've been wanted to get this calendar to show data from a HTML dataset just like on this example.. [URL="http://tv.adobe.com/watch/inside-the-dreamlabs/dreamweaver-cs4-javascript/"]http://tv.adobe.com/watch/inside-the-dreamlabs/dreamweaver-cs4-javascript/[/URL] but i havent been succesfull. Does anybody know what can i do? I think my major problem is when im trying to declare the variables on the event handler. I …

0
47
Member Avatar for mgn2683

Hello, I am trying to get my 'logo' (which is just css text based) to be level as my navigation. I am having trouble with this, it is always above my navigation. I'd like my logo to be left, and the navigation right. I'm sure its something very simple, a …

Member Avatar for mgn2683
0
175
Member Avatar for LCYmichelle

I have created a simple website with my first attempt at css but seem to have problems with the right float. Web address & css are: [URL="http://www.corporate-event.com.au/"]Address[/URL] [URL="http://www.corporate-event.com.au/style.css"]CSS[/URL] Browsers being viewed: Mozilla 3.6.3 IE 8 Mozilla on my PC appears fine but IE is ok except for the inconsistent right …

Member Avatar for LCYmichelle
0
245
Member Avatar for debs2541

A friend has a website and said I could post my business card on it, but that I needed a HTML script. Any help?

0
40
Member Avatar for sadhawan

Hi Guys, i have a javascript file as follows [code] section_title='Part The First.' prev=null section_txt='<P class=&quot;Sx0x2&quot;>\nIt is an ancient Mariner,<br> And he stoppeth one of three.<br> &quot;By thy long grey beard and glittering eye,<br> Now wherefore stopp'st thou me?<br></p>\n<P class=&quot;Sx0x0&quot;><br></p>\n<P class=&quot;Sx0x0&quot;>&quot;The Bridegroom's doors are opened wide,<br> And I am next …

0
47
Member Avatar for MichaelWClark

I am converting a xls to web form. THere are 4 fields and XX # of lines per form entry. Since the number of lines are variable I want to have an "+Add Line" Button to add a line of txt boxes to the form. I have gotten it to …

Member Avatar for MichaelWClark
0
101
Member Avatar for stevenpetersen

Include content from one page to another with HTML Code. On the page that you want to put content on just insert <!--#include virtual="YourURL"--> <html> <body> <!--#include virtual="YOUR URL" --> </body> </html>

Member Avatar for diafol
-1
327
Member Avatar for bboscobb

[url]http://arnotinteractive.com/mayakaimal/httpdocs/recipes_coconutTEST.html[/url] In IE7/Windows the left vertical navbar disappears. I have used every hasLayout trick I know. Can anyone put a finger on it? I'm working with legacy code to complicate matters... Style sheet: [url]http://arnotinteractive.com/mayakaimal/httpdocs/alt_styles.css[/url] Help! I'm swamped! bb

Member Avatar for karameloso
0
93
Member Avatar for spud1077

Hello, I'm an intermediate web designer and i've recently put up a site for my business but for some reason i can't figure, IE won't display images that other browsers will... [url]http://www.19grams.co.uk/Pub/pub.html[/url] Any ideas?

Member Avatar for spud1077
0
113
Member Avatar for Ricechen

Today I heard that if we use our seo targeted "keywords" in our style.css (css file) in place of #headermorePan... #bodyPan p #footerPan this makes much better in terms of SEO... Is this true? What's your thoughts? For instance if we have a seo website and our keyword is seo, …

0
43
Member Avatar for fankoff

One last question, really ! How for goodness's sake can I load the results in the html page without leaving it? Always when I click a button (do I always have to click a button? is there a way to call a resultset from the html and to handle it …

0
82
Member Avatar for fankoff

Hi guys, I have a quick and interesting question there for you: I have my DB and a execute a query to read some data from the DB and return it to the HTML. The data that is returned depends on the search fields the user had filled in. So …

Member Avatar for fankoff
0
124
Member Avatar for MDanz

it should display in the textarea "car1>>car2" instead it displays "car1&gt;&gt;car2" try this code... it doesn't work. put your mouseover "test". [code]<?php $sumz= "car1>>car2"; $textsearch = array('&amp;lt;','&amp;gt;'); $textreplace = array ('<','>'); $textareatext = "$sumz"; echo "<div style='display:none;' id='1'>".str_replace($textsearch,$textreplace,htmlentities($textareatext))."</div>"; echo "<table><tr><td onmouseover='Test(1);'>test </td></tr></table>"; echo "<br /><br /><textarea name='reply' id='reply' style='color: #000000; …

Member Avatar for MDanz
0
111
Member Avatar for zia zia

Hi guys, I nedd help with my html and css. I've created a navigation menu. My code for the menu is below. [CODE]/*TOP MENU PROPRITIES STARTS HERE*/ #main-container { width : 970px; min-height : 400px; display : block; overflow : hidden; margin : 0 auto; } #main-top { width : …

Member Avatar for drsim
0
84
Member Avatar for Argo54325

Hello, I've been trying to figure out how to create a layout similar to the one on [URL="www.worldofwarcraft.com"]www.worldofwarcraft.com[/URL]. What i'm looking for is a way to have the two side images "shrink" when the browser is made smaller. Could anyone help me out please? If someone is wanting to write …

Member Avatar for drsim
0
114
Member Avatar for hemal1972

[B]I want to create help file for my accounting software project. Is it possible with the help of 'HTML help workshop' software? If yes, then explain me how to do it? [/B]

Member Avatar for pritesh2010
0
139
Member Avatar for drewpark88

Hey Guys, Thought I solved the small issue I am having with my nav bar. I made a sprite image and I am using css to position the buttons. One of the buttons (autos) is not positioned in the right spot. It needs to be next to the other buttons. …

Member Avatar for drewpark88
0
87
Member Avatar for drewpark88
Member Avatar for jrlynch1

Ok, I have 3 external pages I am loading in three locations on the page. So, I have the following in the head: [code]function allfunctions(){ clientSideInclude('center', 'http://127.0.0.1/cgi-bin/blosxom.cgi'); clientSideInclude('right', 'http://127.0.0.1/right.html'); clientSideInclude('left', 'http://127.0.0.1/left.html'); }[/code] Then, I load with: [code]<body onLoad="allfunctions();">[/code] The body contains some tables, and in each they look like: [code]<span …

Member Avatar for kc130
0
111
Member Avatar for Rambomst

I am trying to refresh part of my page using ajax and it works fine in FireFox but when I test it IE I get an error at "document.getElementById('ipb_table_reload').innerHTML = response;" which says "Unknown runtime error" the webpage can be found [url=http://www.trident-gaming.net/forums/index.php?app=ccs&module=pages&section=pages&id=22]here[/url]. I have tried googling this error and everything …

Member Avatar for Rambomst
0
101
Member Avatar for justbboying

Hi, do you know how we can convert java script to html code, or put all the java script in some " " cuz I have java programs and want to put them on my web, so ... I heard that there is a special program which converts html, javascript, …

Member Avatar for takachistar
0
407
Member Avatar for TLCJohn

Hi there Guys and Gals I am looking for some help, is there anywhere on the internet where I can find Pure CSS Code to replicate the main menu on the John Lewis webside. Have a look at the following link [url]http://www.johnlewis.com/[/url] the same kind on menu is on [url]http://www.next.co.uk[/url] …

Member Avatar for TLCJohn
0
856
Member Avatar for jmaddy10

Hello all, I just started working at a firm as a web assistant and was given the task of redesigning our site. One of my tasks involves making the site more efficient by using include files. I have never designed with this in mind and despite my best research I …

Member Avatar for jmaddy10
0
287
Member Avatar for nizuya

In an html form, I want a certain field to be invisible when "no" is checked and visible when "yes" is checked. This is my code: html: [code] <form action="pageName.html" method="post" name="formName"> Question? <input name="radioBool" type="radio" value="1" onchange="dispField('textInput');" />yes <input name="radioBool" type="radio" value="0" onchange="dispField('textInput');" />no <br /> <span id="textInput" style="display:none"> …

Member Avatar for nizuya
0
318
Member Avatar for eshabajaj

The End.