Freeway is such a great web design package

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
SpiderMonkey
Forum Commoner
Posts: 85
Joined: Fri May 05, 2006 4:48 am

Freeway is such a great web design package

Post by SpiderMonkey »

Just come across some code from an old site I made in Softpress Freeway:

Code: Select all

<td width=173><img src="Resources/_clear.gif" border=0 width=173 height=1 alt=""></td>

		<td width=4><img src="Resources/_clear.gif" border=0 width=4 height=1 alt=""></td>
		<td width=2><img src="Resources/_clear.gif" border=0 width=2 height=1 alt=""></td>
		<td width=54><img src="Resources/_clear.gif" border=0 width=54 height=1 alt=""></td>
		<td width=33><img src="Resources/_clear.gif" border=0 width=33 height=1 alt=""></td>
		<td width=33><img src="Resources/_clear.gif" border=0 width=33 height=1 alt=""></td>
		<td width=72><img src="Resources/_clear.gif" border=0 width=72 height=1 alt=""></td>
		<td width=12><img src="Resources/_clear.gif" border=0 width=12 height=1 alt=""></td>
		<td width=18><img src="Resources/_clear.gif" border=0 width=18 height=1 alt=""></td>
		<td width=1><img src="Resources/_clear.gif" border=0 width=1 height=1 alt=""></td>

		<td width=3><img src="Resources/_clear.gif" border=0 width=3 height=1 alt=""></td>
		<td width=4><img src="Resources/_clear.gif" border=0 width=4 height=1 alt=""></td>
		<td width=38><img src="Resources/_clear.gif" border=0 width=38 height=1 alt=""></td>
		<td width=88><img src="Resources/_clear.gif" border=0 width=88 height=1 alt=""></td>
		<td width=2><img src="Resources/_clear.gif" border=0 width=2 height=1 alt=""></td>
		<td width=148><img src="Resources/_clear.gif" border=0 width=148 height=1 alt=""></td>
		<td width=16><img src="Resources/_clear.gif" border=0 width=16 height=1 alt=""></td>
		<td width=21><img src="Resources/_clear.gif" border=0 width=21 height=1 alt=""></td>
		<td width=22><img src="Resources/_clear.gif" border=0 width=22 height=1 alt=""></td>

		<td width=50><img src="Resources/_clear.gif" border=0 width=50 height=1 alt=""></td>
		<td width=1><img src="Resources/_clear.gif" border=0 width=1 height=1 alt=""></td>
		<td width=2 height=1><img src="Resources/_clear.gif" border=0 width=2 height=1 alt=""></td>
Can't imagine why I stopped using it.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Yuck.. Was that even worth posting?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

at least they all have alt attributes. :lol:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

It looks like the kind of thing Image Ready churns out. Can't really complain at Image Ready though... just don't use the markup it gives you, or at least only use it as aguide.
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Post by Todd_Z »

Guys.... that's great code....Idk what you are all complaining about












joke!
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Mmm.. Can we get some inaccessibility biscuits to go with that tag soup?

Mmmm.. Tag Soup..
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

There aren't even quotes around the attributes. (ie height=2). Is that what they are called, attributes?

I'm not a ditz I swear.
SpiderMonkey
Forum Commoner
Posts: 85
Joined: Fri May 05, 2006 4:48 am

Post by SpiderMonkey »

feyd wrote:at least they all have alt attributes. :lol:
Which is great unless a program to read web pages tries to announce all of them :)
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

SpiderMonkey wrote:
feyd wrote:at least they all have alt attributes. :lol:
Which is great unless a program to read web pages tries to announce all of them :)
Null attributes aren't announced
Post Reply