Log In · Register

 
create a custom module
xxaloha_oexx
post Feb 28 2004, 07:57 PM
Post #1


i don't know where i am
***

Group: Member
Posts: 56
Joined: Jan 2004
Member No: 1,169



anyone know how to create a custom module? happy.gif
 
 
Start new topic
Replies (1 - 3)
iheartsimba
post Feb 28 2004, 08:06 PM
Post #2


kristin
*******

Group: Member
Posts: 5,705
Joined: Feb 2004
Member No: 3,985



Put this in your Custom Header section:
CODE
<!-- begin code provided by createblog.com -->

<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search

{display:none}
table.blogbody tr td {width:0px; padding: 0px;}

/* edit to your liking */
table.module { border: none; width:160px; background-color: transparent; }
table.module th { background-color: transparent;font: normal 10px tahoma; text-transform:capitalize;color: #FFFFFF; border-top: none; border-right: none; border-left: none; border-bottom: none;}
table.module td {color: #000000; text-align: left; border-bottom: none; background-image: url (''); }
</style>
<BR>

<!-- add this below all the CSS -->

<table border=0 width="670"><tr><td valign="top" width="160">
<table border="0" cellspacing="0" cellpadding="4" width="100%"

class="module"><tr><th valign="top" align="left"

class="module"><b><center>Profile</center></b></th></tr><tr><td valign="top"

class="module">
<p>

[x] Name: John<br>
[x] Age: 12<br>
[x] Grade Level: 6th<br>
[x] Location: Texas<br>
[x] Ethnicity: Asian<br>
[x] Aznality: Korean<br>
[x] AIM: kor3anlazybum<br>

</td></tr></table><br>

<table border="0" cellspacing="0" cellpadding="4" width="100%"

class="module"><tr><th valign="top" align="left"

class="module"><b><center>Subscriptions</center></b></th></tr><tr><td valign="top"

class="module">

<!-- Add your subscriptions here -->

<a href="http://www.xanga.com/home.aspx?user=baybeekorean012">[x] Baybeekorean012</a><br>
<a href="http://www.xanga.com/home.aspx?user=xangursites">[x] Xangursites</a> <BR>
<a href="http://www.xanga.com/home.aspx?user=krn_osiris_91">[x] Krn_Osiris_91</a><BR>
<a href="http://www.xanga.com/home.aspx?user=missmimi">[x] MissMiMi</a> <BR>
<a href="http://www.xanga.com/home.aspx?user=mista_boo">[x] Mista_Boo</a> <BR>
<a href="http://www.xanga.com/home.aspx?user=playful_pnai">[x] Playful_Pnai</a><BR>

</td></tr></table><br>

<table border="0" cellspacing="0" cellpadding="4" width="100%"

class="module"><tr><th valign="top" align="left"

class="module"><b><center>Blogrings</center></b></th></tr><tr><td valign="top"

class="module">

<!-- Add your blogrings here -->

<a href="http://www.xanga.com/blogrings/blogring.asp?id=26590">[x] Dallas Koreans</a><BR>
<a href="http://www.xanga.com/blogrings/blogring.asp?id=12260">[x] * Korean Pryde *</a><BR>
<a href="http://www.xanga.com/blogrings/blogring.asp?id=159255">[x] blogring</a><BR>
<a href="http://www.xanga.com/blogrings/blogring.asp?id=182765">[x] Hack Xanga Code</a><BR>

</td></tr></table><br>


<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="0" cellspacing="0" cellpadding="4" width="100%"

class="module"><tr><th valign="top" align="left"

class="module"><b><center>Xanga</center></b></th></tr><tr><td valign="top"

class="module">

<a href="http://www.xanga.com/signin.asp">[x] Log In</a><br>
<a href="http://www.xanga.com/private/SubscribeTo.aspx?

user=da_lildo_dumb0dadumbass">[x] Add Me</a> <br>
<a href="http://www.xanga.com/guestbook.asp?user=da_lildo_dumb0dadumbass">[x]

Guestbook</a> <br>
<a href="http://www.xanga.com/private/home.aspx">[x] Private</a> <br>
<a href="http://www.xanga.com/CLAF/default.asp">[x] CLAF</a> <br>
<a href="http://www.xanga.com/private/feedback.asp">[x] Feedback</a> <br>
<a href="http://www.xanga.com/logout.asp">[x] Log Out</a> <br>


</td></tr></table><br>

<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="0" cellspacing="0" cellpadding="4" width="100%"

class="module"><tr><th valign="top" align="left"

class="module"><b><center>Links</center></b></th></tr><tr><td valign="top"

class="module">

<center><a href="http://www.blogring" target="_blank"><img
src="http://www.edevotion.net/images/brbutton.gif" border=0></a></center>
<BR>
<center><a href="http://www.kishuku.org" target="_blank"><img
src="http://img6.photobucket.com/albums/v20/kor3anlazybum/link_in.jpg" border=0></a></center>


</td></tr></table><br>

<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="0" cellspacing="0" cellpadding="4" width="100%"

class="module"><tr><th valign="top" align="left"

class="module"><b><center>Thanks</center></b></th></tr><tr><td valign="top"

class="module">

<a href="http://www.xanga.com/angelflipper">[x] Anne</a><br>
<a href="http://www.xanga.com/lilpinoyincali">[x] Kris</a><br>
<a href="http://www.blogring">[x] blogring</a><br>

</td></tr></table><br></div>


</td><br><br><br><td width="400" valign="top" align="center">

<!-- end code provided by createblog.com -->



Put this in your website stats box:

CODE
<!-- begin code provided by createblog.com -->

</td></tr></table>

<!-- end code provided by createblog.com -->
 
LatinaLady
post Feb 29 2004, 12:10 AM
Post #3


Look its...
*******

Group: Official Member
Posts: 5,817
Joined: Feb 2004
Member No: 4,767



it wont work fo rme
 
nate6986
post Feb 29 2004, 01:59 AM
Post #4


woady woady
****

Group: Member
Posts: 191
Joined: Jan 2004
Member No: 2,376



http://www.createblog.com/forums/index.php?showtopic=178


go there and that should about do it _smile.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: