Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Web Design and Website Development > Help and Tutorials for new Webmasters
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Help and Tutorials for new Webmasters Help and tutorials for people new to the Internet and webmastering in particular, there is no such thing as stupid question, please fell free to question about any aspects of webmastering you need help with.
Sub Forums::Content Management System ::Webmaster Toolbox

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-17-2008, 12:30 PM
Member
45 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Apr 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default Sidebar troubles

in my blog i have a few ads down the side, but they only show small tumbnails

whats the problem?

check it out

Coxy’s Blog

Code:
<div id="left_sidebar"><?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>    
<ul><?php get_calendar(); ?><li><h2><?php _e('Find'); ?></h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
<li><h2><?php _e('Archive'); ?></h2><ul><?php wp_get_archives('type=monthly'); ?></ul></li>
<li><h2><?php _e('Twitter'); ?></h2><div class="ff">
<?php twitter_messages("coxyb"); ?>
<li><h2><?php _e('Shit'); ?></h2><div class="ff">

<p>&nbsp;</p>
<a href="http://www.tkqlhce.com/click-2966053-10509108" target="_top">
<img src="http://www.lduhtrp.net/image-2966053-10509108" width="120" height="90" alt="Full Color Booklets from PsPrint" border="0"/></a>
<p>&nbsp;</p>
<a href="http://www.dpbolvw.net/click-2966053-10283019" target="_top">
<img src="http://www.lduhtrp.net/image-2966053-10283019" width="125" height="125" alt="Free Business Cards Plus 14-Day Free Shipping $50+" border="0"/></a>
<p>&nbsp;</p>
<a href="http://www.kqzyfj.com/click-2966053-10301293" target="_top">
<img src="http://www.ftjcfx.com/image-2966053-10301293" width="125" height="125" alt="Buy 1 domain, get 1 free!" border="0"/></a>

</div>
</li></ul>        
<?php endif; ?></div>
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 05-17-2008, 12:37 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1157 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 15
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 25 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Hello, check the linked images, they are 1px*1px gif, so that is why nothing appears.
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 05-17-2008, 12:46 PM
Member
45 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Apr 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

http://www.yceml.net/0820/10509108-3.jpg

nope, there fine?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 05-17-2008, 03:15 PM
DanielEZPZ's Avatar
Member
104 posts this year. Executive spud!
We have not managed to scare them away..
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

In your CSS you have..
Code:
.ff a img 
{
border-top-width: 0.08em;
border-right-width-value: 0.08em;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0.08em;
border-left-width-value: 0.08em;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #cccccc;
border-right-color-value: #cccccc;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #cccccc;
border-left-color-value: #cccccc;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
padding-top: 0.077em;
padding-right: 0.077em;
padding-bottom: 0.077em;
padding-left: 0.077em;
opacity: 0.3;
width: 3.5em;
height: 3.5em;
margin-top: 0pt;
margin-right: 0.077em;
margin-bottom: 0.077em;
margin-left: 0pt;

3.5em is about 37px and is squeezing your images.
__________________
EZPZ Hosting.co.uk - Affordable and Reliable UK Web Hosting
Free Domain for Life - Hourly Backups - Fast UK Servers
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 05-17-2008, 03:15 PM
Member
45 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Apr 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

where did you find that and where should i edit?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 05-17-2008, 03:33 PM
DanielEZPZ's Avatar
Member
104 posts this year. Executive spud!
We have not managed to scare them away..
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

You need to edit /blog/wp-content/themes/dust-317/style.css
Look for .ff img in that file and adjust the width.
__________________
EZPZ Hosting.co.uk - Affordable and Reliable UK Web Hosting
Free Domain for Life - Hourly Backups - Fast UK Servers
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 05-17-2008, 03:39 PM
DanielEZPZ's Avatar
Member
104 posts this year. Executive spud!
We have not managed to scare them away..
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Find..

Code:
.ff a img{border:.08em solid #ccc;padding:.077em;opacity:.3;width:3.5em;height:3.5em;margin:0 .077em .077em 0;}.ff a:hover img{border:.08em solid #333;opacity:1;width:3.5em;height:3.5em;}
Replace it with..

Code:
.ff a img{border:.08em solid #ccc;padding:.077em;opacity:.3;width:125px;height:125px;margin:0 .077em .077em 0;}.ff a:hover img{border:.08em solid #333;opacity:1;width:125px;height:125px;}
__________________
EZPZ Hosting.co.uk - Affordable and Reliable UK Web Hosting
Free Domain for Life - Hourly Backups - Fast UK Servers
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 05-21-2008, 09:13 PM
Member
45 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Apr 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

ok, still a little broke
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 05-21-2008, 10:34 PM
DanielEZPZ's Avatar
Member
104 posts this year. Executive spud!
We have not managed to scare them away..
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Either resize your images, or make your sidebar wider in the CSS.
__________________
EZPZ Hosting.co.uk - Affordable and Reliable UK Web Hosting
Free Domain for Life - Hourly Backups - Fast UK Servers
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
ad exchange affiliates audio ads bid bidding directory bid directory list bid for position business clothes dedicated servers delisted designer directory links wanted discount executive suites finance google handbags internet and marketing internet marketing iphone jewelry link exchange nokia n95 paid blogging phones electronics replica samsung sem seo seo company sunglasses teac cd recorder uk property writer wallets web web design web development website development website promotion wholesale yahoo backlink

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:30 AM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0