Jump to content


FK47

Member Since 08 Nov 2004
Offline Last Active Apr 09 2009 11:06 PM

Topics I've Started

Need a Webdesign?

12 January 2006 - 04:52 PM

Myself and a few friends have started a small freelance webdesign group. Because we're only the beginning stages, designs are cheap and quickly done.

If you need website graphics, a website coded, or both, we'll do it for a low price.

Prices for web graphics start from 10 pounds, same cost for coding. For both it will cost a minimum of 18 pounds. The cost primarily depends on the size of the site and the features it needs from the layout.


Quality is assured :rolleyes:

Thanks.

Need a Coder

20 August 2005 - 01:33 AM

I need a web coder for the webcomic site for Partially Red Alert.

I've made the layout already, and uploaded a simple FireFox only example of it... just testing some CSS transparencies.

I need a gallery script installed with a notes field for me, aswell as includes for the content pages.

Thanks.

Edit: If the coder can slice that'd be good too.

Partially Red Alert

10 August 2005 - 02:01 AM

Hmm, something I've been toying with with a few friends.

Already posted them at CGEN, but I'll post them here too for the wider audience.

Feedback is encouraged. :p

Posted Image

and...

Posted Image

1 Year

19 June 2005 - 11:30 PM

Ripped from my news post... ;)

C&C Depot is 1 year old this month. I totally forgot about it so don't have anything planned, but I will be trying to get something before the month's up.

I remember when I first started this place all the way back in '04. Was meant to be a little site for my maps only, and it was hosted on Freewebs. Once I'd got some content up I started looking around for a better host. I came across SavageWar and Clazzy accepted my hosting request. I downloaded a free layout and stuck some more content up. It was then that people started to ask if their maps could go up on the site. I was more than happy to host peoples' work so the site slowly grew forming it's own little community. One year later and here we are, over 20 hosted staff and growing with a custom layout and our second dedicated host.

Thank You to everyone who has helped us along the way.

Happy Birthday C&C Depot. :)

Posted Image

Here's some nostalgia for ya... :)

CSS

16 May 2005 - 11:47 PM

Okay. If you look at my site in IE then FireFox you'll notice the borders around images in the news don't display correctly in FireFox. They kinda squat below the image... but they work in IE like a charm.

I have used the following code in the styles.css for image borders -
}
a.imglink {
        border:1px solid #408020; 

}
a.imglink:hover { 
        border:1px dashed #000000;
And definded it (a class=imglink) when linking the images of course. I have tried using border-top, border-bottom etc etc and placing a table around the image and also using -
display:block;
which spans the entire news coloumn. When I place the image in a table the whole layout messes up.

Any ideas? :p