View previous topic :: View next topic |
Author |
Message |
circuitjump
Joined: 10 Jun 2004 Posts: 3
|
Posted: Thu Jun 10, 2004 11:31 pm Post subject: Coltura Creativa - Creative Writing |
|
|
Hi everyone,
Just want to post my site on here. I want to know what everyone thinks of the site.
I quote from the site.
"Coltura Creativa is aimed at presenting articles and reviews on a variety of topics written by authors with diverse opinions. The purpose of this site is to create an online culture able to write and publish what it wants, unbiased, unadulterated, and unfiltered. Opinions can and will be made."
It has been up for 10 days and is doing quite well. Please let me know if you have any ideas, interest in submitting your work, or just what you think.
http://www.colturacreativa.com
Win IE 5.0 users will not be able to view the site correctly. It is not parsing the CSS right.
Thanks _________________ G Calderon
Coltura Creativa
Create, Critique, Conquer
http://www.colturacreativa.com/ |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 613 Location: Oslo, Norway
|
|
Back to top |
|
 |
circuitjump
Joined: 10 Jun 2004 Posts: 3
|
Posted: Fri Jun 11, 2004 4:33 pm Post subject: |
|
|
Yeah, I would really love to but having no IE 5 I pretty much limited to trying to fix the problem. I really think it's the float tags and I can't get to the bottom of why the header tags weird out in IE 5 win.
It's really annoying and I'm sorry. I'm really trying to get ahold of a IE 5 win to mess with it. _________________ G Calderon
Coltura Creativa
Create, Critique, Conquer
http://www.colturacreativa.com/ |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 613 Location: Oslo, Norway
|
Posted: Mon Jun 14, 2004 2:27 pm Post subject: |
|
|
W3C's CSS validator says there's nothing wrong with your file.
I thought of this, however:
You use
Code: | #header, H3, H4, storyTitle {
margin: 0px 0px 0.5in; width: auto;
font-weight: bold; border: none; |
to define headers.
I simply use
Code: | h1 {
font-family: Tahoma, sans-serif;
font-size: 24px;
font-weight: bold;
font-style: normal;
text-align: left;
margin-left: 1px;
margin-top: 2px;
margin-bottom: 0px;
color: #000000;
} |
which works nicely in IE 5.
Maybe that's an idea?
Yes, it will take _slightly_ more space, but still.
I also noticed that you have an internal stylesheet on your page in addition to print.css. Why is this? Maybe that's causing an error of some kind? I dunno. _________________ Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
circuitjump
Joined: 10 Jun 2004 Posts: 3
|
Posted: Fri Jun 18, 2004 5:31 pm Post subject: |
|
|
Hi Sigg3,
I went ahead and took out the print.css link. Let me know if that works for you. If it's still the same, I'll get the CSS on the H1 that you posted and see how it goes this weekend.
Thank you very much for the help. I really really appreciate this. _________________ G Calderon
Coltura Creativa
Create, Critique, Conquer
http://www.colturacreativa.com/ |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 613 Location: Oslo, Norway
|
|
Back to top |
|
 |
|