Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Width attribute ignored
Message
From
13/08/2015 12:25:04
 
 
To
13/08/2015 08:44:18
General information
Forum:
HTML5
Category:
Elements
Miscellaneous
Thread ID:
01623281
Message ID:
01623317
Views:
35
>Morning All,
>
>Recently GoDaddy moved my site to a new server with the latest software. It it using HTML5 by default. This has broken many features of my web site do to the fact the some of the Tag attributes are no longer supported and require them to be redefined as Style elements.
>
>One of the nastiest thing that got broken is the Width attribute, which seems to have stop being respected. Regardless whether I apply it as a clause 'Width='100px'" or as a Style "Width:100px;" in either the Tag or a Style Sheet, it seems to be ignored. This is especially true for TD tags in Tables. If you or anyone else have any suggestion, I am more then grateful. I have been trying many combination for the last day or so with no success.
>
>FYI: here is the what is assign in the Style Sheet.
>
>	width:			150px;
>	height:			auto;
>	white-space:		normal;
>        word-wrap: 		break-word;
>	empty-cells: 		hide;
>	text-align:			left;
>	text-indent:		0px;
>	vertical-align:		top;
>	border-width:		0px;
>	border-style:		solid;
>	border-collapse: 	separate; 
>	border-spacing: 	0px;
>	padding-top: 		0px;
>        padding-right: 		0px;
>        padding-bottom: 	0px;
>        padding-left: 		0px;
>	margin-top:		0px;
>	margin-bottom:	0px;
>	margin-left:		0px;
>	margin-right:		0px;
>
Have you tried debugging in the browser to find out what styles are being applied ?
Previous
Reply
Map
View

Click here to load this message in the networking platform