hehe I'm surprised she didn't suggest flick painting 😇 ....although that is worse to clean up (in the Muggle way at least :P) Ever since the 'leave the EU' vote narrowly won, that's been used as the reason for everything (the more ridiculous is sounds, the more likely it is to be given as the reason) o.O I don't think she's too impressed :P

oh I'm sure she did haha. XD Yes thankfully magic makes everything much faster ;) haha I can't imagine why :P ;) -sings- Shave her belly with a rusty razor Shave her belly with a rusty razor Shave her belly with a rusty razor Early in the morning
as long as you're accurate in your spell-casting.... I can imagine Jovy had some unusual accidents while he was learning the best cleaning spells? ;) :P

haha he says his was perfect :P I don't know if I believe that though....
ROFL well you never know - maybe he was just mega-skilled at household charms, unlike Tonks :P

We get a lot of cruiseships filled with tourists here during the summer, so I know what you mean. :) Not so much the rest of the year tho. :P
Fun times. :) Done with grocery shoppng and cleaning today, so I can do whatever. :) I guess I need to figure out what I want to do with my new pet too. lol

at least it's only the summer - we get a lot of foreign students at other times of the year (it always seems to be a weird place to visit for teenagers / 10-year-olds .... I'd have thought London would be more interesting) as well as 'regular' tourists. Still, I guess they bring in a lot of trade to the city ;)

hehe true loving Niamh's ha today. that coat is great!
sounds great :D hehe I'm sure you'll find something. I got my fish today and presents for dad's birthday. Traffic was terrible
I suppose your town is less overwhelming and crowded than London and feels safer to people. :) I do love London, but I would love to see other parts of England as well. :) Ireland too seems awesome!
Getting new fish sounds awesome tho. :D what kinda fish did you get? ^_^

thanks :D I wanted to use the rainy foreground, so (of course) Niamh insisted on wearing a coat that matched her hair :P I love your HA today, that background works really well :D :D
nods there's definitely a lot less people here than in London! I'd love to go back to London one day - I only ever saw Oxford Street and Regent Street, as I was there for work each time 😊 Ireland does sound like a brilliant place, and Wales too :D

I've had a really long and crappie day. It started with going to the 1st Joann's and then I went to the anther one that's further away and it did not have the size knitting needles I was trying to get. So I call Michael's they say they have it after a 15 minute hold on hold so I go to that Michael's through all that traffic and guess what? They can't tell the difference between knitting needles and crochet hooks so they didn't actually have the knitting needles that I was trying to buy. So I had a turn around for all that traffic and head back home and of course my stomach decides to act up so I had to go to the nearest restroom and I'm in there for a while in my stomach is screaming I finally get out and then in like less than a minute my stomach does it again so I have to run to another bathroom and spend a while and there. then I go to Walmart--they didn't have the needles either! But i got what I needed there. I'm exhausted -stupid IBSD.- I've been out from 3pm-8.30pm >.< for errands that should've taken 2 hours.
Lene--Odessa barbs :D they are gorgeous! paddy-- thank you :D I like your ha too :D
o.O you'd think they'd know what knitting needles look like! I mean maybe they'd not understand crochet, but one's obviously a hook compared to the pair of needles! Do they have those needles on amazon maybe?
Thanks :D As you can probably tell, I was stuck for ideas :P That's a great background for the Mahar & Felis today :D :D

yeah, i know right? Especially a craft store! Yes and I'll order but won't have time to get here so I've had to change the size. haha I wasn't much better on ideas
nods if they can't get it right, what hope is there for anyone else?! :K hopefully it won't mess the pattern up too much
It still works really well though :P

I loved Oxford street for shopping. :DNot sure if I been to Regents street or not, Its possibly I walked around there, without knowing it. lol My absolute favorite part was the harry potter studios tho, if you ever get a chance, I highly recommend it! Know that you be tempted to spend all your money in the gift shop tho. xD
Is it just me that has had all their pet profiles broken (only 1 of mine looks right at the moment)? o_o
Aww, sounds like an exhausting day for sure. :huggles: Hope today will be a bit more relaxing. My mum is picking me up laters, going out for dinner with my grandma, should be nice. :)
The fish does cool! :D

