CSS and iFrame

Da_iMac_Daddy

Not-so-Neo-DumbA$$
I am trying to get a user comments part of my website working but I am having a little trouble with the iframe. In Camino it shows up with two lines (well kinda they are on top of each other). Also I have a style set to h1, h2, h3, h4 and with the h4 tag inside the iFrame it seems to ignore that style. Any help would be greatly appreciated.


www.dekster.com/index2.php
 
Have you tried it on other browsers? I don't have Camino, but it seems to render pretty much as I'd expect in Safari.

One thing I noted, you have <style> tags within the CSS file itself. This is certainly not standard and could be causing some interference. First thing I'd try is to remove those tags and see if it makes Camino any happier.

hth,
bear
 
Your page renders well under Safari.
You shoulg get rid of those <h1> <h3> and so on tags. Use CSS point size instead (12pt, 16pt), they're more reliable.
 
I have styles related to those tags .... hmm I never even thought about it ... anyway thanks for the input I'll try some of that stuff out ;)
 
One problem. I had one word that was really long in my iframe and the end of it was cut off. Is there any way I can get it to wrap the text even if it is a really long word?
 
well this iFrame is going to use dynamic content submitted by the users. So I guess I'll just have to figure it out with the coding. Lifes a b¡tch. :p

That is not an i it's an upside down exclaimation point :p
 
Back
Top