Log In · Register

 
 
Closed TopicStart new topic
blog div box help, it cuts the left 1/2 of my post text off
emotion_sickness
post Dec 5 2004, 06:19 PM
Post #1


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



yeah like my topic says.. i need <div> help.

for some reason my xanga cuts the left 1/2 of my post text off.. but when you scroll right so the text moves left, it doesn't continue to cut as it passes that line.. it just keeps the section it cut invisible and scrolls the rest. at first i thought it might've been a problem with my background opacity but i've toggled with that and it didn't change anything. just need a bit of help, i'm assuming it has has something to do with my div box size or the .blogbody.

also i made a second div box that i thought would have showed up in that box to the left of where the .blogbody is.. but it didnt show up no matter how much i toggled with it's coordinates.

some help would be nice, i'm not askin for anyone to re-design my script cuz i know ppl dont like doin that for community service usually lol tongue.gif but i figure it's an easy problem i'm just skimming over because i'm new at this xanga skin thing. thanx for time/effort of anyone that tries to help happy.gif



PS: my renames arent working either. not on my comments/eProps or dates.. so if someone could maybe browse that and tell me what i did wrong, i'm assuming something simple, that'd b awesome too.
 
cu_tie_pie
post Dec 5 2004, 06:43 PM
Post #2


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



i think you should just use the custom module script that we have here instead of using a div tag...then it won't cut it off...i had similar problems...anyways can you post your code here just in case...?
 
emotion_sickness
post Dec 5 2004, 07:19 PM
Post #3


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



i did use the script tutorial from this site, that's why i'm faq'ing in here.

heres my script..
CODE
<MAP NAME='imgmap'>
<AREA SHAPE='rect' COORDS='303,433,400,476' HREF='http://www.xanga.com' ALT='xanga'>
<AREA SHAPE='rect' COORDS='413,432,512,478' HREF='http://www.xanga.com/private/home.aspx' ALT='private'>
<AREA SHAPE='rect' COORDS='526,433,622,476' HREF='http://www.xanga.com/logout.aspx' ALT='log out'>
<AREA SHAPE='rect' COORDS='641,433,733,475' HREF='http://www.xanga.com/private/subscribeto.aspx?user=BlacklightsunshinE' ALT='subscribe'>
</MAP>

<img src="http://img59.exs.cx/img59/1299/l9ajthmback1imgmap.png" alt="Nny1" border=0 width=857 height=483 USEMAP='#imgmap'>

<!-- begin code provided by createblog.com -->
<div style="
overflow: auto;
text-align:left;
width: 451px;
height: 232px;
margin-top: -315px;
margin-left: 200px;">
<!-- end code provided by createblog.com -->


<!-- begin code provided by createblog.com -->
<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* width of the comment page */
{width:245px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;}
</style>
<!-- end code provided by createblog.com -->


<!-- begin code provided by createblog.com -->
<style type="text/css">
/* Nny v1.0 - © Crux 2004*/
body {
background-image:url("http://img59.exs.cx/img59/1299/l9ajthmback1imgmap.png")
background-color: #000000;
background-repeat: none;
background-color: #000000;

scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #330000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #EEEEEE;
}

#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.blogbody {
width: 451px;
height: 232px;
margin-left: -150px;
font-family: MS Sans Serif;
font-weight: none;
font-size: 8pt;
color: #666699;
text-align: justify;
padding: 0px;
margin-top: 2px;
}
div.smalltext{
width: 451px;
padding: 1px;
text-align: left;
}
.caption, .blogheader {
width: 351px;
padding: 0px;
margin-left: -25px;
font-family: MS Sans Serif;
font-size: 8pt;
text-align: right;
color: #ffffff;
background-color: transparent;
text-transform: lowercase;
margin-top: 8px;
}

