Introduction

But First...

Speaking Xanga Skin's Language...

A Closer Look

An Easy Example

Links

Modules

Posts

A Note About CSS...

That's All Folks!

Modules

Now let's take a look at the Profile and Sites I Read modules on the left. These tags work in much the same way we've discussed above, except instead of adding links, you are adding tags for the text of each module.

The Profile module consists of two parts: the profile picture, and the profile info. There are tags for both these parts; wrapping the tags inside a table allows us to wrap this module in a single border:

<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="0" WIDTH="100%" BGCOLOR="#FF9999">
<TR><TD VALIGN="top">
<IMG SRC="<$Profile_Pic$>" ALIGN="center"><BR><BR>
<$Profile_Info$>
</TD></TR></TABLE>

[jump to source]

The Sites I Read module is done in a similar fashion, except the <$Sites_I_Read$> tag embeds a list of the sites you read, along with a link to let others subscribe to you:

<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="0" WIDTH="100%" BGCOLOR="#FF9999">
<TR><TD VALIGN="top">
<$Sites_I_Read$>
</TD></TR></TABLE>

[jump to source]

In addition to these, there are tags for your Blogrings module.  You can view all the tags at the Xanga Skins Reference.



<< previous next >>