dougbrewington
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: slideshow not working (html code issues?)Well I figured it out.. Thanks for the help……….
Forum: Fixing WordPress
In reply to: slideshow not working (html code issues?)I actually downloaded the Arras Theme and reinstalled all of the HTML coding.. Still doesn’t not work..
SOMEBODY has to be having the same issue.. Or know how to fix it..
The html coding is correct since I downloaded and re-installed..
What else could be causing this???
Forum: Fixing WordPress
In reply to: slideshow not working (html code issues?)No advice?
Forum: Fixing WordPress
In reply to: Slideshow not working.. HTML Code problem..Still haven’t figured this out.. Tried a few adjustments, but nothing has worked..
Forum: Fixing WordPress
In reply to: Slideshow not working.. HTML Code problem..…
Forum: Fixing WordPress
In reply to: Slideshow not working.. HTML Code problem..Anyone able to help ?
Forum: Fixing WordPress
In reply to: Add iframe into header?Nevermind. Figured it out.. Thanks again.
Forum: Fixing WordPress
In reply to: Add iframe into header?OMG.. Thank you..
<div class="logo"><div style="align:center"> <?php if ( is_home() || is_front_page() ) : ?> <h1 class="blog-name"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <h2 class="blog-description"><?php bloginfo('description'); ?></h2> <?php else: ?> <span class="blog-name"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></span> <span class="blog-description"><?php bloginfo('description'); ?></span> <?php endif ?> <iframe src="https://espn.go.com/bottomline/espnewsbottomlinebasic.html" name="ESPN" scrolling="auto" frameborder="no" align="center" height = "44px" width = "860px"></iframe> </div>
I’ve got it exactly where I want it now.. I just cant figure out how to center the frame with the logo.. Above is where I have the “center html”. I tried putting it right in front of the iframe, moved it up there, tried using <center>.. But it always stays aligned to the left..
Once again thanks for your help!!