473,544 Members | 1,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML / CSS Forum

HTML and CSS (Cascading Style Sheets) web markup languages - Ask questions about html and css development, validation, errors, divs, blocks, tables, design, accessibility, w3c, firefox, ie, safari, tags, attributes, layouts, forms, buttons and more.
6
5,451
thread by: Els | last post Jul 20 '05 by: Els
If I use <? include "file.html"; ?> in the html of my document, do I _have_ to change the extension of that document to .php, or would it still work and be valid if I let it remain .html? -- Els Mente humana é como pára-quedas; funciona melhor aberta.
1
693
thread by: Ethan | last post Jul 20 '05 by: Stan Brown
I've been trying to get a layout to work right, but so far haven't been able to do so. Here's the layout: http://64.142.13.246/style_testing_site/style_model3.htm This is the basic idea: |---------| |---------| | |
2
5,413
thread by: Don Clark | last post Jul 20 '05 by: Owen Jacobson
Hello; Admittedly, I'm very new to HTML, and this is my first post to any newsgroup, so please go easy. I was looking at the html code for an email I received and noted an href statement that looked very unusual. The statement was: <a href=3D"http://www.%76%69t%2D%63%6F.com"> <INPUT TYPE=3D"submit" VALUE=3D"Order Here"...
2
4,089
thread by: Ray | last post Jul 20 '05 by: Ray
I want to put a navigation bar on a page like: <img> Home >> My Family >> My Daughters >> Melissa >> Three-year-old First I used <ul class="breadcrumb"> <li><img src="icon.gif" alt="icon"><a href="/">Home</a></li> <li><a href="myfamily.html">My family</a></li> <li><a href="mydaughters.html">My Daughters</a></li> <li><a...
1
4,273
thread by: Stan Brown | last post Jul 20 '05 by: Jukka K. Korpela
Can someone tell me if I am misinterpreting the spec? Specifically, section 2.4 of RFC 2396 <file://localhost/d:/tech/internet/rfc2396.htm> defines "escaped" characters using the %xx notation (percent sign and two hex digits). Section 2.4.2 of the spec says that "%" "always has the reserved purpose of being the escape indicator". But...
1
2,772
thread by: Pai | last post Jul 20 '05 by: Jukka K. Korpela
Hello there, Good Morning, I am facing a peculiar problem. I have the following code in the html section of my .apsx page <input type="file" runat="server" id="fileBrowse" NAME="fileBrowse">
4
2,376
thread by: Terje Midtbř | last post Jul 20 '05 by: William Tasso
Hello! I need to open a .html window without the "browser heading" How do I do that?? tm
0
2,935
thread by: Duncan Newell | last post Jul 20 '05 by: Duncan Newell
I am looking for a script that will allow a user to to upload a file from there local machine to my webserver, to get to this area on my server will require a password/username anyway so it will be secure, and i will have logs etc of users, and only a few users will have this option. But has anyone got a good script to do this ? html or asp...
3
2,895
thread by: Bob Mariotti | last post Jul 20 '05 by: Stephen Poley
Guru's; I have a site where a new cgi script (perl) collects a LOT of information from a server before formatting it and displaying a dynamic page to the client. The time delay can be from 3 to 20 seconds. I have been trying to display an interim page with an animated gif and a please wait type of message which would be replaced by the...
14
2,566
thread by: Zac Hester | last post Jul 20 '05 by: Dale Austin
I figured since a lot of us around here design sites for "customers" a lot, I'd ask a general question that might help a lot of us in the future. When dealing with clients asking for _professional_ web sites, I am constantly trying to explain why less is more; that professional-grade web sites should focus on functionality, usability, and...
1
13,724
thread by: Michael Hill | last post Jul 20 '05 by: Jukka K. Korpela
I'd like for the listbox shown below to expand to list "all" of its items, ie. all 14. It only shows 10 items! Where is this controlled. I'm using IE 6.0 <html> <body> <select name="MEMBER_ROLE4" size="1"> <option value="">Choose One:</option> <option value="Champion">Champion</option> <option value="Co-Champion">Co-Champion</option>...
4
9,594
thread by: Peter | last post Jul 20 '05 by: Peter
I've embedded a midi file as background sound in my "index.html" which links to other pages on the site and I want the the same background sound to play on all pages "without interruption (and restarting)" when going to the other pages. Can anyone give me some insight as to how this can be done? Appreciate any help offered. TIA Peter
0
2,264
thread by: james | last post Jul 20 '05 by: james
Hi guys! I´ve got a centerd table on my site with a black 1 pixel border. What i would like to do is to add a drop shadow to the table. Anyone know if it's possible to create a drop shadow for a table? Does anyone has an example? Thanks, James
24
3,125
thread by: Nick Kew | last post Jul 20 '05 by: Steve Pugh
There's a new beta of the W3C Markup Validation Service now live at <URL:http://validator.w3.org:8001/> Probably the most important change is verbose output, including attempts to explain the validator errors. Other changes include improved display of error messages, and a choice of parse modes. Currently - but probably not for long - it...
0
2,180
thread by: Ethan | last post Jul 20 '05 by: Ethan
I'm trying to set up a page with a header and 2 columns. I would like to use <div>s rather than tables. The page is here... http://64.142.13.246/style_testing_site/style_model2.htm In both IE 6 and Mozilla 1.3.1 on Windows the two columns overlap a little with the right column in front. I'd like them to touching but not overlapping....
6
4,010
thread by: Wladimir Borsov | last post Jul 20 '05 by: steve stevo
I would like to load multiple web pages from Internet into ONE single browser window - one below the other. How do I do that most easily ? One idea is to built a frameset (for e.g 6 web pages) like: <FRAMESET ROWS="*,*,*,*,*,100%" BORDER=0 FRAMEBORDER=0> <FRAME SRC="http://www.firstdomain.com/index.html" NAME="first" MARGINWIDTH=1...
23
4,046
thread by: Mikko Ohtamaa | last post Jul 20 '05 by: Henri Sivonen
From XML specification: The representation of an empty element is either a start-tag immediately followed by an end-tag, or an empty-element tag. (This means that <foo></foo> is equal to <foo/>) From XHTML specification:
22
13,937
thread by: Jane Withnolastname | last post Jul 20 '05 by: Stan Brown
I have been using the charset windows-1252 for a while, but it was pointed out to someone else in this group recently that it's a Microsoft creation (I'm sure I'm getting my facts wrong or skewed) and therefore not good for cross-platform browsing. Anyway, I am beginning my road to recovery (ie, breaking my addiction to authoring only for IE)...
2
2,659
thread by: Erik Neves | last post Jul 20 '05 by: Alan J. Flavell
I need help with utf-8 before i go bald and the rest of my hair turns white! Platform: Mac OS X 10.2.6 Safari 1.0 (v85) Internet Explorer:mac 5.2.3 (5815.1) Apache 2.0.47 PHP 4.3.2 (Apache 2 module) libiconv 1.8
6
10,263
thread by: Steven | last post Jul 20 '05 by: Daniel R. Tobias
Hello all, I often see html attribute values in html (spam) email preceded with '3D'. e.g.: align=3Dleft. I'm just wondering what this is. Some kind of special mail flavor of html, some kind of propietary code or what? Steven -- steven@sifre.nl
2
1,589
thread by: Grytpype-Thynne | last post Jul 20 '05 by: Stan Brown
What should be done if you have on a page other peoples code, such as a webring if the webring code fails validation? Gerald
0
1,450
thread by: Marcus Otmarsen | last post Jul 20 '05 by: Marcus Otmarsen
In an old HTML page I found the following style definitions: <BODY ... style="width:100%;overflow-x:hidden;overflow-y:scroll"> Aren't these definitions default values? Why could it be necessary to declare them anyway ? Is there a way to move them to a global css-stylesheet ? What do I have to add to the stylesheet file ?
0
1,656
thread by: Arthur Connor | last post Jul 20 '05 by: Arthur Connor
Below you will find the first lines of my HTML page. Why doesn't popup a dialog window ? I click the Html page which is on my hard disc. A IE 5.5 browser window opens but not a dialog window inside. <HTML> <HEAD> <TITLE>Test page</TITLE> <script LANGUAGE="JavaScript"> <!--
0
1,308
thread by: Boris Ammerlaan | last post Jul 20 '05 by: Boris Ammerlaan
About once a week, I post an FAQ pointer in this newsgroup under the same heading as this post. That pointer has two purposes: 1. To keep regulars from having to post the standard answers to standard questions again and again; if you have a standard question, you might save yourself some time by first reading the available material for this...
1
2,699
thread by: Aamir | last post Jul 20 '05 by: Headless
I need to minimize the line gap horizontal rule <hr> causes with the top and bottom text. I want them all squeeze together. Can it be done ? thanks IA Aamir

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.