P, B, I, TD, TH
{font-family: MS Sans Serif; color: #666699; font-size: 8pt; }
A:link, A:visited, A:active
{color:#CC9999; text-decoration:overline; font-size:8pt; filter: flipV;}
a:hover
{text-decoration: underline overline; filter: flipH; height: 0px; color:#cc9999; font-size: 8pt; );}

b, strong, i, u, {
/* edit colors when bold italic underline */
font-family: MS Sans Serif;
font-size: 8pt;
color: #FFFFFF;
font-weight: bold;
text-transform: none;
</style>
<!-- end code provided by createblog.com -->

<script type="text/javascript">
function replaceWords()
{
// old array
var oldWords = new Array(
"eprop",
"eProps",
"comment",
"comments",
"Comment",
"Comments",
"email it");
// new array
var newWords = new Array(
"plots conceived",
"plots conceived",
"homicides to-date",
"homicides to-date",
"homicides to-date",
"homicides to-date",
"email shit");
allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');
var collections = new Array(allTableData,allTableHeaders);
for (var k = 0; k < collections.length; ++k )
{
for (var i = 0; i < collections[k].length; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at [URL=http://help.xanga.com/codes.htm]http://help.xanga.com/codes.htm[/URL]
}
break;
}
}
}
}
}
}
replaceWords();
</script>







my word replace thing wont work and my blog entries are off center, longer than i told them to be, and 1.2 gets cut off. idk? help plz! cry.gif
 
emotion_sickness
post Dec 5 2004, 11:42 PM
Post #4


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



::bump::


come on its been like 4 hours someone help? plz?
 
emotion_sickness
post Dec 5 2004, 11:58 PM
Post #5


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



oh yah, i got the change link name code from xanga it's d@mn self and it still doesnt work.. (?)question mark. wth. and ive been fiddling n now my blog post only shows a corner of 'comments / eprops / etc" and theyre overlapped on each other because it thinks it's supposed to be like a 50px wide column when i told it about 3 times its supposed to be 232px. so yeah i dont get it n im ready to give up, ive been tweaking with this since 10pm last night minus 5 cigarette breaks, i've eaten in front of my comp even.. and now it's 11pm.
 
emotion_sickness
post Dec 6 2004, 12:00 AM
Post #6


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



451px* scuse me.. and um some1 tell me plz how to put my code into posts on here in that nifty little white box and all that.. i used to know hoe but i havent html'd in forever (can ya tell?) and i dont feel like diggin up the file..

(my xanga's in my signature so uh go and check out the script n help me plzzz i know theres some of u out there that can, just do it n ill leave you ppl alone.)
 
NatiMarie
post Dec 6 2004, 12:11 AM
Post #7


I can rot your brain ;]
******

Group: Staff Alumni
Posts: 1,160
Joined: Aug 2004
Member No: 42,261



QUOTE
<MAP NAME='imgmap'>
<AREA SHAPE='rect' COORDS='303,433,400,476' HREF='http://www.xanga.com' ALT='xanga'>
<AREA SHAPE='rect' COORDS='413,432,512,478' HREF='http://www.xanga.com/private/home.aspx' ALT='private'>
<AREA SHAPE='rect' COORDS='526,433,622,476' HREF='http://www.xanga.com/logout.aspx' ALT='log out'>
<AREA SHAPE='rect' COORDS='641,433,733,475' HREF='http://www.xanga.com/private/subscribeto.aspx?user=BlacklightsunshinE' ALT='subscribe'>
</MAP>

<img src="http://img59.exs.cx/img59/1299/l9ajthmback1imgmap.png" alt="Nny1" border=0 width=857 height=483 USEMAP='#imgmap'>


<!-- begin code provided by createblog.com -->
<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* width of the comment page */
{width:245px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;}
</style>
<!-- end code provided by createblog.com -->


<!-- begin code provided by createblog.com -->
<style type="text/css">
/* Nny v1.0 - © Crux 2004*/
body {
background-image:url("http://img59.exs.cx/img59/1299/l9ajthmback1imgmap.png")
background-color: #000000;
background-repeat: none;
background-color: #000000;

scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #330000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #EEEEEE;
}

#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.blogbody {
width: 451px;
height: 232px;
margin-left: -150px;
font-family: MS Sans Serif;
font-weight: none;
font-size: 8pt;
color: #666699;
text-align: justify;
padding: 0px;
margin-top: 2px;
}
div.smalltext{
width: 200px;
padding: 1px;
text-align: left;
}
.caption, .blogheader {
width: 351px;
padding: 0px;
margin-left: -25px;
font-family: MS Sans Serif;
font-size: 8pt;
text-align: right;
color: #ffffff;
background-color: transparent;
text-transform: lowercase;
margin-top: 8px;
}

