Log In · Register

 
can custom modules b used, with image mapping layouts?
monkeygerl
post Oct 1 2004, 09:41 PM
Post #1


Senior Member
***

Group: Member
Posts: 86
Joined: Apr 2004
Member No: 10,761



can it?.. cause i tried.. but it shows the image i made, an then on the bottom it has my modules
 
 
Start new topic
Replies
monkeygerl
post Oct 2 2004, 02:54 PM
Post #2


Senior Member
***

Group: Member
Posts: 86
Joined: Apr 2004
Member No: 10,761



ok.. so i tried a few things.. and none of them work.. heres the code.. if it helps
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: 1px solid #1EA0F3; width:210px; background-color:transparent; }
table.module th { background-color: transparent;font: bold 10px arial; text-transform: uppercase;color: #FFFFFF; border: none;}
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>

<!-- add this below all the CSS -->
<div id="info" style="position:absolute; width:190; height:200; z-index:0; left:10; top:20";overflow:auto>
<table border=0 width="210"><tr><td valign="top" width="210">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>sum infO</b></th></tr><tr><td valign="top" class="module">
<left><img src="http://p.xanga.com/xxvuanhxx/profile.jpg"></left><p>
<b>tha name is vu.anh.. ima gerl[obviously] .. u shud get meh a present on may.22. i`m currently residing in tha 5o8x an getting an education at Doherty. i`m viet an alitto chinese. i LOVE goin ta Vietnam in tha summer ta visit mah frenz.. i love them ta death, they`re mah closest peepo.. I have tha best time when im wit them- no worries, no bull, only wonderful an hilarious times.. ya`ll can contact meh on a.i.m at xxvuanhxx or aznvgurlie.</b>

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

<div id="chat" style="position:absolute; width:190; height:150; z-index:0; left:10; top:225";overflow:auto>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Leave a drOp</b></th></tr><tr><td valign="top" class="module">

<!-- Flooble chatterbox for xxvuanhxx start -->
<script language="javascript"> var chatterbox = 'no'; </script>
<script language="javascript" src="http://chatter.flooble.com/chatter.php?js=true&id=xxvuanhxx&sid=1714548">
</script><noscript>
<a href="http://chatter.flooble.com/chatter.php?id=xxvuanhxx&sid=1714548&popup=true&w=480&h=400"
target="flooblechatterbox"
onClick="window.open('about:blank','flooblechatterbox','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,re
izable=no,copyhistory=no,width=480,height=400');return true;">
<img src="http://img.flooble.com/images/chatter/chaticon.gif" border="0"
align="absbottom">Talk</a>
in my <a href="http://chatter.flooble.com/">flooble chatterbox, a free javascript chat tag board / shoutbox / tagboard program for your xanga, diary, blogger or weblog</a> |
<a href="http://perplexus.info/tree.php">puzzles, problems, riddles by category</a>
</noscript>
<script language="javascript"> if (!chatterbox || chatterbox != 'ok') {
document.write('This <a href="http://chatter.flooble.com/">flooble chatterbox</a> is');
document.write(' temporarily unavailable. It will be back up shortly.'); } </script>
<!-- Flooble chatterbox for xxvuanhxx end -->

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

<div id="prev" style="position:absolute; width:190; height:150; z-index:0; left:10; top:380";overflow:auto>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Previous Layout</b></th></tr><tr><td valign="top" class="module">


<img src="http://img.photobucket.com/albums/v86/xxvuanhxx/prev.jpg">
</div>

<div id="credit" style="position:absolute; width:190; height:100; z-index:0; left:10; top:485";overflow:auto>
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Credits</b></th></tr><tr><td valign="top" class="module">

<b>brushes from miss m`s and vanilla designs</b>

</td></tr></table><br>
</div>
</td><td width="210" valign="top" align="left">
<!-- end code provided by createblog.com -->


i also tried putting this
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
table.module TD {
/* on your menu module, this edits the body part of it */
background-image: url(None);
background-color: #None;
border: none;
Overflow: auto;
}
</style>

<!-- end code provided by createblog.com -->
before that code and without the overflow:auto in each div layer.. still doesnt work..
 

Posts in this topic
monkeygerl   can custom modules b used   Oct 1 2004, 09:41 PM
avalon*   yes but you'll need div layers =) to learn abo...   Oct 1 2004, 09:43 PM
LatinaLady   you can use it but you have to left the modules be...   Oct 1 2004, 09:43 PM
monkeygerl   this is my image : i want to get the modules in ...   Oct 1 2004, 09:47 PM
C.Lime.Jello.   YES! But ya hafta use div layers. Go to the ...   Oct 1 2004, 09:50 PM
avalon*   like i said. haha but you'll need two separat...   Oct 1 2004, 09:51 PM
monkeygerl   oh ok thanks!!.. i dont know how to use it...   Oct 1 2004, 10:10 PM
sweetxsimplicity   Keep adjusting everthing in capitals until it fits...   Oct 1 2004, 10:31 PM
monkeygerl   okay.. this isnt working.. someone tell me if my c...   Oct 1 2004, 10:33 PM
C.Lime.Jello.   CODE<!-- begin code provided by createblog...   Oct 1 2004, 10:35 PM
monkeygerl   QUOTECODE  <!-- begin code provided ...   Oct 1 2004, 10:41 PM
avalon*   no no you need to take that out and add that overf...   Oct 1 2004, 10:50 PM
C.Lime.Jello.   Yeah.... Or you can use this :: CODE<!-- b...   Oct 1 2004, 10:53 PM
monkeygerl   ok.. so i tried a few things.. and none of them wo...   Oct 2 2004, 02:54 PM
avalon*   on your first code, where it says overflow: auto, ...   Oct 2 2004, 02:56 PM
monkeygerl   QUOTEon your first code, where it says overflow: a...   Oct 2 2004, 03:15 PM
avalon*   then your div layering is probably wrong. maybe ch...   Oct 2 2004, 03:56 PM
C.Lime.Jello.   Your modules are all supposed to be lined up, righ...   Oct 2 2004, 05:27 PM


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