Login

Login

Need to register? Lost password?

Advertisements

Advertisements

 

Mitsuki24's Guestbook

1

Minitokyo » Members » Mitsuki24  Mitsuki24's Guestbook

page 4 of 29
r q g

http://i117.photobucket.com/albums/o61/Aiiro_Sora/Other/CC.jpg

r q g

http://i293.photobucket.com/albums/mm65/zamp_/Account%20JPG/thankyou.jpg

r q g

Quote by Mitsuki24Thanks for scanning those scan for me moonelf ;)

No problem, sorry it took so long for me to respond back to you! Finally am back on the scene after a long and difficult year of school

r q g

thanks for the fav<33

r q g

Cool, thanks for the fav :)

r q g

thanks for all the favs

r q g

Hi mitsuki-chan :D
just wanted to say :D
http://img378.imageshack.us/img378/7342/favpp2.jpg
Im glad you liked it :)
take care & have a nice day ;)

r q g

http://i29.tinypic.com/qrm58o.jpg

r q g

Quote by Mitsuki24Sinever-chan ~ Here is a banner for you XD

http://i121.photobucket.com/albums/o201/mitsuki24/ZeroIchiruBanner.jpg

Omg ~ now that i look at it. It looks so ugly and plain
I failed you Zero & Ichiru T_T Im so sorry x_x

OMG XD
thanks alot mitsuki-chan XD *huggles*
this is third banner that I've got with the picture of the twins XD
Im the luckiest person in the world XD
no its not plain & ugly at all :D
the twins are looking so damn hot XD

merged: 04-20-2008 ~ 02:32pm

Quote by Mitsuki24
haha ~ you're welcome.
I'm glad that you like it :D *hugs back*
But i didnt do much work with the banner ~ just
a mixing or texture XD

Oh yes ~ Sinever-chan i was wondering about the
UP HTML codes ~ do you how to write the code if you want
the boxes line to be dash and not straight line o_0?

its doesnt matter XD as long as they are my cute twins XD

oh well if you want the borders to be dashed then you'll have to set your whole layout with the HTML codes ^_^'
& trust me its very hard to set the layout with codes -_-
but if you want to learn then I will do my best to teach :D

merged: 04-22-2008 ~ 02:06pm

Quote by Mitsuki24
lol ~ forgive me for my bakaness :sweat: ~ but what u mean by setting the whole layout
with HTML code is it that you have everthing with codes? Including the the pictures?
Something like the group layout that you showed before? Or is it something else u mean o_0?

yes :D
here is the link:
http://forum.minitokyo.net/thread/54035/css-group-content/
its a trouble some job -_-
but I prefer that you set your layout with the skin builder :D its much easier :)
I always set mine in the skin builder & not with the HTML codes :)
for the group layout we have to use html codes since there is no other way to do it -_-

r q g

http://img.photobucket.com/albums/v600/Eeva_Leena/MiniTokyo/thank_you_usamisa.jpg

r q g

Hello there Mitsuki-san!
http://i236.photobucket.com/albums/ff259/FloraNamine/lulutyfav2.jpg
on my vector ~Simply Charming~
I totally appreciate it XD

r q g

Quote by Mitsuki24
lol ~ thats kinda scary that you can read my mind XD XD
I already post the Vol 1 Bonus Story in group gb ~ Vol 2 & 3 is to be
continued as i said in the group gb XD X-P

yeah you better be scared of me :nya:
WOW
thanks alot XD
& cant wait for the rest XD
bye~

r q g

Thanks so much for the fave on my Sunahara/Clannad Wallie :)

http://i191.photobucket.com/albums/z51/FMAFTW/MTThanks.jpg

r q g

Hi Mitsuki-chan XD
I made a vk banner for you since both you & your twin(Norine-chan) love Ichijou XD
http://img377.imageshack.us/img377/5086/mitsukinorinefi7.jpg
I hope you love it XD
& I have a favor to ask :D
do you have the bonus chapters of volume 1,2,3,5,6 in english? :)
actually me & temari-chan decided to add the bonus chapter in the group :D
if you have them we will be glad if you can scan them for us :)

merged: 04-14-2008 ~ 03:15pm

Quote by Mitsuki24
OMG *dies of heart attack* OX x_x
Its lovely ~ I love it ! XD XD Thank you so much Sinever-chan *hugs* XD :D
I wonder if u can read my mind too ~ cause thats my most fave pic of Ichijou XD XD

Oh, sure i can scan them for you ~ but sadly i only have up until vol 4.
The vol 5 & 6 is not out yet in my country T_T :( Give me 1 or 2 days because
right now i have lots of works to submit x_x ~ When im done i scan them for you :)

