Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
They've obviously been using a rich text editor or visual IDE... and a poor one at that.
-
looks like he used a WYSIWYG editor and exprimented with font size, and the editor sas so rubbish so it insert a new <font> tag for each change, instead of changing the one already there.
-
beofett3688y@samk there's poor, and then there's whatever created this monstrosity.
I'm guessing the editor predates HTML4. -
@beofett I don't know. I've used fairly modern editors that throw a complete fit if you try to change simple properties any more than a couple of times. And if you don't have the experience to flick to source mode (provided it's available) and fix it manually you're going to end up with tag madness like this.
-
beofett3688y@samk the tag was deprecated in html4, and I had to dig to find that a unitless size value was even valid.
I'm just glad those days are (mostly) behind us.
And yes, before anyone asks, this website did have some instances of nested tables for formatting (although surprisingly few).
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
This is why you don't hire your son's friend to build your company's website. From a live (new) customer site that needs to be rewritten:
<h2><span class="wsite-text wsite-headline">
<font size="6"><font size="5"><font size="4"><font size="3"><font size="4"><font size="5"><font size="6"><font size="7"><font size="7"><font size="7"><font size="7"><font size="7"></font></font></font></font></font></font></font></font></font></font></font></font><strong><font color="#e4e3f1" size="7">***REDACTED TITLE***</font></strong>
</span></h2>
undefined
html
fml
just-no