Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Yeah, I have a case, PSU and HDD, my budget is really £450 but potentially could find another £50, I know people use £1600 to make a pc but still, I currently have a macbook and just want something that could handle better
I got given an xBox 360 by microsoft just over a year ago, I kind of enjoy playing it but lots of people I know are addicted to PC games, question is 2 fold, one is PC gaming better?
Second is if someone who knows more than me could suggest any changes or improvments to this list (or if it will...
Click on Forum then you have loads of areas, there is one called Cliosport technical and create a thread on there and keep an eye on the parts for sale, all the best on here
If you pay for membership then post in the technical area you are much more likely to get a response, it is only a £12 a year, £1 a month or 25p a week. For that you'll find lots of helpful guides, a for sale area (where your exhaust would sell quicker than ebay realistically, as well as...
I am happy to travel (like I have done in the past) but recent meets I have been unable to attend due to evenings or saturdays :( You might be unfortunate to meet me in the next few months as I am unemployed soon. I only get 25mpg on motorways & long distance :( but yeah my mpg isn't fab
I came to every meet until they all become monday tuesday and thursday nights as I work, my 1.2 gets 25mpg roughly down a motorway and am saving to move out for uni next week, so I am broke and trying to earn money rather than scrounging off the government. Is there anything wrong with that?
A...
I could don't watch blue peter I'm afraid I'm a bit more grown up, I have noticed this forum suffers from a group of very bitchy people and critical as opposed to a supportive and friendly forum like when I originally joined.
Well 2 people from CS wanted to come, If I am not mistaken vicky on here has nos, there are plenty of cars with body kits and stickers so maybe will if you are concerned about the quality of cars then you should take that up in the projects?
Stand tickets were sent with the tickets, PM brian and see if he can help, but you need them before you go in so not sure if they could physically get one to you before.
Yeah but its 20 minutes further from Swindon, different from the way we all went last year and motorway driving is poo compared to country roads, so wondered if anyone from CS wanted to go this way
If I want to wire my cd player to work on a on/off switch (without ignition) do I just replace the red wire with one directly to battery (obviously with a fuse, what rating would I need)
Cheers
You need to learn to write in divs and css there are lots of guides, search html div and css. the div is the website and the css is what it looks like - tables are no use nowadays
Divs are used in your html file (the webpage)
You then link a Cascading Style Sheet to the document so it knows how to style it.
each CSS instruction goes:
#or. name {
instruction:;
instruction:;
}
Hi All,
I am sure Will. or someone has already done a thread on this, but I only saw one which goes onto Newbury which is further than last year. So I was wondering if anyone wants to go the same way as last year? Say Swindon Greenbridge Mcdonalds at 6am?
Leave your name if you are interested...
Quick Guide On CSS.
<div id="demo1"></div>
<div class="demo2"></div>
So CSS uses # for id (unique ones)
#demo1 {
width:80px;
}
and uses . for classes (which may be reproduced on the same page hundreds of times or just more than once)
.demo2 {
position:fixed;
left:20px;
top:200px;
}
Once you...
Mate, Try to use notepad or on a mac it is worth buying (or illegally obtaining if you are morally unacceptable) to hard code. Start with Div's & CSS once you have mastered them the rest is basics :)