boxturt Posted April 18, 2009 Posted April 18, 2009 I was looking at the source of an email. A newsletter to be precise, and came upon "xidth= and xeight=". I've never seen these before nor could I find anything on the web. I tried changing them to width & height and it did change the layout. I found them in a table layout as follows (truncated): ><td colspan="3" bgcolor="#FFFFFF"> <font face="verdana,arial,helvetica" size="-1" color="#5975C8"> <img src="http:##www.somesite.com/newsbanner.jpg" alt="banner" xidth="600" xeight="60" border="0"><br> Just curious. Ty Quote
OJB Posted April 18, 2009 Posted April 18, 2009 There is no such thing as xeight and xidth as far as I know. You say you changed them to width and height and it did change the layout, how about if you removed them completely? If you remove them and the layout does not change then they are invalid properties and aren't doing anything. The reason changing them to width and height would change the layout is because then you are applying valid width and height properties to an image without any width and height currently set. Quote
TCH-Thomas Posted April 18, 2009 Posted April 18, 2009 I googled Xidth and Xeight, and it looks like they exists, but if it´s another way to write width and height in css or if it is at all for css, I don´t really understand when reading the search results. Quote
boxturt Posted April 18, 2009 Author Posted April 18, 2009 (edited) I hadn't thought of eliminating them. Sure enough, it did NOT affect the table, which makes sense. Incidentally, the actual image height is larger than what's declared in "Xeight". (which I didn't catch last night) Thomas - I didn't understand any of the search results either Edited April 18, 2009 by boxturt Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.