you're welcome XD *hugs back*
of course I can since Im your great evil master XD
okay then :D scan the first 3 bonus chapters :)
& dont worry just take your time okay :D
I do have the 5th one :D its been translated by alessia-chan :D
& temari-chan has the 6th one & she said she will scan & translate it for us :)
thanks alot Mitsuki-chan XD
take care ;)

r q g

http://i173.photobucket.com/albums/w67/Angel_Chriss/clannad.jpg

r q g

Thanks for the fav, dear

r q g

yo XD
Im here to teach you some of the HTML codes like you've asked me :D
so here we go XD
first code :D

Code:

<html>
<body>
<div class=inner><div class outer>
<p align="center">
<Font size=1>
</Font>
</div></div>
</body>
</html>


okay in the beginning you must write
<html>
<body>
& after finishing all of the codes you must close both first codes :)
like this
</body>
</html>
why do we close the body code first & then the html one since html one was written first?
the answer is in coding the first code will be closed last :)
for example
<html>
<body>
<div class=inner><div class outer>
* all the other codes goes here*
</div></div>
</body>
</html>
understood :)
now this code:
<div class=inner><div class outer>
is used for putting all the contents in its own box :D
like in my userpage the *Hi* banner & the girls pic are in one box :)
& my latest wallie is in another box :D just like that :)
but for each box you must write the code & you must close it too for each one using its closing code:
</div></div>
now this code:
<p align="center">
is used for the texts :D
all the things that you will write will be placed in the center :D because its aligned in the "center" :)
you can write "left" or "right" if you want the texts to be placed in the left or right :)
you dont need to close this code but if you want to then this is its closing code:
</p>
as for the font :D
this is the code for it :)
<Font face="write the text style" size="write font size" color="the colors name">
its not necessary to use this code :D but if you want to change your fonts style,size or the color you should use it :)
if you want to change the fonts style only then this is how you'll write the code:
<Font face="Calligraph421 BT">
& if you want to change its size only then this is how you'll write the code:
<Font size="2">
& the same goes for the color :D
& dont forget to close it :D
</Font>
the fun part begins XD
how to show an image :

Code:

<IMG src="the image url is written here" aling="where you want to place your picture, right,left or center">


you dont need to close this code :)
if you want to link your image to another page then this it the code for that:

Code:

<a href="the pages url is written here"><img
src="the image url is written here"></a>


the example for that is my latest wallie picture :D
it shows my latest wallpapers picture & when you click on it it will take you to its page :)
next code :D
how to add a text link :D

Code:

<a href="the link url"> what you want to write,example "click here to go to yahoo"</a>


example for that:
can you see the website link in my userpage,under the girls pic :D
www.roiworldgames.com
I used this code for it :)
the previous code links an image to another page & this code links a text to a page :)
& one more thing :D
this little code is used for *Enter* option :D
<br>
example:
If want to show a picture & write under it
*I love you*
first you must use the image code & then write beside it <br> & the write *I love you* :)
thats all :D if you dont write the <br> the *I love you* sentence will be written beside the image :)
I hope you understand all the code ^_^'
I really suck at teaching ^_^' -_-
if you have any Questions just ask & to understand more you can go to my userpage & click on
view bar > page source
there you will see all the codes that I've used & how they are written :)
take care ne ;)

r q g

all you need to do is to change the colour scheme for your UP~ =] other than that it's a beautiful layout!~ =]

your twin~ XD

merged: 04-10-2008 ~ 09:26pm

Quote by Mitsuki24
Haha ~ thanks for telling me that XD I've always doubt if the colours were good.
Maybe i try doing a soft/light red colour XD

Your twin >w<

hahax..!~ =] it's fine~ although if it's red it would be even better~ XD
omg omg~ twin! have you watched vk? XD i think you did! omg omg! lol...
although i still have to say i prefer the manga drawings~ XD takuma is to die for~ XD
*hugs*

twin~

r q g

http://img223.imageshack.us/img223/4260/cardfn0.png

r q g

http://i241.photobucket.com/albums/ff70/kuroganeXfye/favs/codegeassfav.jpg

r q g

http://i52.photobucket.com/albums/g34/Halfangel_Li/chikage_floral_dress.jpg

r q g

http://img363.imageshack.us/img363/3344/violinenspielerinvn9.jpg

r q g

Thank you so much for the fave :)

http://i191.photobucket.com/albums/z51/FMAFTW/MTThanks.jpg

r q g

http://i189.photobucket.com/albums/z78/KiyanaIkebana/MT/Misuzu.png

page 4 of 29