Does anyone know of a freely available XML based forum that can handle the user formatting the text that they input in to the form?
i.e.
This is my post
This is the rest of my post with some bold text and a image
This is bold
Thanks a lot to anyone who can help me :)
Top Cat
I am only using it locally anyway but then again who cares about Netscape, it is rubbish and makes web design a lot more difficult with it around. It is was not there then the web would improve a whole lot faster!
Tom
Thanks everyone for posting, In fact I started off using a Matrix with filters but I did not realise that when you go to print it does not hold its position :( so I ended up doing it the way Wullie suggested :) thanks a lot!
anyone know how to make a button that will change the color of the...
does anyone know if it is possible to have text going from top-bottom? ie as if it has been turned 90 degrees, like the text you see on the side of a graph.
The usual way would be to create a gif and then rotate that but I am taking the name from a database so need to be able to do it on the...
Thanks Rick
Yeah I had considered a iframe but as you say it is not really supported in earlier versions of Netscape :(
Also considered an <object> but that again has the same incompatibility problems!
Thanks though for your thoughts
Tom
I was wondering how can I include another HTML file? I have a table and in one of the colums I have a navigation link bar. I want to put that all into another HTML file and call it from each page. How could I do this?
Thanks
Tom
Sorry this might sound like a stupid question but I really hope someone will be able to answer it for me.
OK I have my XML file with a tag called LINK...
I have a little problem I am trying to embed a mpeg file into HTML, it seems easy with an avi but not with a mpeg file.
Also I need to ensure it will work using netscape on a PC (linux is not of interest). But needs to be compatable with NS4.
Any ideas? I have tried
<EMBED...
I am converting a simple static site to XML. Do you create a new schema .xsd for each page? and does each page have its own XML file?
I.e. news.xml, newsletter.xml etc.....
Thanks
Tom
Is anyone able to help me?
Here is my XML file:
<product>
<notes>FREE £2 of digital printing FREE minitripod worth £8 FREE Qbeo PhotoGenetics 2.0 worth £24.99 Supplied accessories 2MB SmartMedia™ card Case and strap USB cable & video cable Two AA alkaline batteries...</notes>...
I have this element
XML document
<article> This is my article where I will discuss a few ideas about XML and XSL. Please read </article>
But I want XML and XSL to be bold and preferable links so would I do:
XML document
<article> This is my article where I will discuss a few ideas about...
I have created a questionaire in ASP that is surrounded by a HTML page, but I have got reports that the layout does not look correct under Netscape. I was hoping that maybe out of you netscape gurus could help me out and tell me what I am doing wrong that makes the tables and frames not display...
Can you help me with both parts to this question about my first DTD that I am writing.
first off, is this Valid?
<!ELEMENT img (empty)> (or even the best way of doing things)
I read that img should be empty but it says that the element empty in undefined! any help on that?
The next thing is...
I tried it out in XML spy and it game me an error. So I am not sure why you don't get it!
I then tried:
<?xml version="1.0"?>
<!DOCTYPE car [
<!ELEMENT car (brand+,type)>
<!ELEMENT brand (#PCDATA)>
<!ELEMENT type (#PCDATA)>
]>
<car>
<brand>t</brand>...
OK I just ran your code through XML SPY and get an error as your DOCTYPE was "cars" and not "car"
here is the code now
(this works)
<?xml version="1.0"?>
<!DOCTYPE car [
<!ELEMENT car (brand,type)>
<!ELEMENT brand (#PCDATA)>
<!ELEMENT type (#PCDATA)>
]>
<car>...
Thanks a lot Jordi, and thanks for the link. It is most appreciated.
Can you help me with both parts to this question about my first DTD that I am writing.
first off, is this Valid?
<!ELEMENT img (empty)> (or even the best way of doing things)
I read that img should be empty but it says that...
Hi Chip
Thanks for answering my question. With that in mind should I have a XSL file for each of the pages or try to write just one?
Also I was wondering if could could also answer what the @ sign means in this statement:
"<a><xsl:attribute name="name"><xsl:value-of...
Just a quick question to clear up something in my mind. If I am creating a webv site with multiple pages should I create a new xml file for EACH page or is it all in one XML file for the entire site.
I was just wondering as I have start creating a simple site were all the content is kept in one...
Thanks JJR
Have downloaded XML SPy and trying it out now, on a 56k so taking a while!
Do you know of any simple homepages written in XML that I could use for pointers or any tutorials specifically about creating a web page? I think I know creating a table list off by heart now, as all the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.