mattster 195 Practically a Master Poster Featured Poster

Hi All,

I have my own site in which I would like to display my member badge, but the image seems of poor quality and out of date.

Would it be worth refreshing the images to a clean and modern look to encorage members to display their badge?

Matt

mattster 195 Practically a Master Poster Featured Poster

Well I think it all depends on what you are interested in. My computer science MCompSci soon turned into a DPhil (PhD) when I started my project on intelligent systems - but that's because I'm a keen physicist and mathematician.

There is no use us randomly suggesting ideas, because you could build anything. What sort of things are you interested in on the web?

mattster 195 Practically a Master Poster Featured Poster

welcome :)

mattster 195 Practically a Master Poster Featured Poster

A friend of mine did his BA In software engineering at Oxford, then left for Harvard to do the masters in computer science, and finished with a PhD from the MIT, where he is now a Professor ;)

Im about to do my last year of MCompSci at Oxford, maybe to stay and do my PhD in physics or computer science. Its really a case of grades and stuff before you can get picky...

mattster 195 Practically a Master Poster Featured Poster

Hi guys,

Whats are favorite all time song and current song (one thats popular at the minute)?

i.e. My all time favorite is Phil collins - in the air tonight
My current favorite song is Bastille - Pompeii

Sorry for the awful videos aha

mattster 195 Practically a Master Poster Featured Poster
<iframe src="http://www.google.co.uk/" width="500" height="500"></iframe>
mattster 195 Practically a Master Poster Featured Poster

exceltopdf.org is nice and free

mattster 195 Practically a Master Poster Featured Poster

mike_2000_17 also needs an award for essay writing haha

mattster 195 Practically a Master Poster Featured Poster

It was on my birthday that I was told I got into uni, a dream come true!!

I really was hoping to get in, and two weeks before the due date, I got a letter from Oxford saying I had got in!!! YAY!!

aVar++ commented: That's awesome! +0
mattster 195 Practically a Master Poster Featured Poster

Hi,

For a start - why have you re-posted?

Secondly - http://wwww.reflectbrokers.com/ - is a dead link.

We really nead a working view of that to help out.

mattster 195 Practically a Master Poster Featured Poster

I've had a go at fixing it, and Ive found the solution! try this css:

#nav a {
    display: block;
    color: #474747;
    text-transform: none;
    font-size: 13px;
    text-decoration: none;
    background: none;
    padding-top: 15px;
    height: 20px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
}
#nav {
    list-style: none;
    text-decoration: bold;
    margin-top: 30px;
    padding-right: 20px;
    letter-spacing: .5px;
    font-family: Geneva, Sans-Serif;
    font-size: 13px;
    background: none;
    float: right;
}

Hope it works!!

LastMitch commented: Nice Work! +9