• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

  • CF has always been a site that welcomes people from different backgrounds and beliefs to participate in discussion and even debate. That is the nature of its ministry. In view of recent events emotions are running very high. We need to remind people of some basic principles in debating on this site. We need to be civil when we express differences in opinion. No personal attacks. Avoid you, your statements. Don't characterize an entire political party with comparisons to Fascism or Communism or other extreme movements that committed atrocities. CF is not the place for broad brush or blanket statements about groups and political parties. Put the broad brushes and blankets away when you come to CF, better yet, put them in the incinerator. Debate had no place for them. We need to remember that people that commit acts of violence represent themselves or a small extreme faction.

anyone good with HTML out there?

Livinloud316

Trekkie Extraordinaire
Dec 27, 2003
4,563
854
38
Portland, Oregon
Visit site
✟22,896.00
Faith
Christian
Marital Status
Single
Politics
US-Republican
well, I just put a pull-out menu onto my xanga site(it's a blog type organization, if you haven't heard of it) and the edge it leaves covers up a portion of text. this is really just a minor thing, but it annoys me, and i was wondering if any of you know how to move that left column over just a little bit. you can see it at www.xanga.com/livegodloud, the text in question is on the left portion of the site, it says this:

"Welcome to my life
Rants and ravings, ravings and rants. stay a while, read and comment, I'd like to hear from ya. get's lonely around here, ya know "



any suggestions as to how I can move that column over a bit or anything else I could do(short of just getting rid of that text)?

thanks for your help
 

Livinloud316

Trekkie Extraordinaire
Dec 27, 2003
4,563
854
38
Portland, Oregon
Visit site
✟22,896.00
Faith
Christian
Marital Status
Single
Politics
US-Republican
<xmp>

<HTML>
<HEAD>
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
border:1.5px solid black;
background-color:#F2F2F2;
layer-background-color:#F2F2F2;
font:bold 12px Verdana;
line-height:20px;
}
-->
</style>
<TITLE>Inside Nick's Head</TITLE>
</HEAD>

<LINK rel="stylesheet" type="text/css" href="http://www.sfu.ca/~bleggett/main.css" title="style1">
<BODY BGCOLOR="white">
<script language="JavaScript1.2">
/***********************************************
* Sliding Menu Bar Script- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
***********************************************/
var slidemenu_width=160 //specify width of menu (in pixels)
var slidemenu_reveal=12 //specify amount that menu should protrude initially
var slidemenu_top=170 //specify vertical offset of menu on page
var ns4=document.layers?1:0
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var ns6=document.getElementById&&!document.all?1:0
if (ie4||ns6)
document.write('<div id="slidemenubar2" style="left:'+((slidemenu_width-slidemenu_reveal)*-1)+'; top:'+slidemenu_top+'; width:'+slidemenu_width+'" onMouseover="pull()" onMouseout="draw()">')
else if (ns4){
document.write('<style>\n#slidemenubar{\nwidth:'+slidemenu_width+';}\n<\/style>\n')
document.write('<layer id="slidemenubar" left=0 top='+slidemenu_top+' width='+slidemenu_width+' onMouseover="pull()" onMouseout="draw()" visibility=hide>')
}
var sitems=new Array()
///////////Edit below/////////////////////////////////
//siteitems[x]=["Item Text", "Optional URL associated with text"]
sitems[0]=["<big><font face='Arial'>Site Menu</font></big>", ""]
sitems[1]=["My Xanga", "http://www.Xanga.com/livegodloud/"]
sitems[2]=["Isn't this menu cool?(leads nowhere)", ""]
sitems[3]=["Here are some places I like, check em out!:", ""]
sitems[4]=["Christian Forums(HUGE, and loads of fun)", "http://www.christianforums.com/"]
sitems[5]=["Addicting Games", "http://www.addictinggames.com/"]
sitems[6]=["My website-to-be(not yet, meybe tomorrow)", ""]
sitems[7]=["Picture website(again, not ready yet)", ""]
sitems[8]=["Xanga home site", "http://www.xanga.com/"]
sitems[9]=["Global Expeditions", "http://www.globalexpeditions.com"]
sitems[10]=["Teenmania chat(a great place to be)", "http://www.teenmania.com/chat"]
//If you want the links to load in another frame/window, specify name of target (ie: target="_new")
var target=""
/////////////////////////////////////////////////////////
if (ie4||ns4||ns6){
for (i=0;i<sitems.length;i++){
if (sitems[1])
document.write('<a href="'+sitems[1]+'" target="'+target+'">')
document.write(sitems[0])
if (sitems[1])
document.write('</a>')
document.write('<br>\n')
}
}
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (ns4){
document.slidemenubar.left=((slidemenu_width-slidemenu_reveal)*-1)
document.slidemenubar.visibility="show"
setTimeout("window.onresize=regenerate",400)
}
}
window.onload=regenerate2
rightboundary=0
leftboundary=(slidemenu_width-slidemenu_reveal)*-1
if (ie4||ns6){
document.write('</div>')
themenu=(ns6)? document.getElementById("slidemenubar2").style : document.all.slidemenubar2.style
}
else if (ns4){
document.write('</layer>')
themenu=document.layers.slidemenubar
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",10)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",10)
}
function pullengine(){
if ((ie4||ns6)&&parseInt(themenu.left)<rightboundary)
themenu.left=parseInt(themenu.left)+10
else if(ns4&&themenu.left<rightboundary)
themenu.left+=10
else if (window.pullit){
themenu.left=0
clearInterval(pullit)
}
}
function drawengine(){
if ((ie4||ns6)&&parseInt(themenu.left)>leftboundary)
themenu.left=parseInt(themenu.left)-10
else if(ns4&&themenu.left>leftboundary)
themenu.left-=10
else if (window.drawit){
themenu.left=leftboundary
clearInterval(drawit)
}
}
</script>
<!-- replace "Your Welcome Text" with your own welcome text -->
<font color=5014E8><H1>Welcome to my site.</H1></font>

