shane18 Posted December 22, 2009 Share Posted December 22, 2009 wow... if i want a cell to wrap around an image without 0 empty white space.... i have to use <td style="font-size: 0px;"><img src="test.jpg"></td> why do I need to set font-size or line-height to 0px? why does it create that extra space on top and on the bottom of the image... ----Also, is there a better way to get around this? this way seems noobish Link to comment https://forums.phpfreaks.com/topic/185956-wtf/ Share on other sites More sharing options...
haku Posted December 22, 2009 Share Posted December 22, 2009 Using tables for positioning is newbish. Or dinosaurish in some cases. Link to comment https://forums.phpfreaks.com/topic/185956-wtf/#findComment-981975 Share on other sites More sharing options...
shane18 Posted December 22, 2009 Author Share Posted December 22, 2009 can u give me a example on how to remake http://www.finesttown.com/ 's template w/o tables? cuz im noob at css still..... or at least explain how u do it Link to comment https://forums.phpfreaks.com/topic/185956-wtf/#findComment-982013 Share on other sites More sharing options...
haku Posted December 22, 2009 Share Posted December 22, 2009 Not in one thread I can't. I suggest spending a few days doing some css tutorials to get a handle on how the basics work (a few days is more than enough). Then you can start asking some specific questions, rather than broad ones. Apparently the tutorials on HTML dog are really good (google it). Link to comment https://forums.phpfreaks.com/topic/185956-wtf/#findComment-982038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.