ajamali1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Anchor Tag AlignmentChip,
wouldn’t unordered list put all the links in a list form? like:
* link
* link
* linkI don’t want that to happen, I still want to keep them horizontal next to each other rather than under each other.
Forum: Themes and Templates
In reply to: Anchor Tag AlignmentGot it, thanks but why isn’t the last link aligned horizontally with other links, I mean after applying this css i feel like the last link is one line below the other links
like this:
link – link – link *********************************
********************************************** linkForum: Themes and Templates
In reply to: Anchor Tag AlignmentI did that and nothing happened; here is the css code:
#footer { clear: both; width: 945px; height: 50px; padding-left: 5px; text-align: left; color: #FFFFFF; padding-top: 14px; margin-left: auto; margin-right: auto; font-size: 11px; } #footer a { color: #e0e0e0; } #footer a:visited { color: #FFFFFF; } #footer a:hover { color: #FFFFFF; text-decoration: underline; } #footer #footer-login { text-align: right; }and the actual code in my footer:
<div id="footer"> <?php _e('© 2007-2011 ','Basic'); ?> <a href="http://www.site.com">site.com</a> - <a href="http://www.site.com/about-us/terms-of-use">Terms of Use</a> - <a href="http://www.site.com/about-us/abuse">Abuse</a><a id="footer-login" href="http://sitei.com/login">Login</a></div>Forum: Themes and Templates
In reply to: Anchor Tag Alignmentok but how do i do that in my css sheet, i mean do i say:
#footer id/class or
#footer.id/class or
#footer a.id/class or
#footer a:id/class^ this is where i am confused
Forum: Themes and Templates
In reply to: Add extra div or frameChip thanks for explaining things here but I needed help and I fixed it myself, so no longer need the help.
Forum: Themes and Templates
In reply to: Add extra div or frameI would but I have ended my membership from that site since and will not get any support, that’s why i’m seeking help in community forum.
Forum: Themes and Templates
In reply to: Add extra div or frameChip, I’m using the “Basic” Theme
Forum: Fixing WordPress
In reply to: Fatal Error^ thank you
Forum: Fixing WordPress
In reply to: [Audio Player] [Plugin: Audio Player] The player wont show upSOLVED my own issue, I basically unchecked the option for making “post preview” in my theme settings and inserted “Insert more tag” into my post after the player, so the player shows up but the rest wont till user clicks on “Read more” or something similar.