White-Fusion
Fuck
+616|6817|Scotland
Can someone who has a fairly good knowledge of CSS (not the game) pm me there msn or similar so I can ask them a few questions?

Kurazoo
Pheasant Plucker
+440|6950|West Yorkshire, U.K
I don't know anything about CSS Code
Jenspm
penis
+1,716|6998|St. Andrews / Oslo

Kurazoo wrote:

I don't know anything about CSS Code
lol.
https://static.bf2s.com/files/user/26774/flickricon.png https://twitter.com/phoenix/favicon.ico
jord
Member
+2,382|6944|The North, beyond the wall.
Oh right some school shit, well I'm here now, so yes, cs_assault is the best and most underrated map.
Jenspm
penis
+1,716|6998|St. Andrews / Oslo

jord wrote:

Oh right some school shit, well I'm here now, so yes, cs_assault is the best and most underrated map.
fuck off with your assault, dd2 is the best map ever.
https://static.bf2s.com/files/user/26774/flickricon.png https://twitter.com/phoenix/favicon.ico
Kurazoo
Pheasant Plucker
+440|6950|West Yorkshire, U.K
No way! Bloodstrike owns all of them LOL
Microwave
_
+515|6920|Loughborough Uni / Leeds, UK
I know it stands for cascading style sheets, that's kinda it. Doing it next semester at uni so ask me after christmas!
White-Fusion
Fuck
+616|6817|Scotland
No one on BF2S knows CSS? =/
.Sup
be nice
+2,646|6719|The Twilight Zone

White-Fusion wrote:

No one on BF2S knows CSS? =/
give it time
https://www.shrani.si/f/3H/7h/45GTw71U/untitled-1.png
CrazeD
Member
+368|6938|Maine

White-Fusion wrote:

No one on BF2S knows CSS? =/
I do.

Post your questions here, so that everyone can help.
White-Fusion
Fuck
+616|6817|Scotland

CrazeD wrote:

White-Fusion wrote:

No one on BF2S knows CSS? =/
I do.

Post your questions here, so that everyone can help.
Trying to make a very basic blog on deviant with just a picture to start of with. Only people with deviant will know I think

That's deviantART by the way.

Last edited by White-Fusion (2008-12-09 13:52:37)

CrazeD
Member
+368|6938|Maine
CSS is CSS.

Post your questions.
White-Fusion
Fuck
+616|6817|Scotland
Ok, trying to just have a centred image. This is what I have so far from various guides on deviant.

When I preview it it doesn't show the image.

.journalbox {
border-color: #000000;
background-color: #BAC6BA;
background-image: url‘http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’no repeat;
border-style:hidden;
font-family: Test;
text-align: Centre;
}
.journalbox .journaltop h2 {
background-image: url http://i93.photobucket.com/albums/l70/W … ed-1-1.gif no repeat; 
border-color:#000000;
color:#000000;
font-family: Test;
font-size:--px;
text-align: centre;
font-variant: normal;
font-weight: normal;
}
Titch2349
iz me!
+358|6618|uk

White-Fusion wrote:

Ok, trying to just have a centred image. This is what I have so far from various guides on deviant.

When I preview it it doesn't show the image.

.journalbox {
border-color: #000000;
background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’) center center no-repeat;
border-style:hidden;
font-family: Test;
text-align: Centre;
}
.journalbox .journaltop h2 {
background: #000000 url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat;; 
color:#000000;
font-family: Test;
font-size:--px;
text-align: centre;
font-variant: normal;
font-weight: normal;
}
I think
White-Fusion
Fuck
+616|6817|Scotland

Titch2349 wrote:

White-Fusion wrote:

Ok, trying to just have a centred image. This is what I have so far from various guides on deviant.

When I preview it it doesn't show the image.

.journalbox {
border-color: #000000;
background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’) center center no-repeat;
border-style:hidden;
font-family: Test;
text-align: Centre;
}
.journalbox .journaltop h2 {
background: #000000 url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat;; 
color:#000000;
font-family: Test;
font-size:--px;
text-align: centre;
font-variant: normal;
font-weight: normal;
}
I think
Thanks for that, got error message though

