Trending News
Promoted
how can i position an animated gif in a table?
3 Answers
Relevance
- SídheLv 71 decade agoFavorite Answer
same way you'd position anything else in a table:
Using align and valign in a <td>:
http://w3schools.com/tags/att_td_align.asp
http://w3schools.com/tags/att_td_valign.asp
Using CSS:
- 1 decade ago
What is the point of this, if i may ask?
Using an animated gif in a table would look tacky as hell.
If, by chance, you are referring to HTML tables you really should refrain from using them because tables suck. You should instead use dividers (divs) because you can lay our a website much more effectively that way. Not to mention that tables have been practically outlawed by W3C for several years now.
On another note, if you are using a table made in word, then... yeah... yeah....
I am sorry for being harsh, but that's what i do to vague questions.
Source(s): lololololol Nick Ger
Still have questions? Get your answers by asking now.