<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR><TD BGCOLOR="" COLSPAN="4" ALIGN="right">
<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="0">
<TR><TD ALIGN="right">
<FONT COLOR=5014E8>
<!-- replace "Your Tagline" with your own tagline -->
<B>woOt</B>
</FONT>
</TD></TR></TABLE>

</TD><TD BGCOLOR=white COLSPAN="1" ALIGN="right" VALIGN="top">
<A HREF="http://www.xanga.com/home.asp?
<A HREF="<$Private_Site_Link$>"><$Private_Site_Tagline$></A> - <A HREF="<A HREF="<$Signout_Link$>">singout-</A>
<A HREF="<$Subscribe_Link$>">Subscribe</A>
</TD></TR>
<TR><TD WIDTH="105" VALIGN="top">
<TABLE cellSpacing=0 cellPadding=1 width="98%" border=0>
<TBODY>
<TR>
<TD><BR><A href="<A href="http://www.xanga.com/home.asp?user=<$Username$>">home</A">http://www.xanga.com/home.asp?user=<$Username$>">home</A> </TD></TR>
<TR>
<TD><A href="<$Subscribe_Link$>">subscribe</A> </TD></TR>
<TR>
<TD><A href="<$Guestbook_Link$>">guestbook</A> </TD></TR>
<TR>
<TD><a href="<$Profile_Link$>">profile</A></TD></TR>
<!-- replace "youremail" with your actual email address -->
<TR><TD><A href="<A href="mailto:youremail">email</A">mailto:youremail">email</A> </TD></TR></TBODY></TABLE>
<!-- replace "Your Manifesto" with the name of your own manifesto -->
<BR><BR><b>Welcome to my life </b><p>
<FONT face=Palatino color=#0033cc size=1>Rants and ravings, ravings and rants. stay a while, read and comment, I'd like to hear from ya. get's lonely around here, ya know </FONT></P>
<BR><BR><BR>
<font color=5014E8><B>People I lurf</B></font><BR>
<$Sites_I_Read$>
</TD><TD WIDTH="1" BGCOLOR="5014E8">
<IMG SRC="" WIDTH="1" HEIGHT="1">
</TD><TD VALIGN="top">
<CENTER>
<BR>
<Xanga>
<Xanga_Date_Header>
<BR><TABLE WIDTH="95%" CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR><TD VALIGN="top" ALIGN="right">
<B><$Xanga_Date$></B>
<IMG SRC="" HEIGHT="2" WIDTH="200" ALIGN="right"><BR><BR>
</TD></TR></TABLE><BR>
</Xanga_Date_Header>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="95%"><TR><TD VALIGN="top">
<$Xanga_Posts$>
</TD></TR></TABLE><BR><BR>
</Xanga>
<A HREF="<$Previous_Link$>"><< previous 5 posts</A> | <A HREF="<$Next_Link$>">next 5 posts >></A>
</CENTER>
</TD><TD WIDTH="1" BGCOLOR="0000FF">
<IMG SRC="http://www.monsur.org/images/space.gif" WIDTH="1" HEIGHT="1">
</TD><TD VALIGN="top" WIDTH="200">
<TABLE BORDER="0" WIDTH="200" CELLPADDING="4" CELLSPACING="0">
<TR><TD BGCOLOR="5014E8" ALIGN="right">
<FONT FACE="VERDANA" SIZE="2" COLOR=white>
<B>happiness</B>
</FONT>
</TD></TR>
<TR><TD COLSPAN="2" VALIGN="top" ALIGN="right">
<img src="<$Profile_Pic$>">
</TD></TR>
</TABLE>
<TABLE BORDER="0" WIDTH="200" CELLPADDING="4" CELLSPACING="0">
</TD></TR>
<TR><TD COLSPAN="2" VALIGN="top" ALIGN="right">
<p>Name:Nicholas Theodore Bennett(Nick)</p>
<p>Age:17</p>
<p>Location:portland, Oregon(GO RAIN!!) </p>
<p>Hobbies:reading, playing online, generally being a computer geek</p>
<p><b>PS-check out the sliding bar on the left side of this site, how cool is that!!!! </b>(please note that it is still in progress, So deal with any little mistakes for now</p>
</TD></TR>
</TABLE>
<TABLE BORDER="0" WIDTH="200" CELLPADDING="4" CELLSPACING="0">
<TR><TD BGCOLOR="5014E8" ALIGN="right">
<FONT FACE="VERDANA" SIZE="2" COLOR="white">
<B>Special Peoples</B>
</FONT>
</TD></TR>
<TR><TD COLSPAN="2" VALIGN="top" ALIGN="right">
DASSAH(The Bethtetht!!!!!)
<img src="http://www.minatcomputers.com/images/Hadassah's/lalala.jpg" width="250" align=top border="5">
<spacer>
KATIE(GORGEOUS!!!)
<img src="http://i.xanga.com/True_LoveWaits/Katie.JPG" align=bottom width="250"border="5">

</TD></TR>
</TABLE>
<TABLE BORDER="0" WIDTH="200" CELLPADDING="4" CELLSPACING="0">
<TR><TD BGCOLOR="5014E8" ALIGN="right">
<FONT FACE="VERDANA" SIZE="2" COLOR="white">
<B>Blogrings</B>
</FONT>
</TD></TR>
<TR><TD COLSPAN="2" VALIGN="top" ALIGN="right">
<$Blogrings$>
</TD></TR>

</TABLE>
</TD></TR></TABLE><p>
<center>
</BODY>
</HTML>
</xmp>
 
Upvote 0

GraphicMD

Member
Jan 2, 2004
10
0
47
Visit site
✟22,620.00
Faith
Christian
Livinloud316 said:
well, I just put a pull-out menu onto my xanga site(it's a blog type organization, if you haven't heard of it) and the edge it leaves covers up a portion of text. this is really just a minor thing, but it annoys me, and i was wondering if any of you know how to move that left column over just a little bit. you can see it at www .xanga.com/livegodloud, the text in question is on the left portion of the site, it says this:

"Welcome to my life
Rants and ravings, ravings and rants. stay a while, read and comment, I'd like to hear from ya. get's lonely around here, ya know "



any suggestions as to how I can move that column over a bit or anything else I could do(short of just getting rid of that text)?

thanks for your help

All design should be in CSS. Try using padding or margins.

This is a cool tutorial
http: //w3schools.com/css/default.asp
 
Upvote 0