Can Moi Buttons in HTM files execute code in the assoicated JS file
All  1-9  10-11

Previous
Next
 From:  Michael Gibson
11713.10 In reply to 11713.8 
Hi Frederick,

re:
> I'm a little unclear of why standard HTML attributes (like width) work on some things but not others.

Width as a direct attribute on an element is basically antique and isn't standard
anymore. It only works on a few element types.

The standard way to set a width is by the CSS width property:

<div style="width: 200px"><div>

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  fcwilt
11713.11 In reply to 11713.10 
Hi Michael,

Well, it has been over 20 years since I did any programming for which I got paid.

The last HTML work I did was before JSON was an acronym and anything I once knew about CSS is long gone other than remembering what is stands for.

I just dumped the last of my manuals from my working days but they were likely too old to be any help.

Time to re-educate myself.

Thanks.

Frederick
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-9  10-11