6,574 Topics

Member Avatar for
Member Avatar for fivepointer

Is it possible to include a header and footer file using HTML? I have my file as a .html and need to be able to include the HTML for the header and footer. Anyone know how I can do this?

Member Avatar for roryt
0
54
Member Avatar for newbie2c++

Hi just curious if there is a way to create a box that can be typed in to enter information so that I can take the output and use it in an anser page? Also is there a special HTML code to create spaces between lines of text? Thanks for …

Member Avatar for MattEvans
0
84
Member Avatar for kararu

How can I link my c++ program with html/javascript code? My c++ program should have browser interface....Is cgi the only option.I dont want webserver and cgi...What else can I do?

Member Avatar for John A
0
95
Member Avatar for KennyZ

When I first started SEO, I came from a sales position. Sales is not my strong suit. Im much more of a technical type of person. So we thought that I would do well in this type of work. However, the only thing I ever knew about the internet was …

Member Avatar for FC Jamison
0
312
Member Avatar for HandSome

Is it possible to include a header and footer file using HTML? I have my file as a .html and need to be able to include the HTML for the header and footer. Anyone know how I can do this?

Member Avatar for FC Jamison
0
49
Member Avatar for ncaditya

I have code for DHTL popup in a html file. Here is the file [url]http://www.nutrition-malnutrition.org/popup.html[/url] This is for my list. I want the sliding popup to appear on the home page so I tried to include this file using PHP [code]<?php include("http://www.nutrition-malnutrition.org/popup.html"); ?>[/code] It works OK in IE7 but it …

Member Avatar for GreenDay2001
0
135
Member Avatar for KenTs

Does anyone know if this code has any kind of SEO benefit or what it's relevance is? Thanks in advance! [code] td class="botLinkText" <td class="botLinkText"><a href="http://www.blahblah.com/pages/page.asp" class="botLink">keywords & description</a></td> [/code]

Member Avatar for stymiee
0
67
Member Avatar for tom_h_500

Hiya I am currently using Dreamweaver but I was wondering if there are any other good HTML editors about. I have searched around but a lot are too basic. I want one design friendly but you still have the option to code. Thanks.

Member Avatar for GreenDay2001
0
376
Member Avatar for ForestTech

Ok, basically the issue that I'm having is this: I have a left-aligned navigation bar and I'm trying to keep the navigation menu aligned to the top of the "sidebar" and have a logo image aligned to the bottom of the same sidebar. But I need to make it in …

Member Avatar for ForestTech
0
90
Member Avatar for nschessnerd

Ok so I have been programming for like 2 years, and im not rich enough to buy my own domain so i use freewebs... anyway i have a problem with css in ie. Is this a natural problem with ie? Is there anyway to make css class definitions compatible? etc... …

Member Avatar for nschessnerd
0
79
Member Avatar for Ragnarok

I have been looking though php.net and done a few small Google search to try and find a funtion that will highlight html like how the funtion highligh_string() works on PHP. Does anyone know of a function that does this or will I have to create my own? Thanks in …

Member Avatar for Dani
0
148
Member Avatar for Raju5725

HI, I am new to web development as well as ASP.Net....I am trying to design and a develope a web UI....in which I have two HTML <a href tags> If I click one of the item I should get one ASPX page and if I click another tag it should …

Member Avatar for hollystyles
0
91
Member Avatar for BLADEME

Hi, need sum help... [IMG]http://www.phpfreaks.com/forums/Smileys/default/huh.gif[/IMG] I've created a php file which writes an xml file, and a web page which accepts user input into html buttons' values. What I want to do now is take that information from the html buttons and use the values stored in the html buttons, …

Member Avatar for Puckdropper
0
60
Member Avatar for jsurak

Would someone please tell me how to load an html page from within an flash .flv movie? I would like to play intro movie on welcome page, with option link to skip intro, and I want the flash movie to load an html page automatically after the movie finishes playing. …

Member Avatar for GreenDay2001
0
74
Member Avatar for nick_kd07

Hi All, M having a html page on which there is a SAVE Button. And when i click on SAVE button , it pop-ups Save Dialog box through which i save the .html as .doc file on local drive. Now the problem in that is , it saves all data …

Member Avatar for GreenDay2001
0
77
Member Avatar for boo_lolly