I've never been to the Harry Potter studios, but that's definitely somewhere I want to visit! :D
The last run of coding changes meant that most pet profiles look semi-broken :K - I've put the coding changed in spoilers for each pet (still working on Ravnen, and I can't figure out how to resolve the scrolling problem with Vivienne.)
Natt
For Natt's profile, you just need to change
{height:100% !important; padding:0px; margin: 0px; border: 0px!important;}
to be
{height:500px!important; padding:0px; margin: 0px; border: 0px!important;}
instead (for some reason, 100% doesn't work properly now for coding height, and it just makes it 20px instead o.O)
Ravnen
Ravnen's profile needs the same, but also needs pushing over to the right a bit
{height:100% !important; border: 0px!important;}
to be
{height:400px !important; border: 0px!important;}
for the scroll bars, but I'll have a play around with the rest of the coding to get it to line up properly
To stop the bottom part repeating, you need to change
body {background: transparent url(http://www.cdkc.co.uk/subeta/Lene/dpbh41.png); position: absolute; left: 20px; top: 620px; width: 608px; height: 438px;}
to be
body {background: transparent url(http://www.cdkc.co.uk/subeta/Lene/dpbh41.png); position: absolute; left: 20px; top: 620px; width: 608px; height: 438px; background-repeat: no-repeat!important;}
Starting to push everything a bit over to the right, you need to change
{width: 300px; position: absolute; top: 240px; left: -170px;}
{background-color: transparent;position:absolute;top:20px;left:-170px;font-size:85%;}
to be
{width: 300px; position: absolute; top: 240px; left: 10px;}
{background-color: transparent;position:absolute;top:20px;left:10px;font-size:85%;}
(that moves the minion & pet image)
Next is the pet colour / species / owner bit.... you need to change
.pet_color_info{display: block; position: absolute; left: 20px; top: 210px;}.owner{display: block; position: absolute; left: -10px; top: 220px;}.pet_age_info_date{display: block; position: absolute; left: -10px; top: 230px;}.pet_wco_info_date{display: block; position: absolute; left: -10px; top: 240px;}
to be
.pet_color_info{display: block; position: absolute; left: 20px; top: 210px;}
.owner{display: block; position: absolute; left: 20px; top: 220px;}
.pet_age_info_date{display: block; position: absolute; left: 20px; top: 230px;}
.pet_wco_info_date{display: block; position: absolute; left: 20px; top: 240px;}
Moving the story over, means swapping
{width: 300px;height: 200px;overflow-y: auto;overflow-x: hidden;position: absolute;left: 98px;top: 180px;z-index: 20px;}
for
{width: 300px;height: 200px;overflow-y: auto;overflow-x: hidden;position: absolute;left: 243px;top: 180px;z-index: 20px;}
Next up is the treasure section.... change
{width: 300px;height: 110px;margin-right: auto;margin-left: auto;position: absolute;left: 125px;top: 30px;background-color: transparent;padding-bottom: 5px;overflow-y: scroll;overflow-x: hidden;}
to be
{width: 300px;height: 110px;margin-right: auto;margin-left: auto;position: absolute;left: 255px;top: 30px;background-color: transparent;padding-bottom: 5px;overflow-y: scroll;overflow-x: hidden;}
I know that's not completely fixed yet - if you get those changes done, I'll see if I can get the rest of it to line up properly too ;)
Vikings
For Vikings, you should just need to add in
{height:650px !important; border: 0px!important;}
on a new line in the profile coding - add it in just after the
, , -ban, -ban-main, -lrc, -rrc {display:none;}
and that should work :D
Salem.
Salem. needs this line
, { background-color:transparent !important;height: auto !important; }
changed into
{ background-color:transparent !important;height: auto !important; }
{ background-color:transparent !important;height: 600px!important; }
Mockinjay
Mockinjay needs this line
{height:100% !important; padding:0px; margin: 0px; border:none}
changed into
{height:610px !important; padding:0px; margin: 0px; border:none}
Matilda.
Matilda. needs this line
, { background-color:transparent !important;height: auto !important; }
changed into
{ background-color:transparent !important;height: auto !important; }
{ background-color:transparent !important;height: 620px !important; }

exactly and you know, I spent time, and money in petrol to ask so I didn't waste a trip--that rather ticks me off.
well thankfully it won't. thanks :D I love your winter ha :D lol Nimah doesn't look impressed with the snow.
I sure hope so! sounds fun!
I'm not surprised!
hehe thanks :D Blame it on a mis-cast weather spell - I think she was aiming for warm sunshine, but somehow got a snowstorm instead 😇

she offered me 50% something else but I don't need anything else.
hehe send some snow here XD
ask if you can use that 50% off at a later date ;)
hehe I can send some horribly drizzly rain if you like 😇 (although the allotment should approve, providing there's not too many slugs & snails about!)
