I have no idea what your trying to say or who this was directed to, so please improve your grammar.
I knew something like this would happen, that's what I hate about this forum.
Printable View
My Tip
When coding use "Clear:" to your advantage, it can help alot.
validation ensures that your site is to W3C specifications and since browsers are meant to render via the W3C specifications this will reduce the numbers of mal-formalities or errors on your webpage accross browsers. As for you HabbDance I accept that for no. 3 but for no. 2 you so stole that off me :P
My Tip
When using padding rememebr to deduct the pixels off the width or height ;)
Example
if you wanted to pad some text in from the left side by 2px. You would add padding-left:2px;HTML Code:.class {
width:12px;
height:12px;
}
But now the actual width is too much. You must deduct 2 off the width to make it right.HTML Code:.class {
padding-left:2px;
width:12px;
height:12px;
}
HTML Code:.class {
padding-left:2px;
width:10px;
height:12px;
}
I use this in my code so the boxes dont go outside the main div
If that counts as a tip?Code:clear: both;
overflow: hidden;
Lool
My Tip
When using photoshop mess around with the transparency to get the result you want.
http://www.habboxforum.com/showthread.php?t=506638
Look at the post made by hypertext in there, then the one I said after it. Ok?
Another good tip :]
Another (Yes Iszak I actually got this from you ;))
Coding Tip:
don't use position absolute unless you really need to, and even then set the parent to position relative
Designing Tip:
If you don't have photoshop, you can use: http://iaza.com to add special effects to images.
shut up and dont try to insult me. im on a forum so ill speak how i want
it was aimed at you. what i meant was for him to be telling u not to use w3schools, u must be learning therefore, u dont know if it has errors on it or not..
Edited by Meti (Forum Moderator): Please don't be rude.