"CSS Error:
String mismatch (token: .journalbox { border-color: #000000; background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’) center center no-repeat; border-style:hidden; font-family: Test; text-align: Centre; })"
Titch2349
iz me!
+358|6618|uk

White-Fusion wrote:

.journalbox {
border-color: #000000;
background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’) center center no-repeat;
border-style:hidden;
text-align:center;
}
.journalbox .journaltop h2 {
background: #000000 url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat; 
color:#000000;
text-align: center;
font-variant: normal;
font-weight: normal;
}
try that... I dont think its the background thats wrong...... 99% sure its right.

(Yanks make CSS -> "center"

Last edited by Titch2349 (2008-12-09 14:15:38)

White-Fusion
Fuck
+616|6817|Scotland

Titch2349 wrote:

White-Fusion wrote:

.journalbox {
border-color: #000000;
background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’) center center no-repeat;
border-style:hidden;
text-align:center;
}
.journalbox .journaltop h2 {
background: #000000 url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat; 
color:#000000;
text-align: center;
font-variant: normal;
font-weight: normal;
}
try that... I dont think its the background thats wrong...... 99% sure its right.

(Yanks make CSS -> "center"
Same thing... might be something that deviant requires or something?

CSS Error:
String mismatch (token: .journalbox { border-color: #000000; background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif’) center center no-repeat; border-style:hidden; text-align:center; })
Titch2349
iz me!
+358|6618|uk

Ah, thats retarded...

White-Fusion wrote:

.journalbox {
border-color: #000000;
background: #BAC6BA url('http://s93.photobucket.com/albums/l70/White-Fusion/?action=view&current=Untitled-1-1.gif') center center no-repeat;
border-style:hidden;
text-align:center;
}
.journalbox .journaltop h2 {
background: #000000 url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat; 
color:#000000;
text-align: center;
font-variant: normal;
font-weight: normal;
}
(the last " on the first url was different to the first, somehow)
White-Fusion
Fuck
+616|6817|Scotland
I don't get any errors with that. But it isn't displaying the image =/

https://i93.photobucket.com/albums/l70/White-Fusion/untitled-24.png
Titch2349
iz me!
+358|6618|uk

White-Fusion wrote:

I don't get any errors with that. But it isn't displaying the image =/

http://i93.photobucket.com/albums/l70/W … led-24.png
Change the first background to "background: #BAC6BA url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat;"
White-Fusion
Fuck
+616|6817|Scotland
Ok changed it to this

.journalbox {
border-color: #000000;
background: #BAC6BA url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif') center center no-repeat;
border-style:hidden;
text-align:center;
}

And got the same thing, image not showing =/
jsnipy
...
+3,277|6788|...

add sizes to the style

Code:

.journalbox
{
    background-position: center center;
    background-image: url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif');
    width: 443px;
    height: 228;
}

Last edited by jsnipy (2008-12-09 15:00:45)

White-Fusion
Fuck
+616|6817|Scotland
Same problem with that snipy. Should I link you guys to one of the guides so you know if your missing something?
jsnipy
...
+3,277|6788|...

works for me ... show us how you are using the css class.

css ...

Code:

.journalbox
{
    background-position: center center;
    background-image: url('http://i93.photobucket.com/albums/l70/White-Fusion/Untitled-1-1.gif');
    width: 443px;
    height: 228;
    background-repeat: repeat;
}
test page ...

Code:

<html>
<style type="text/css">
    @import "zzz.css";
</style>
<body>
xxx
<div class="journalbox">

</div>

</body>

</html>

Last edited by jsnipy (2008-12-09 15:03:57)

White-Fusion
Fuck
+616|6817|Scotland
Here is the page.

And when I press preview it's the same as the previous picture I posted.

https://i93.photobucket.com/albums/l70/White-Fusion/untitled-25.png

Board footer

Privacy Policy - © 2025 Jeff Minard