![]() |
<./page>
I'm certain this is a truly moronic question but I'm just starting to get my feet wett with EQ2 UI modification and I'm running into something that is really confusing me.
</page> This command appears in many of the UI I've downloaded from this site but does not always seem to correspond to a matching <page..> command. When and why is </page> used since it does not appear to close the <page..> opening? |
A closing tag should always match an opening tag. Where do you see it not doing so?
|
Also be aware you can have somting like
<page> yada yada yada yada <page> yada yada </page> </page> as this one threw me at first when dealing with large files |
Actually an object that does not contain anything can be closed in the opening tag by ending it with a forward slash, avoiding the need for a seperate closing tag. For example...
<Page name="foo"/> Signifies a page named foo that is empty. The ending forward slash closes the tag exactly like a seperate closing tag. The above one liner is the same as... <Page name="foo"> </Page> |
Actually an object that does not contain anything can be closed in the opening tag by ending it with a forward slash, avoiding the need for a seperate closing tag. For example...Ahhh.. That must be it. Thanks for the replies. :) |
| All times are GMT -5. The time now is 08:33 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI