Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Posted (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 by boxturt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...