danboothcohen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Can I find the FooterThanks!
Forum: Fixing WordPress
In reply to: Help Formatting Bulleted ListMy webpage is http://www.ConstellationsUS.com
Forum: Fixing WordPress
In reply to: Bullet list code looks correct; doesn't appearYay!
One more tweak, please.
http://www.constellationsus.com/
The second line is not flush with the indent. Can you help me fix that as well.
Thanks!
Forum: Fixing WordPress
In reply to: Bullet list code looks correct; doesn't appearHere is the style.css code
#menu ul {
margin:0;
padding-left:20px;
}#menu ul li {
list-style-type: none;
float:left;
margin: 0;
padding: 0;
}#menu ul li a {
padding:10px 10px 10px 10px;
margin: 0;
color:#eeffdd;
display:block;
font-weight:bold;}
#menu ul li a:hover {
background: #fff;
color:#000;
text-decoration:none;
}Where do I insert your suggested code?
Forum: Fixing WordPress
In reply to: Bullet list code looks correct; doesn't appearHere’s the page as published: http://www.constellationsus.com/
Forum: Fixing WordPress
In reply to: My Home Page is BlankYay!!
Thanks!!
Forum: Fixing WordPress
In reply to: I Cannot Find Where to Edit the SidebarI am not logged on as Admin. Is that why I can’t access those files?
Forum: Fixing WordPress
In reply to: Cannot get IFRAME Height Attribute to workI searched “HTML Overflow attribute” on Google and came up with
Overflow: visible and IE6That solved my problem.
Thanks for pointing me in the right direction!!
Forum: Fixing WordPress
In reply to: Cannot get IFRAME Height Attribute to workThanks for your help.
Here is a link to the page:
http://constellationsus.com/?page_id=342Here is the Iframe code
<IFRAME SRC=”http://www.ratepoint.com/survey/438f897d1c204feaaa142cc7d877eee9″ WIDTH=900
HEIGHT=1100>
If you can see this, your browser doesn’t
understand IFRAME. However, we’ll still
link
you to the file.
</IFRAME>If your guess is correct, please tell me how to correct the overflow:hidden attribute.
Thanks again.
Dan