Posted by: walls2break | April 1, 2008

Protected: Searching for Him…

This post is password protected. To view it please enter your password below:


Posted by: walls2break | April 1, 2008

From here to there…

I must admit that this past week has been quite a ride on the roller coaster… Rather than having my so-called “one-week-spring-break” from college (I mean, come on! ONE WEEK?!), I ended up working as hard as never before…

I had to deal with many issues this past week, including some high school stuff and catching up with some work. Though I do running start and go to college full time, I still have to do some high school requirements for graduation. And that completely sucks. So pretty much I spent the whole week going to school instead of going to college.

And then, we had a Love & Respect night at our church on Satruday night… okay… ummm… not a word about that one… “Shhhhh!! You never heard anything…”

Lol… I know, I know…

If you all knew how nervous I was and how my feet were shaking… probably then you wouldn’t say I did as well as I did… but then I must confess that I liked it myself… quite an adrenaline rush… and fun… and something I love…

Yeah :) I’ll do it again… some day… some day soon…

And as of today, I’m just glad to be over with that week… with crazy band practices, singing, killing my voice, and endless hours of work on the pictures from that seminar and for some other people… you name it…

So here I am at college… AGAIN… lol… Hopefully, this quarter will be better than the previous one :)

Posted by: walls2break | March 14, 2008

Gone to the conference at Lake Chelan

This weekend I’m going to the conference at Lake Chelan with our youth from Spring of Life church. Yeah… I’m not going to be here for three days straight (unless I’ll find some wireless around there… lol). But even if I am going to find some Internet there, I still plan on taking a little break from my computer. I honestly spend too much time with it.

I hope that… some things will happen… “………………………………” I hate you… you know I don’t… but… argh… okay…

Anyways… I hope that I won’t lose my camera or laptop… or break them or something along those lines… because if I do… Well, I’m screwed then [lol].

Well, wish me luck! This is  going to be fun!!

Posted by: walls2break | March 13, 2008

When hope is all you have left…

Just don’t let go…

Posted by: walls2break | March 13, 2008

How to insert a picture at the top of the MySpace page

After posting a tutorial on how to move a MySpace page down, I’ve been asked how to insert a picture in that gap, above the ad banner, navigation bar, and the whole page content. Here’s the code with a working example, but it’s important that you read how exactly the code works:

<div style=”
position:absolute;
top:0px;
margin-left:50%;
left:-383px;”>
<img src=”http://www.ikp.unibe.ch/lab2/ppnew/pp5/inborn_files/slide0021_image034.gif”>
</div>

Here’s how the code works.

First off, you insert that code after you moved your MySpace page down. Again, read here how to, if anything. That’s understandable (I hope).

Now here’s the thing, you have to adjust the code for every image differently!!!!

That is because of different image sizes. The image I used in the example is 766 x 537. What we need to worry about is the image’s width. See the part in the code where it says “left:-383px;”? That’s the part that is going to differ with every image.

The value for “left” should be half the image’s width and it should be negative. So in the example, the image is 766px wide. “Left” is set to “-383px”. Another example would be if your image is 800px wide, the “left” value will be set to “-400px”.

That’s the only thing you change in the “div” part. Now, see where is says “img src”? That’s where your image url comes in. That part in the quotes should be your image’s url.

So here’s the general code:

<div style=”
position:absolute;
top:0px;
margin-left:50%;
left:-HALF THE IMAGE’S WIDTH;”>
<img src=”IMAGE URL“>
</div>

So basically, you only change the “left” value and the image’s url. Don’t mess with the rest of the code. And, please, don’t forget about that negative for the “left” value!

Hope this helps!! :)

« Newer Posts - Older Posts »

Categories