![]() Preserved Topic: Weird..very weird (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Montreal, Canada |
![]() I got a stupid problem, the thing is im using an image as a template and i want it to be stretchable (im using a inline style to repeat the image withing a td), but i dont know why it only works if the table border its set up to 1, why is it doing that....hmmm maybe i have a typo that im not seeing... |
Paranoid (IV) Inmate From: Seattle, WA, USA |
![]() Well I only see two things. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() The usage of quotes is perfectly fine. But the usage of "px" outside a style sheet is incorrect. |
Bipolar (III) Inmate From: Montreal, Canada |
![]() It had nothing to do with the quotes, after i put something between the td tags... it works |
Bipolar (III) Inmate From: Montreal, Canada |
![]() I forgot to thank you guys |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() You're welcome. |
Paranoid (IV) Inmate From: Seattle, WA, USA |
![]() I just mean that using that many quotes is hazardous, because then it's easier to miss one, and harder to find the one you missed. I'm not saying that it's a problem that you used those quotes |
Bipolar (III) Inmate From: Montreal, Canada |
![]() True, it could be hazardous to use many quotes, but im a quote freak, but i always open and close them and then start typing between them |
Paranoid (IV) Inmate From: Seattle, WA, USA |
![]() I used to use quotes for everything, but then I stopped. I still use them more than needed, but oh well, as long as you're careful it's not a problem |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() In XHTML, as with all XML languages, quotes are required around *every* attribute value, including both strings and numbers. Just keep that in mind =) |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Damn Slime beat me to it |
Paranoid (IV) Inmate From: Seattle, WA, USA |
![]() I use all uppercase for my HTML, cause it stands out more from other languages, which generally want lowercase stuff. But ya, after using javascript for a while and then learning php I got like 10 errors in every bit of code because of no ; There's always something new to adjust to with a new language, and it's usually hard. |