Search found 4 matches

by xtrapsp
Fri Aug 24, 2012 11:36 pm
Forum: CSS / Styling
Topic: Is there a way to write this the short way..?
Replies: 3
Views: 2701

Re: Is there a way to write this the short way..?

you could have done
t1, t2, t3, t4, t5 {

}
OR

#t1 #t2 #t3 #t4 #t5 {

}
I'm pretty sure CSS carries it over like that
by xtrapsp
Fri Aug 24, 2012 11:35 pm
Forum: CSS / Styling
Topic: Footer looks like header
Replies: 6
Views: 3445

Re: Footer looks like header

http://prntscr.com/ecogz

It's because of the way your positioning it. Try changing the position from absolute to something else
by xtrapsp
Fri Aug 24, 2012 11:32 pm
Forum: CSS / Styling
Topic: Actual webpage design (graphic wise not coding)
Replies: 1
Views: 2045

Re: Actual webpage design (graphic wise not coding)

Would you explain a bit better? Your looking for a site which offers all of the graphics ready for you in like a set?
by xtrapsp
Fri Aug 24, 2012 11:28 pm
Forum: PHP
Topic: User Input + PHP Server Status [Minecraft]
Replies: 1
Views: 851

User Input + PHP Server Status [Minecraft]

Hey guys, Been looking for a half decent php forum, heard about this one. So I'm going to explain what I need help on haha. Format: Wordpress Difficulty: Beginner-Intermediate (I'm just confused as hell) Basically I want it so that the user inputs data into a settings page (Wordpress plugin) and thi...