XHTML, eXtensible HyperText Markup Language, is an application of HTML that is also a valid XML document, as opposed to standard HTML which is based on SGML. It is a markup language commonly used for webpages.
0
votes
0answers
16 views
Use of TidyCom for Html cleanup causes <p> tag with id attributes to be replaced with <br /> Tag?
I am using TidyCom for cleaning of HTML and framing it into XHTMl.But after cleanup I found that some PTag with id attribute is being cleaned up and replaced with .
For eg:
<P ...
1
vote
2answers
34 views
Div container within main wrapper won't center
I basically have a #wrapper , #contentWrapper , #actualContent
I have my #wrapper centering the viewport, with width 940px; however I cant get my #actualContent to center within the main wrapper.
...
1
vote
8answers
809 views
Tooltip for a line of text
<td title="this is a really long line that I'm going to truncate">this is a really long line that I'm going to trunc ...</td>
Is this the correct way to do it?
0
votes
0answers
56 views
jsf - ajax javascript call not working due to a <h:form>
Problem:
I have a button with an action and an ajax call to a js function but the javascript function is not executed. But when I remove the <h:form> it will work perfectly. Anybody has an idea ...
-5
votes
3answers
209 views
Show html from a link in a <div> on the same page
I have created 2 div tags. In one of the div tags I'm having link and I want to display the result into another tag.
My code is:
<div>
<div id="loginDiv"><a ...
0
votes
2answers
27 views
Would an unexpected T_STRING on line 1 be causing a server error? [closed]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
0
votes
0answers
32 views
Browser window opens another window in JSF (both). The 2nd updates info one the 1st. 2nd closes and 1st doesn't gets updated [closed]
I know the question title is confusing, but I didn't know how to summarize it. So my problem is the following (bear with me):
I have a JSF window main.xhtml with a template.xhtml with a backing bean ...
31
votes
8answers
35k views
HTML list-style-type dash
Is there a way to create a list-style in HTML with a dash (i.e. - or – – or — —) i.e.
<ul>
<li>abc</li>
</ul>
Outputting:
- abc
It's ...
1
vote
1answer
52 views
Sidebar with 3 different backgrounds
I'm currently trying to get my sidebar working with 3 different backgrounds. Screenshot: http://i.imgur.com/b0ZodFz.jpg
I tried to fix it with 3 containers but I can't get it right (the top image ...
1
vote
1answer
48 views
How to call a javascript function and an ajax command by pressing one button?
so what i want is to use 1 button inside a form (because ajax requires to be in a form?)
to
1) call a javascript function, which basicly simply does some animation (like fadeout and fadein)
2) call ...
0
votes
0answers
21 views
feature label not work in xhtml file
I have a problem, I develop an jsf application with openlayers api, this example http://openlayers.org/dev/examples/vector-features-with-text.html work fine with html page, but when I change to xhtml ...
1
vote
1answer
30 views
Java Server Faces xhtml extension - overlapping with html files
In a project we use jsf. For mapping, xhtml extension is used.
But in the project we have some xhtml files, which are not jsf.
Just plain html with xml syntax.
When we request for these files, Faces ...
0
votes
0answers
25 views
Primeface carousel calls twice my methods
I have an XHTML page with two primefaces carousel.
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
34 views
Delete picture in a carousel + update
I'v a Carousel with the possiblity to update pictures (stored in db) and to view them in a bigger size. That works fine. But now, i would like to remove them. And that works almost. Almost means, the ...
0
votes
1answer
18 views
php data query returns full database text - limit to 40 characters on news snippet
I'm building a new site for a client and on the index page there is a latest news div tag.
I need to limit the info in the text box to 50 characters, and have tried the mysql left() function aswell as ...
-2
votes
0answers
54 views
Database Access with JDBC unable to login to protected pages
I am trying to use glassfish realm to make a secure login to protected pages. My problem is that I always get directed to the "fail login page" or get a nullpointer and I don't understand why. I know ...
0
votes
3answers
44 views
What is minimal XHTML?
I have a question, basically I need to write the code for a table with minimal XHTML and CSS. I'm not quite sure what minimal XHTML is but my guess is that it's just showing the initial XML code ...
69
votes
10answers
82k views
100% Min Height CSS layout
What's the best way to make an element of 100% minimum height across a wide range of browsers ? In particular if you have a layout with a header and footer of fixed height how do you make the middle ...
2
votes
4answers
4k views
JQuery xml/xhtml processing
Using JQuery I am sending an Ajax GET to a web server.
The web server is replying with an xml block like this;
<?xml version="1.0" encoding="ISO-8859-1"?>
<ajax-response>
<response>
...
2
votes
1answer
8k views
Valid content-type for XML, HTML and XHTML documents
What are the correct content-types for XML, HTML and XHTML documents?
I need to write a simple crawler that only fetches these kinds of files.
Nowadays http://somedomain.com/index.html can serve for ...
13
votes
8answers
4k views
Is it wrong to change a block element to inline with CSS if it contains another block element?
I know it's wrong to put a block element inside an inline element, but what about the following?
Imagine this valid markup:
<div><p>This is a paragraph</p></div>
Now add ...
0
votes
1answer
162 views
invoke primefaces context menu from java script
i have a svg on my webpage. The elements when right clicked on should display a context menu with data fetched from the database.
The elements are written in such a way that the right click event ...
45
votes
7answers
35k views
Making the main scrollbar always visible
What CSS is required to make the browser's vertical scrollbar remain visible when a user visits a web page (when the page hasn't enough content to trigger the scrollbar's activation)?
-8
votes
0answers
24 views
Making xhtml page [closed]
How can I generate or create xhtml page using Java language? What classes must I use? I hear about XMLParser, what is it, can it make xhtml?
0
votes
1answer
41 views
How to Android XHTML parsing
i have a plan to android web parsing after make autologin service...
but i have a problem...
i try parsing to that http://communion.gntc.net/ i see that www.w3.org/xhtml...
xhtml... how to make ...
0
votes
1answer
27 views
JSF Ajax call is out of context
I have a Facelet which has a div called "gameinfo", by clicking on a certain button this div should be reloaded with Ajax.
Problem:
The call does't work, it throws the following error:
...
0
votes
2answers
658 views
how to write comment in correct way
How to write comments in an (x)HTML file? just using <!-- comment -->?
Is it correct also?: <!-"-" comment "-"->?
Any other methods to put a comment in code? (because some editors filter ...
39
votes
5answers
77k views
IE 8: background-size fix
I've tried to add background size to IE but it's not working at all:
HTML
<h2 id="news">Notícias <img src="white-marker.png" alt="" /></h2>
CSS:
div#content h2#news {
...
4
votes
0answers
411 views
Is this XPath query on parsing XHTML wrong? using TouchXML
I have been trying to parse a XHTML doc via TouchXML, but it always can't find any tags via XPath query.
Below is the XHTML:
XHTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
-1
votes
2answers
61 views
Convert docx to clean html [closed]
I want to convert docx files to clean html file.
I tried abiword and libre office with command prompt.
Libre office can't convert as CLEAN html. Abiword can't convert tables.
can you suggestion any ...
1
vote
0answers
39 views
How Float left using XHTML 1.1 ? (<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>)
My first post here...
I need two lines YES or YES:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" ...
0
votes
2answers
52 views
HTML Agility Pack (C#) malforms my code
I'm currently coding a desktop application in c# which also has to handle XHTML document manipulation. For that purpose I'm using the Html Agility Pack which seemed to be okay so far. After carefully ...
7
votes
11answers
8k views
Create a W3C validated anchor link with target=“_blank”
I have the following piece of HTML that creates a new window when clicked:
<a href="/path/to/site" target="_blank">glide by the people</a>
Problem is that it does not pass the W3C ...
-2
votes
0answers
17 views
Submit form without reload page in html [duplicate]
i have a small form chat like this and i want when click submit that form will not make the page refresh.
<form name="form1" method="post" id="formchat" action="forum_add_1313940.xhtml">
...
-1
votes
2answers
53 views
How to load another page in the same page with get values?
<form action="/load.html">
<input type='text' name='t'/><br/>
img<br/>
<input type='text' name='i' value=''/><br/>
dir<br/>
<input type='text' ...
0
votes
0answers
24 views
Redirecting with parametres
in my managed Bean i have a methode which redirect me to an xhtml page
My xhtml page load a php code which simply for now display the parametres send
so this is who it works.
in the methode of ...
0
votes
0answers
38 views
Redirect from xhtml page to php
I have a xhtml page where there is many command button
and on wamp/www/ I have a PHP file which display a google map.
this is my try
In my main page xhtml I put this
<h:commandButton ...
16
votes
1answer
11k views
Uploading files using HTML file input on iphone
I am creating a web form for uploading small movie clips to a HTTP server. However, while my HTML file input control gets shown on an ipod touch, the button is completely disabled and I cannot click ...
0
votes
0answers
24 views
How can I use multiple namespaces in xsd
<html xmlns:xs="http://www.w3.org/2001/XMLSchema"
xs:schemaLocation="http://www.mywebsite.com myschema.xsd"
xmlns:foo="http://www.mywebsite.com">
<head>
<foo:bar ...
1
vote
1answer
33 views
Incorrect syntax was used in a comment
Please consider this kind of XHTML document:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
3answers
64 views
What is the reason of padding / margin?
I have been impementing a web page in HTML and I have came across a weird problem.
http://jsfiddle.net/SntpD/3/
#menuh
{
width:100%;
padding-top:10px;
padding-bottom:10px;
...
0
votes
1answer
35 views
Can't move DOM element to other position
This is getting tiresome. I'm trying to do a simple append from one element to another:
var contentBlob = $('<div></div>', {
"id" : "content-blob",
...
11
votes
2answers
8k views
How to add custom icon in Twitter Bootstrap?
I'm adding icon with Twitter Bootstrap without problem. They have a lot of alternatives.
http://twitter.github.com/bootstrap/base-css.html#icons
However, I couldn't find appropriate icon for one ...
1
vote
1answer
34 views
How to update panel from datatable
Commandbutton with id("myButtonId2") works fine. I mean it updates "myOutputPanel" but commandbutton which is inside datatable doesn't update outputPanel. Is there a specific update style for ...
0
votes
0answers
31 views
EL brackets with nested property
I have an EL expression that uses brackets:
#{car[column.property]}
column.property could possibly be nested (i.e. prop.subprop) but I don't know because this is being used in a totally generic ...
1
vote
1answer
495 views
How to embed mobile version of Google Calendar into mobile website
I am trying to get a mobile version of a Google calendar to embed into a mobile website without having to log in. If anybody has gotten this to work before or has any idea how to do it please help.
0
votes
0answers
27 views
unable to see xhml file in browser (text box & image with link not visible)
/this is jsf/xhtml program/
/this is the program to add category for the specific page/
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
5answers
160 views
The entity name must immediately follow the '&' in the entity reference
I want to put a packman game on my *.xhtml page.(I am using jsf 2 and primefaces 3.5)
However,
when I "translated" the html page in xhtml I get an error at this script:
<script>
var ...
0
votes
1answer
53 views
SVG Image Mask Not Working In Firefox or IE
I have easily made a mask with a PNG (black circle, transparent background) and using -webkit-mask-image:url(images/mask.png) for browsers like chrome. But i am having serious issues getting the mask ...
0
votes
2answers
62 views
Get SessionBean Instance
im trying to keep a SessionBean scoped throug my pages, and for this, i followed some tutorials from here, and actually, I'm trying to get the session throug ExternalContext, like the following code:
...







