I have a presentation tomorrow, and while I was trying to project my website using projector
all the elements appeared mixed up. The problem is I used a software called “AXURE” to do the website. The HTML files produced by this software are crap. There’s no one unified CSS file. The style is embedded for each element in the <div> tag and every element is positined by absolute pixels. How can make my website works on larger screens?
I have a presentation tomorrow, and while I was trying to project my website
Share
Short answer: You can’t. Inline style elements take precedence over the other stylesheet declarations. Especially if none of the elements have classes or id’s in them. Possibly look up the documentation on AXURE to see if it provides a method for formatting to larger displays.