In XHTML strict I have written a mock "table" using divs and css. This is in XHTML 1.0 Strict. When I validate it says that each of the contents (contntent1,2,3 ect) are alreay defined. Is there a...
Type: Posts; User: The Red; Keyword(s):
In XHTML strict I have written a mock "table" using divs and css. This is in XHTML 1.0 Strict. When I validate it says that each of the contents (contntent1,2,3 ect) are alreay defined. Is there a...
Sorry post script.
What does the + mean in your DTD?
<!ELEMENT radio (header,song+)>
Coothead,
THANK YOU!!! That is exactly what I was looking for. One more question:
Can you specify unique names inside the tags?
<file></file>
Example:
<file>www.google.com</file> But I...
Also Coothead I found your DTD to be informative. Thank you.
I have moved beyond this a bit but have run into another problem. How can I get individual hyperlinks to show up in dynamically generated XHTML. I hope my enclosed files show my point. Is it possible...
Hi I hope I can post this here. I am looking for some help with rendering XML (in html) using a XSL or XSLT stylesheet. I am however quite confused on the linking aspect. Does the text file named for...
You might also find this reading helpful.
http://www.dynamicdrive.com/forums/archive/index.php/t-35179.html
Good Luck
Thx for the info I will update and let you know how it goes. Thx again for the help.
What would you use instead of px?
TY for the response. The software I'm using is the not the SW I'm used to. This is a good place for me to start anyhow. Thnx again
So this site ive been working on went live today. and it displays beautifully in Firefox but in IE 7.0 everything is pushed far to the right. I am thinking that the CSS places the text content to...
Yes the IE Firefox display is a problem sometimes. Try this it fixes a lot of the problems for me . Put this at the top of your CSS
* {
margin: 0px;
padding: 0px;
}
This will let you...
Will you post a link to your page?
http://www.potluckyarn.com/
Its the big image under "Read Part 1" What I am going to do is cut each individual image (there are 12) on the wheel and make it its own image with a link, but when I...
Is it possible to define where the rollover image will be displayed? Oh and Thanks BTW this is what ive been looking for something like this for a few days, much appreciated :D
Hi
I'm hopeing somone can help me. I have a background image that acts as a link. Fine and dandy, BUT there are 12 images also on the original background image. If I cut each one out and make it...
Is it possible to use the div as the border? That way you dont have to say 300 px from the top? if you specify position and use absolute positioning will the size of the page (it gets bigger with...