P, B, I, TD, TH
{font-family: MS Sans Serif; color: #666699; font-size: 8pt; }
A:link, A:visited, A:active
{color:#CC9999; text-decoration:overline; font-size:8pt; filter: flipV;}
a:hover
{text-decoration: underline overline; filter: flipH; height: 0px; color:#cc9999; font-size: 8pt; );}

b, strong, i, u, {
/* edit colors when bold italic underline */
font-family: MS Sans Serif;
font-size: 8pt;
color: #FFFFFF;
font-weight: bold;
text-transform: none;
</style>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<div style="
overflow: auto;
text-align:left;
width: 451px;
height: 232px;
margin-top: -315px;
margin-left: 200px;">
<!-- end code provided by createblog.com -->



The comment thing should be in website states.

Try that.
=\
Not sure if it'll work. :[
 
emotion_sickness
post Dec 6 2004, 12:19 AM
Post #8


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



hah.. click my link n go look at it quick.. it's doing that cut in half crappo again :-(. and uhh that second module i tried having in there... isnt showing up. know any way i could insert that in? i'll give what cod i have for it here... the tutorial i used said to follow this to creat another module box if u had more stuff to add....


<!-- begin code provided by createblog.com -->
<div style="
overflow: auto;
text-align: left;
width: 128px;
height: 231px;
margin-top: -315px;
margin-left: 152px;">
<i><u>Contact Info:</u></i><br>
<a href="aim:goim?screenname=i+heartagram+H1M">aim:i heartagram H1M</a><br>
<a href="aim:goim?screenname=xl++liberate++lx">aim:xl liberate lx</a><br>
<a href="http://www.vampirefreaks.com/profile.php?user=PsychosomaticSuicide">My Vampirefreaks</a><br>
<hr>
<br>
<i><u>Interests:</u></i><br>
<img src="http://img.photobucket.com/albums/v235/rest_in_distress/vf%20shit/heartagram.jpg"><br>
<img SRC="http://img.photobucket.com/albums/v235/rest_in_distress/psychopathic%20shit/hatchetman.gif"><br>
<b>×</b> HIM <b>×</b> Ville Valo <b>×</b> body manipulation <b>×</b> fornication <b>×</b> art <b>×</b> music <b>×</b> bass <b>×</b> poetry <b>×</b> mind-expansion <b>×</b> anti-conformilism <b>×</b> cancer sticks <b>×</b> Ps7 <b>×</b> being bored <b>×</b><br>
<hr>
<br>
<i><b>Current Obsession:</b></i><br>
Nny<br>
<hr>
<br>
<i><u>Subscriptions:</u></i><br>
<a href="http://www.xanga.com/XvSaturninevX">Arika</a><br>
<a href="http://www.xanga.com/halfeatensundae">Tarryn</a><br>
<a href="http://www.xanga.com/x9xFaLLeNx9x">Katie</a><br>
<a href="http://www.xanga.com/XxDaddisGirl87xX">Paige</a><br>
<a href="http://www.xanga.com/getdwnndirrtee">Ibby</a><br>
<a href="http://www.xanga.com/ClFcK">Lexx</a><br>
<a href="http://www.xanga.com/bythezodiak">Shea</a><br>
<a href="http://www.xanga.com/sailing_is_my_anti_drug">Shea [old]</a><br>
<a href="http://www.xanga.com/NOFXunamerican">Jay</a><br>
<a href="http://www.xanga.com/Leisurethrasher">Mike</a><br>
<a href="http://www.xanga.com/jewishturkey37">Kay</a><br>
<a href="http://www.xanga.com/turtlepower27">Matt (Turtle)</a><br>
<a href="http://www.xanga.com/XxBleedingTearzxX">Kitty</a><br>
<a href="http://www.xanga.com/IceBluEyes4You">Holly</a><br>
<a href="http://www.xanga.com/vikingsgrl2811">Teresa</a><br>
<a href="http://www.xanga.com/Xodiak">Kent</a><br>
<a href="http://www.xanga.com/exsa">Ashley</a><br>
<a href="http://www.xanga.com/russi4nroulette">Logan</a><br>
<a href="http://www.xanga.com/makinRABIES">Marissa</a><br>
<a href="http://www.xanga.com/HandMeRain">Michelle</a><br>
<a href="http://www.xanga.com/AltoidBoxOfDestruction">Lauren</a><br>
<a href="http://www.xanga.com/RodgerChrist">Rodger</a><br>
<a href="http://www.xanga.com/y0ukilledme">Tanny</a><br>
<a href="http://www.xanga.com/kiss_this_broken_doll">Michean</a><br>
<a href="http://www.xanga.com/losingmimind817">Mandy</a><br>
<a href="http://www.xanga.com/smurfness141:>Jessi</a><br>
<a href="http://www.xanga.com/DanceChic427">Cristen</a><br>
<a href="http://www.xanga.com/Pain_of_Silence">Sarah</a><br>
<a href="http://www.xanga.com/MiZZeaT_WiZZaD">Matt (Arika's Bro)</a><br>
<a href="http://www.xanga.com/public_suicide">Brandi</a><br>
<a href="http://www.xanga.com/h_tml">h_tml</a><br>
<a href="http://www.xanga.com/mystressbunni">Jocelyn</a><br>
<hr>
<br>
<i><u>Blogrings</u></i><br>
<a href="http://www.xanga.com/groups/group.aspx?id=373191">--Nirvana Fans--</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=122706">buried alive by HIM</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=33944">×| Fight Club |×</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=101304">Pink Zeppelin</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=496973">× Cult of the Mindless Self-Indulging ×</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=49973">Requiem for a Dream</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=5994">no, i'm not sarcastic...</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=20981">-Gothic Beauty-</a><br>
<br>
<br>
<hr>
<br>
<a href="http://www.createblog.com">Skin your own Xanga</a>
</div>
<!-- end code provided by createblog.com -->



pinch.gif blink.gif

::time for another smoke.. ugh this is irritating.::
 
emotion_sickness
post Dec 6 2004, 12:48 AM
Post #9


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



hey the link changer worked.. thanx for that. now all thats left is my side module and getting my blogger module to cooperate.

::sighs::

it's gunna be another long night i think.
 
emotion_sickness
post Dec 6 2004, 02:11 AM
Post #10


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



ooo cmon ppl i know im just missin sumthin stupid, take a sec n scan my code n tell me what to do? please? im thinkin theres a way to <style type="text/css"> the second module into there but idk maybe im jus bein dumb.. as far as i know when u do that u cant hav a scrollbar n then my xanga would b like 500 feet long so uhh yeah if anyone knows how to slap a scrollbar on a css or how to div that wannabe-module up there, or how to fix my 1/2 invisible posts....

Plz help and tell me how!!
 
emotion_sickness
post Dec 6 2004, 04:44 PM
Post #11


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



::bump::

cmonnn ppl plz? im getting sick of my xanga being out of service.
 
emotion_sickness
post Dec 8 2004, 01:59 AM
Post #12


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



gr.. w/e
 
whomps
post Dec 8 2004, 02:05 AM
Post #13


:hammer:
*******

Group: Staff Alumni
Posts: 9,849
Joined: Mar 2004
Member No: 7,700



Cheese & Rice, don't be so demanding. We can't help you all the time.

CODEBOX: -> right click -> copy/paste
 
emotion_sickness
post Dec 8 2004, 04:09 AM
Post #14


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



nope :-/ its tha exact same... idk w/e im just givin up n it'll b out of order till i can effin find the time to find 50 more tutorials to fill out and paste in and trial_&_error style figure out which one works. xanga is so frustrating. grr.

random ?: what's the name of that font that most people use when they sign their rdits and banners and such.. the real simple tiny blocky one that's in your sig on the right in white under the pretty cursive one? just wonderin cuz i couldnt find it myself (i dont think..)
 
emotion_sickness
post Dec 8 2004, 04:10 AM
Post #15


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



edits*... in black* lol
 
novemberwind
post Dec 8 2004, 04:50 PM
Post #16


I scream at men with pink shirts.
****

Group: Member
Posts: 169
Joined: Oct 2004
Member No: 58,653



please please please don't double/triple/quadruple post. that's spamming. didn't you read the rules? *poke*

anyway, the font that a lot of people use is silkscreen. get it a dafonts.com whistling.gif

and i lofe your signature pic. that's from squee!!!!! yay!
 
whomps
post Dec 8 2004, 06:08 PM
Post #17


:hammer:
*******

Group: Staff Alumni
Posts: 9,849
Joined: Mar 2004
Member No: 7,700



QUOTE(novemberwind @ Dec 8 2004, 1:50 PM)
please please please don't double/triple/quadruple post. that's spamming. didn't you read the rules? *poke*

anyway, the font that a lot of people use is silkscreen. get it a dafonts.com whistling.gif

and i lofe your signature pic. that's from squee!!!!! yay!

Actually, the font I used is called Pixies :]

And please don't double triple quadruple post. There's an edit button to the right of your posts.. .Edit it instead of making a new one.

Hm.. *goes and tries to find problem*
This should work.
CODEBOX: -> right click -> copy/paste
 
emotion_sickness
post Dec 9 2004, 07:14 PM
Post #18


Existentialism is a Humanism
**

Group: Member
Posts: 16
Joined: Dec 2004
Member No: 69,116



oups haha srry, never noticed tha edit button. definitely do that from now on.

ha ha ha hAAAA!!! it works!! u rawk <x. laugh.gif biggrin.gif

thnx for tha fonts.. i found silkscreen but not pixie. thats okay tho i found a few others i like too (including the matrix & such tongue.gif )

hm is there a way to get my side module box in there tho? here's the code that i have.. im sure some pieces need to be changed tho.

CODE
<!-- begin code provided by createblog.com -->
<div style="
overflow: auto;
text-align: left;
width: 128px;
height: 231px;
margin-top: -316px;
margin-left: 65px;">
<i><b><u>Contact Info:</u></b></i><br>
<a href="aim:goim?screenname=i+heartagram+H1M">aim: i heartagram H1M</a><br>
<a href="aim:goim?screenname=questi0n+Z+sleep">aim: questi0n Z sleep</a><br>
<a href="http://www.vampirefreaks.com/profile.php?user=PsychosomaticSuicide">My Vampirefreaks</a><br>
<hr>
<br>
<i><b><u>Interests:</u></b></i><br>
<img src="http://img.photobucket.com/albums/v235/rest_in_distress/vf%20shit/heartagram.jpg"><br>
<img SRC="http://img.photobucket.com/albums/v235/rest_in_distress/psychopathic%20shit/hatchetman.gif"><br>
<b>×</b> HIM <b>×</b> Ville Valo <b>×</b> body manipulation <b>×</b> fornication <b>×</b> art <b>×</b> music <b>×</b> bass <b>×</b> poetry <b>×</b> mind-expansion <b>×</b> nihilism<b>×</b> cancer sticks <b>×</b> Ps7 <b>×</b> being bored <b>×</b><br>
<hr>
<br>
<i><b><u>Current Obsession:</u></b></i><br>
Jhonen Vasquez<br>
<hr>
<br>
<i><b><u>Subscriptions:</u></b></i><br>
<a href="http://www.xanga.com/XvSaturninevX">Arika</a><br>
<a href="http://www.xanga.com/halfeatensundae">Tarryn</a><br>
<a href="http://www.xanga.com/x9xFaLLeNx9x">Katie</a><br>
<a href="http://www.xanga.com/XxDaddisGirl87xX">Paige</a><br>
<a href="http://www.xanga.com/getdwnndirrtee">Ibby</a><br>
<a href="http://www.xanga.com/ClFcK">Lexx</a><br>
<a href="http://www.xanga.com/bythezodiak">Shea</a><br>
<a href="http://www.xanga.com/sailing_is_my_anti_drug">Shea [old]</a><br>
<a href="http://www.xanga.com/NOFXunamerican">Jay</a><br>
<a href="http://www.xanga.com/Leisurethrasher">Mike</a><br>
<a href="http://www.xanga.com/jewishturkey37">Kay</a><br>
<a href="http://www.xanga.com/turtlepower27">Matt (Turtle)</a><br>
<a href="http://www.xanga.com/XxBleedingTearzxX">Kitty</a><br>
<a href="http://www.xanga.com/IceBluEyes4You">Holly</a><br>
<a href="http://www.xanga.com/vikingsgrl2811">Teresa</a><br>
<a href="http://www.xanga.com/Xodiak">Kent</a><br>
<a href="http://www.xanga.com/exsa">Ashley</a><br>
<a href="http://www.xanga.com/russi4nroulette">Logan</a><br>
<a href="http://www.xanga.com/makinRABIES">Marissa</a><br>
<a href="http://www.xanga.com/HandMeRain">Michelle</a><br>
<a href="http://www.xanga.com/AltoidBoxOfDestruction">Lauren</a><br>
<a href="http://www.xanga.com/RodgerChrist">Rodger</a><br>
<a href="http://www.xanga.com/y0ukilledme">Tanny</a><br>
<a href="http://www.xanga.com/kiss_this_broken_doll">Michean</a><br>
<a href="http://www.xanga.com/losingmimind817">Mandy</a><br>
<a href="http://www.xanga.com/smurfness141">Jessi</a><br>
<a href="http://www.xanga.com/DanceChic427">Cristen</a><br>
<a href="http://www.xanga.com/Pain_of_Silence">Sarah</a><br>
<a href="http://www.xanga.com/MiZZeaT_WiZZaD">Matt (Arika's Bro)</a><br>
<a href="http://www.xanga.com/public_suicide">Brandi</a><br>
<a href="http://www.xanga.com/h_tml">h_tml</a><br>
<a href="http://www.xanga.com/mystressbunni">Jocelyn</a><br>
<hr>
<br>
<i><b><u>Blogrings</u></b></i><br>
<a href="http://www.xanga.com/groups/group.aspx?id=373191">--Nirvana Fans--</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=122706">buried alive by HIM</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=33944">×| Fight Club |×</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=101304">Pink Zeppelin</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=496973">× Cult of the Mindless Self-Indulging ×</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=49973">Requiem for a Dream</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=5994">no, i'm not sarcastic...</a><br>
<a href="http://www.xanga.com/groups/group.aspx?id=20981">-Gothic Beauty-</a><br>
<br>
<br>
<hr>
<br>
<a href="http://www.createblog.com">Skin your own Xanga</a>
</div>
<!-- end code provided by createblog.com -->


and there it is. thnx for yer help so far, if ya don't feel like doin this too then that's cool i'll just tinker with it for a few days again.

-isn't there a way to make the scrollbar/blog box stay in the same place no matter what the screen resolution is?


[edit] :bump:

[edit] :bump: :bump: :?:

[edit] mmk wellll will someone PLEASE help me out here? my xanga link is in my signature n the code i have for the 2nd module box is right up there -^ as u prolly saw, im getting really sick of not having that box, n it's been like a month now. please just help me n i'll b off these forums for at least another couple months probably cuz i won't need help for a while. thanx?
 

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