Who wants to code a blog for me?

Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Locked
vivian58
PPT Student
PPT Student
Posts: 419
Joined: Mon May 31, 2004 5:36 am

Who wants to code a blog for me?

Post by vivian58 »

I could technically code this myself, but exams are looming and I've already spent too much time making the background itself, playing around with vectors and whatnot. =P

The background: http://vivian58.250free.com/kassblog.png

Er, transparent scrollbars aren't possible aren't they? Well, anyway, I want everything but the arrows on the scrollbar to be #91D2FF. The arrows should be #0774C2.

That's it. Whoever helps me will *cough* receive a "Thank-you gift" of 2 codestones. ;D
firefox
PPT Toddler
PPT Toddler
Posts: 170
Joined: Thu Jun 03, 2004 8:45 pm
Location: Somewhere around here and there

Post by firefox »

sure, i will do it for you
vkceankraz
PPT God
PPT God
Posts: 1195
Joined: Mon May 31, 2004 6:35 am

Post by vkceankraz »

Code: Select all

<TABLE WIDTH=480 HEIGHT=400 BORDER=0 CELLPADDING=0 CELLSPACING=0 background="http://vivian58.250free.com/kassblog.png">
<TR><TD COLSPAN=4 WIDTH=480 HEIGHT=23></TD></TR><TR>
<TD ROWSPAN=4 WIDTH=9 HEIGHT=370></TD>
<TD COLSPAN=2 WIDTH=171 HEIGHT=231>
<div style="width:171px; height:231px; overflow:auto;">
Text goes here! Text goes here! Text goes here! Text goes here!
</div></TD>
<TD ROWSPAN=4 WIDTH=300 HEIGHT=370></TD></TR>
<TR><TD COLSPAN=2 WIDTH=171 HEIGHT=26></TD></TR>
<TR><TD WIDTH=84 HEIGHT=107>
<div style="width:84px; height:107px; overflow:auto;">
Text goes here! Text goes here! Text goes here! Text goes here!
</div></TD>
<TD ROWSPAN=2 WIDTH=87 HEIGHT=113></TD></TR>
<TR><TD WIDTH=84 HEIGHT=6></TD></TR>
</TABLE>


You needn't give me anything, as I'm almost positive it's against the rules.
vivian58
PPT Student
PPT Student
Posts: 419
Joined: Mon May 31, 2004 5:36 am

Post by vivian58 »

Thanks a lot, vkceankraz! :)

And I know it's definitely against the rules to pay for something real with Neopets stuff, hence the "thank you gift" instead. *cough*
Locked