hello all, i'm building a CMS and i'm have some trouble with a certain page i've been working on. I have information stored in my database that the admin user can edit and update and change, obviously. on this edit page i have HTML input fields that have been pre-populated …

Member Avatar for digital-ether
0
114
Member Avatar for vov4ik

Hello people, I have just started to learn JS, and have a question. I want make my script to load (for preview) an image file chosen by user through HTML form. My code is following: [html] <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <title>Upload form</title> <script …

Member Avatar for MattEvans
0
171
Member Avatar for Maples

Hi folks, I am currently in the process of developing an accessible site which provides distance training courses for the disabled. I am attempting to make everything on the page adjust when the user increases the font size - menu divs get wider, text wraps to next line etc. I …

Member Avatar for MattEvans
0
105
Member Avatar for jgill

Having problem with the following HTML code in IE7, everything works fine in IE6: <option value='215001' label='250000,15,10,1'>This is a test</option> In IE6 I see “This is a test” in the drop down list so that the user can make the selection but in IE7 I see '250000,15,10,1' in the drop …

Member Avatar for MattEvans
0
111
Member Avatar for greywolf

[U]How can I use php script in xhtml file?[/U] I have short_open_tags = Off in the php.ini and I tried to use <?php ?> or <script language="php"> </script> within xhtml file (I need to use xforms), but my php code is never parsed. Why is that? Thanks for advice.

Member Avatar for stymiee
0
110
Member Avatar for cancer10

Hi, I am trying to send the following HTML mail thru the ASP CDO component. This is the HTML mail i wanna send from Page 1: [CODE]<div align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="820" height="540"> <param name="movie" value="http://mywebsite.com/movie1.swf"> <param name="quality" value="high"> <embed src="http://mywebsite.com/movie1.swf" quality="high" …

Member Avatar for katarey
0
78
Member Avatar for EnderX

I have been requested to create a file which will act like an XML page (expandable tree-like structure). I have been given the following requirements: 1. End user requires that the page be an xml file. No problem there, I know enough (barely) to do that. 2. Request that, if …

Member Avatar for MattEvans
0
117
Member Avatar for boo_lolly

hey all! i've got a CMS i'm working on and i have a couple of HTML tables that are populated via php loops communicating with the SQL database. got it? good. at the end of each row in the HTML table there is a checkbox. i need to be able …

Member Avatar for boo_lolly
0
727
Member Avatar for spike29

Question for a Book (Inernet & WWW How to program) Write a JavaScript program that uses Looping to print the following table of valuses. Qutput the results in an XHTML table. N 10* 100* 1000* 1 10 100 1000 2 20 200 2000 3 30 300 3000 4 40 400 …

Member Avatar for spike29
0
1K
Member Avatar for chunkmartinez

Can anyone tell me what !important does, or means, in Css. Ive tried googleing it but i got nothing!

Member Avatar for chunkmartinez
0
94
Member Avatar for vinoy

Can any pls tell me how to put a Flash drop down menu over a html..... any referace, any tutorial or any codes ........ it would me grt help for me.......

Member Avatar for katarey
0
83
Member Avatar for JulieM

I have Dreamweaver MX 2004, and Windows XP. I'm trying to validate and alter a template in Dreamweaver. (Template has one table, and seven editable regions.) First problem - can't make changes to some of the HTML, such as moving header markers outside of paragraphs. I can only change programming …

Member Avatar for JulieM
0
95
Member Avatar for Spycat

Hi, I have a page that features chocolate recipes. I wanted to give the ability for visitors to print out INDIVIDUAL recipes contained upon the page. I thought I had it made by going: [INLINECODE]a.document.write(document.getElementById('printit').innerHTML);[/INLINECODE] Of course, this only printed the 1st recipe...no matter which one was selected. I tried …

Member Avatar for Spycat
0
219
Member Avatar for Naters_uk

Hi people, I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my …

Member Avatar for campkev
0
730
Member Avatar for phillip9

Hello, Is it possible to create a menu template in CSS? I thought only style code could be put in the CSS, but a friend says that I could create a menu template using CSS. The menu would have 2 horizontal lines at the top for choices and there would …

Member Avatar for GreenDay2001
0
94

The End.