![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, http://agentplus.com.au/reexample/rexonline.html |
#3
| |||
| |||
|
|
That is not a web page, it is a bunch of pictures of text. |
#4
| |||
| |||
|
|
That is not a web page, it is a bunch of pictures of text. Um... ok. Thanks for that input. |
#5
| |||
| |||
|
|
DamienS wrote: That is not a web page, it is a bunch of pictures of text. Um... ok. Thanks for that input. My point is that being pictures the page does not do anything. There is a picture of a login panel there. How do I put in my userid and password onto a picture of some input elements? How do I click a picture of a submit button to log in? When I click on that picture of a "click here" button nothing happens. That's because it is not a button, it is a picture of a button. View the site with Lynx, a text only browser that gives a good indicationof what the search engines see, or turn off images in your browser. What the search engines see is a totally blank page. |
#6
| |||
| |||
|
|
rf wrote: DamienS wrote: Hello all, http://agentplus.com.au/reexample/rexonline.html That is not a web page, it is a bunch of pictures of text. But... it validates! Both HTML and CSS... ;-) |
#7
| |||
| |||
|
|
I constantly find myself spending a 'rediculous' amount of time trying to get elements to line up correctly in IE (6 and 7). |
|
That is not a web page, it is a bunch of pictures of text. |
#8
| |||
| |||
|
|
Well spotted! It's not finished..... |
| On Mar 18, 1:50 pm, "rf" <r...@z.invalid> wrote: DamienS wrote: That is not a web page, it is a bunch of pictures of text. Um... ok. Thanks for that input. My point is that being pictures the page does not do anything. There is a picture of a login panel there. How do I put in my userid and password onto a picture of some input elements? How do I click a picture of a submit button to log in? When I click on that picture of a "click here" button nothing happens. That's because it is not a button, it is a picture of a button. View the site with Lynx, a text only browser that gives a good indication of what the search engines see, or turn off images in your browser. What the search engines see is a totally blank page. |
#9
| |||
| |||
|
|
turn off all images (e.g. via Web Developer toolbar) and admire the clean, uncrowded look. This page has an elegance not often equalled elsewhere on the Web. |
#10
| |||||||
| |||||||
|
|
* XHTML Why? Exported that was from Adobe Illustrator. To tell you the truth, I've |
|
* Transitional Why? Once again, a decision made by Illustrator. I tend to prefer Strict. |
|
* It's a slice-and-dice job from a bitmap editing program. Vector editing actually if you want to split hairs. |
|
* Why use absolute positioning? Ever! Now, are you referring to absolute positioning vs relative (as in |
|
It's a bad way to work (makes you waste time counting trivial pixels, doesn't give good designs) and at best it's a way to design fixed-width paper-print page layouts. |
|
Start again with the HTML coding. Use HTML 4.01 Strict. Build a logical structure of <div> (nested, with whitespace, whatever - it doesn't matter). Then worry about some CSS to make it look good. |
|
On 18 Mar, 01:23, DamienS <damiensaw... (AT) yahoo (DOT) com.au> wrote: I constantly find myself spending a 'rediculous' amount of time trying to get elements to line up correctly in IE (6 and 7). I think we start with: That is not a web page, it is a bunch of pictures of text. Then we start on: * XHTML * Why? * Transitional *Why? * Why use absolute positioning? *Ever! * It's a slice-and-dice job from a bitmap editing program. This is NO way to do web design. It's a bad way to work (makes you waste time counting trivial pixels, doesn't give good designs) and at best it's a way to design fixed-width paper-print page layouts. This is almost the antithesis of "web" design. On the web, I come along with _my_ choice of browser, screen size, window size etc. and my tools choose how best to render your content document, following the suggestions given by your CSS. If your CSS says "Show _exactly_ this image or fail", then the likely answer is that it will fail. Your site will look bad, it will probably be unworkable for me, and I will go to your accessible competitor's site instead. The designer's usual response at this point is to blame the customer, or the c.i.w.a.s poster for pointing this out. You're welcome to this opinion, and I envy you the luxury of your customer-independent business model. * This is car rentals, not art or advertising for Chanel. It doesn't _need_ pixel-perfect accuracy, it needs to be accessible to me from my choice of browser (which might well be on my phone). Make the _content_ *_work_ for me, and screw the art aspirations - they won't sell rentals. Start again with the HTML coding. Use HTML 4.01 Strict. Build a logical structure of <div> (nested, with whitespace, whatever - it doesn't matter). Then worry about some CSS to make it look good. In the meantime, read some background on fluid design and accessibility. |
![]() |
| Thread Tools | |
| Display Modes | |
| |