6,574 Topics

Member Avatar for
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
116
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
44
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
84
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
125
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
113
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
85
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
141
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
89
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
112
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
102
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
411
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
857
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
290
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
324
Member Avatar for eshabajaj
Member Avatar for lesd

Hello Group: A seemingly simple problem is defying a simple solution... I have several existing HTML pages on our site (ISP-Hosted/Windows Server, Front Page Extensions) that need a 301 redirect to other, new pages, within the same site. Without going into all of the in-elegant options I've uncovered, some of …

Member Avatar for kvprajapati
0
86
Member Avatar for jindalarpan

hello all first of all sorry for asking such a stupid kind of question. i want to know is there a way i can restrict a html page to open up from the website unless an until it is called from other page from my website. for example there are …

Member Avatar for Dandello
0
199
Member Avatar for ohgee

I am currently trying to make an html link that will add elements (specifically, drop down menus) to the current page when you click it. Since I am adding all the elements to the page using JavaScript, I'm not sure how to set up the link to call a function …

Member Avatar for ohgee
0
1K
Member Avatar for Griff0527

I am trying to edit my current homework assignment to include a loop that lets the user repeat the computation for new values until the user says they want to end the program. I was given a hint to use integer division and the % operator to implement this function. …

Member Avatar for NathanOliver
0
277
Member Avatar for SoulMazer

Hi, I have a very simple problem yet I can't find out how to do it for the life of me. I am creating a simple CGI script with Python and part of it needs a HTML form. This is what I have so far (excludes imports, etc): [code=python]font_size = …

Member Avatar for SoulMazer
0
195
Member Avatar for albahr

Peace be upon you:::::: I want to convert HTML lists to the TreeView [CODE]<body> <DIV id=content> <UL> <LI><a href="aaa">aaa</a> <LI><a href="ccc">ccc</a> <LI><a href="ddd">ddd</a> <LI><a href="ooo">ooo</a> <UL> <LI><a href="vvv"> vvv</a> <LI><a href="bbb"> bbb</a> <LI><a href="ttt"> tttt</a> </LI> <LI>www<ul> <li> <a href="zzzz"> zzzz</a> </li> </ul> </LI></UL> <LI><a href="yyyy">yyyy</a> <LI><a href="uuuu">uuuu</a> <UL> <LI> …

Member Avatar for adriangana
0
124
Member Avatar for pgmarco

Hi, I am somewhat new to PHP and MySQL and I am having a little trouble with what I want to do, which is assign a cell for each option selected and a price or insert the price into MySQL table depending on the option selected. Whichever is easier or …

Member Avatar for sergb
0
179
Member Avatar for revski

hi i am new to CSS, XHTML and PHP, and have wrote a style sheet to display a navigation bar, with auto expanding widths etc...all the relative code is below [CODE] a:link {color: #008000; text-decoration: none} a:visited {color: #cccccc; text-decoration: none} a:active {color: #ff0000; text-decoration: underlined} a:hover {color: #3300ff; text …

Member Avatar for rowiki
0
160
Member Avatar for marani

First of all, I'm not from an english-speaking country, so I'm sorry for any mistakes. If my english is not always understandable, please ask. I got some divs with IDs which I position via css in an external file. So I got something like this on the html-site: [code] <div …

Member Avatar for marani
0
213
Member Avatar for fankoff

Hi guys, I need an advice on a html-refreshing issue I have one html document containing three different forms with three submit buttons for each form. The first form has some input fields for personal information (name,surname, age etc). When the user fills in the fields, presses the submit button, …

Member Avatar for fankoff
0
136
Member Avatar for Froger93

Hello Guys, Right my problem is, I am creating a slider where in which each element is slid (using animate width) into place. This is how it works, the element currently displayed is give a margin-left: of 842px (same as my slider width) and then a margin-top: of 300px (height …

Member Avatar for Froger93
0
165
Member Avatar for lstensland

I have a twill script that I am trying to use to get the html code from a web page and output to a text file. The problem I have is that all the code does not show up in my text file. The actual parts I need are left …

Member Avatar for TrustyTony
0
359
Member Avatar for Dukov82

Hi, My problem is related to NGEN and this good HtmlEditor [url]http://www.itwriting.com/htmleditor/[/url] When i try to create a Native Image using NGEN I get this error: [CODE]11>Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053 11>Copyright (c) Microsoft Corporation. All rights reserved. 11>Installing assembly S:\pdn_moleskin_src_next\pdn_moleskin_src_3_36\src\bin\Debug\MoleskinDotNet.exe 11> Compiling assembly S:\pdn_moleskin_src_next\pdn_moleskin_src_3_36\src\bin\Debug\MoleskinDotNet.exe ... …

0
28

The End.