CompletePT
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: footer is not going to the bootom of screenAfter a break, i was just about to msg you to tell you you were still wrong, BUT when i copied the code i saw the issue straight away.. do you see it?
<div id="sidebar"> <table height="200px" align="center"> <tr> <td> <table> <tr> <td width="223" style="font-family:Arial, Helvetica, sans-serif;font-size:16px; padding-left:12px; c </td> </tr> </table> </div> <div id="footer"> <table width="800px" height="50px" align="center" border="1"> <tr style="font-family:Arial, Helvetica, sans-serif; font-size:14px; padding-left:12px; color: #FFF; font-weight: bold"> <td colspan="3"> Testimonials: </td> </tr> <tr style="font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-left:12px; color: #FFF"> <td > t </td> </tr> </table> <p style=" color:#FFF; font-size:12px; font:Arial, Helvetica, sans-serif" align="center"> Personal Training Five Dock | © CompletePT 2009 | ALL RIGHTS RESERVED | Designed by <a href="mailto:[email protected]?subject=Enquiry from CompletePT"><font color="#FFFFFF"> David Mcintosh </font></a></p> <p style="font-size:10px; font:Arial, Helvetica, sans-serif" align="center"><a href="https://www.enterprisesearch.com.au" target="_blank" title="Free Search Engine Traffic"><font color="#FFFFFF"> Enterprise Search - Advertise for free in our business directory and receive more search engine traffic.</font></a></p> </div> </body> </html>
I originally had the sidebar as a nested table to position it correctly, but when i cut the code up, i neglected to remove the 2nd table entry, soooo footer.php was being called inside the parent table inside sidebar.php.
I had to either close the <table> or remove it. It’s now been removed, and the footer is working perfectly.
Thank you ??
Forum: Fixing WordPress
In reply to: footer is not going to the bootom of screenThanks for your suggestion royalprince, the content div effectively acts as a wrapper sidebar is inside, and footer is on the outside.
I tried adding the extra close on sidebar, but this didn’t work.
any other suggestions? or obvious errors in my code… i’ve been looking at it for hours, pushing footer inside container, changing my call order.. i need an extra set of eyes- or a break!! lol ??
Forum: Themes and Templates
In reply to: footer is not going to the bootom of screenhttps://www.completept.com.au/blog us the URL by the way ??
Thanks
Forum: Fixing WordPress
In reply to: footer is not going to the bootom of screenmy understanding of fivs and floating, is that you have to code them in the order in which they appear in both the css and html
i.e
#header{}
#left-sidebar{float:right;}
#body{float:right;}
#right-sidebar{float:right;}
#footer#{}div id=”header”
div id=”left-sidebar”
div id=”body”
div id=”right-sidebar”
div id=”footer”Forum: Fixing WordPress
In reply to: footer is not going to the bootom of screenthats was bade form…. derrr.. lol
https://www.completept.com.au/blog
i have to be honest it probably is going to be mis-ordered, i’ve only in the last few weeks moved away from using tables through my html- thats how long its been since i’ve had to code a page
Thanks for your help
Forum: Themes and Templates
In reply to: Drop-Down Menus Not Dropping Down!also words in safari and FF
Forum: Themes and Templates
In reply to: footer is not going to the bootom of screenOK mostly fixed, only things left are:
1. is a role specified within the wp db… a role,
2. height error- i will transition this into shortly
and 3. a couple of “closed without opening” but i can clearly trace them to openings- if i’m reading the report correctly the opening are referenced in the information entries belowForum: Themes and Templates
In reply to: How was this navigation was made?you won’t unless you copy the java script source code, because it looks like a custom java script to me.
In fact i just loaded the page source, the navigation is simply a div wrap over the left and right portions of the screen, with the exectution of a custom java script.
I can’t give you the js code, but if you do the same, you too can grab the code from their server.
?? Dave