robbo
10-07-2004, 10:12 PM
Hey everyone, in blurty I am trying to position my text all the way to the left so it wont get in the way of the picture [www.blurty.com/~robbo but I have tryed everything and it just will not. I dont' know if I have the right code but could someone go take a look and let me know?? Thanks!
ixlrobbolxl@aol.com
adrielle
10-08-2004, 01:29 AM
In your code
<div style="position:absolute; left:250; width:300; top:175; height:225; overflow:auto; scrollbar-arrow-color: #000000; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #FFFFFF; scrollbar-face-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #FFFFFF text-align:center; clip:rect(auto);">
change the bold to 20 or any numeral that you want it to be. (it's how much space between the left side and your div)
Hope it helps :)
Monkey Bizzle
10-08-2004, 04:48 AM
don't forget to put px after each value as well... so instead of using 100, you would use 100px
robbo
10-08-2004, 08:52 PM
In your code
<div style="position:absolute; left:250; width:300; top:175; height:225; overflow:auto; scrollbar-arrow-color: #000000; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #FFFFFF; scrollbar-face-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #FFFFFF text-align:center; clip:rect(auto);">
change the bold to 20 or any numeral that you want it to be. (it's how much space between the left side and your div)
Hope it helps :)
I tryed to do what you told me too ... but this is what i came up with and it still diesnt work ;\
GLOBAL_HEAD<=
<html>
<head>
<title>You made everything seem alright...</title>
<style type="text/css">
A:link
{ text-decoration: none; color:"#000000"; }
A:visited
{ text-decoration: none; color:"#000000"; }
A:hover
{ text-decoration:none; color:"#ffffff"; background-color:#000000; cursor:n-resize;
}
BODY,P,TD {font-family:arial; font-size:12px; cursor:n-resize; color:#000000; }
body
{ background-color:#ffffff;
background-image:url(http://img.photobucket.com/albums/v413/MiakaLookAlike/Layout%20Images/seemalright.jpg) ;
background-position:right top;
background-repeat:no-repeat;
background-attachment:fixed;
</style>
</head>
<body>
<div style="position:absolute; left:250px; width:300px; top:175px; height:225px; overflow:auto; scrollbar-arrow-color: #000000; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #FFFFFF; scrollbar-face-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #FFFFFF text-align:center; clip:rect(auto);">
<=GLOBAL_HEAD
thats what my whole code is right now...is there something I am messing up? Because I cant figure it out?
kittycat
10-08-2004, 09:28 PM
In this part of the code...
<div style="position:absolute; left:250px; width:300px;
Change the left: 250px; to a smaller number or just 0
<div style="position:absolute; left:0; width:300px;
robbo
10-09-2004, 12:41 AM
In this part of the code...
<div style="position:absolute; left:250px; width:300px;
Change the left: 250px; to a smaller number or just 0
<div style="position:absolute; left:0; width:300px;
Hi, i tryed that and it doesnt' work?
kittycat
10-09-2004, 01:38 AM
I think you're going to have to find some kind of override to make it go over to the left, since it won't allow HTML tags.
You could try looking through here (http://www.blurty.com/users/customization) to see if you can find what you want, or see if livejournal overrides (http://www.livejournal.com/tools/memories.bml?user=howto) work... they might since blurty is basically the same thing
robbo
10-09-2004, 02:40 AM
I think you're going to have to find some kind of override to make it go over to the left, since it won't allow HTML tags.
You could try looking through here (http://www.blurty.com/users/customization) to see if you can find what you want, or see if livejournal overrides (http://www.livejournal.com/tools/memories.bml?user=howto) work... they might since blurty is basically the same thing
thanks! it helped alot ;]