don't mind me im confused with this hole thing took off two weeks im into my second week now and trying my hasrdest to get this thing going today I am at the stage, I read AJ'S 71 page book on the expandable template 2x over watched his 7 videos on working with his template in the Arachnophilia editor.
and now I am starting to play around with this thing.
he says in his book to be careful with the editor it may put a < p > and html is little different then xhtml because xhtml will not use caps < P >
SO I should check some of the codes when useing the editor keep it all inline.
his template is HTML
HERE EXAMPLE HTML MyPic.jpg
XHTML my-pic.jpg < see no caps
also
The other main difference is that all tags must be closed. As an example. With HTML
4.01, it's perfectly fine to put a < p > tag between paragraphs. However, with XHTML,
you would need to start the paragraph with < p >, and end it with < / p >.
also
For those tags that stand alone without a closing tag, (like < br > and < hr >) then XHTML
will use a self closing tag, like this. < br / >
It's the same with an image tag, it will end with / >
also
You will notice that Arachnophilia will want to use the self closing tags when you inset a
< br > tag, or an image. As we are using HTML 4.01, remove the / from the end of image
tags, and MANUALLY type in < br >, < hr > and < p > for line breaks, horizontal rules, and
paragraphs. This keeps the code in line
NOTE i SPACED CODES ABOVE SO THEY WON'T WORK ON THIS PAGE JUST TO SHOW THEM
Last edited by redstone; 02-11-2009 at 02:24 PM.
|