Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Width attribute ignored
Message
De
13/08/2015 12:25:04
 
 
À
13/08/2015 08:44:18
Information générale
Forum:
HTML5
Catégorie:
Éléments
Divers
Thread ID:
01623281
Message ID:
01623317
Vues:
36
>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 ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform