b3ta.com links
You are not logged in. Login or Signup
Home » links » Link 902708 | Random (Thread)

This is a normal post Just a thought...
I know next to nothing about web design, but...

when I view page source and click twit-stream.css I get:



404 Not Found

Not Found
The requested URL /mobtrumps/twit-stream.css was not found on this server.

Apache/2.2.3 (CentOS) Server at www.monkeon.co.uk Port 80


whereas when I do the same thing on the iamnoahcooper link i get:

.twitStream{
font-family: verdana;
font-size: 11px;
}
.twitStream a{
font-family: verdana;
font-size: 11px;
}
.tweet{
display: block;
padding: .4em;
margin: .4em 0;
}
.tweet-left{
float: left;
margin-right: 1em;
}
.tweet-left img{
border: 2px solid #000000;
}
.tweet p.text{
margin: 0;
padding: 0;
}


?
(, Thu 6 Dec 2012, 12:42, , Reply)
This is a normal post No, that's just layout stuff.
Though it does flag up one bit of bad code.
(, Thu 6 Dec 2012, 12:46, , Reply)