R
richard said:
The design is not so attractive (to say it mildly
Remarks:
- Change the document type to 'Strict'.
- The counter at the bottom shouldn't change when I refresh the page
- The <meta name="keywords" is useless
- <center><h2>The ultimate oldies list!</h2></center> should be
<h2>The ultimate oldies list!</h2>
and in CSS: h2 {text-align: center}
- The <table border=1 cellspacing=0> can be replaced by CSS:
table {border-collapse: collapse}
td {border: 2px solid blue}
- The top row should have th instead of td
- Use a paragraph or margins (in CSS) instead of <br><br><br>
Good luck!
I'm not putting up the information to win a beauty contest.
The use of a <p> has it's place. As <p> formats an area of text where
a simple line break does not. When I want to present formatted text, I
will use a <p>. I will not get into a long winded conversation over
this issue as it has been discussed to death many times.
Furthermore, I intend on including more information and just wanted to
see how this style would work.
richard said:Changed it again.
Changed it again.
probably due to your screen resolution.
I have it set for 1024x768 which seems to be the most popular size.
Why is there so much empty space that it causes a horizontal
scroll bar?
<http://cfaj.freeshell.org/testing/littleworld.jpg>
Still no document type "Strict" and no th's. Why?
Why the iframe? If it's only for the picture, you can replace:
<div class="xfrm"> <iframe src="SummerPlace.jpg"
name="charts">x</iframe></div>
with something like
<img src="SummerPlace.jpg" style="float: left; margin-left: 20px;
margin-top: 100px">
The "<br><br><br>" are now in <div class="ftr">
Remove them and ad a margin or padding to the ftr-div
What is your intention with the nested link: <a href="SummerPlace.jpg"
target="charts"><a href="index.html">HOME</a></a> ??
Do you need the <div class="atab">? Remove it and the horizontal scroll bar
(1024x728) will disappear.
The "Information on this site was .." should be a paragraph.
Mine is 1152px wide.
Why do you set it for any fixed width?
Then you have your text size set to extra large.
With Tahoma 10 pt I get a max width of the container div about 60% of
the screen width. 14pt shows about 90%.
Then, kind sir,
please explain exactly how it is that an iframe works
without a defined width.
The properties of an iframe give it a natural default width, as well
as height. Overflow:auto is not an option.
I have been dilligently experimenting with various combinations of
things to see what works and doesn't. As Thomas Edison once said, "I
have not failed, I have found 10,000 ways that do not work".
Whatever you were "trying" to do, nested A elements are absolutely
invalid! Was once a ploy of hackers to exploit bugs in browsers until
patched in modern browsers.
richard said:Oh really? Well the online validator has no problem with it
And all that came from a guy who thought my new site design was bad!We must be using different validators. You couldn't possibly have used
the W3C validation service and gotten that code to pass.
richard said:Oh really? Well the online validator has no problem with it and
neither does FF2 or IE7.
Do you have a valid way of achieving the same thing? So that what I
want to appear in the iframe home page is the same thing you saw on
entry.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.