I've just installed an ad in my header.php file. I'm missing a few pixels on each side for it to incorporate nice on my page. Can this be pixed somehow? Is this what's called "floating"?
I've just installed an ad in my header.php file. I'm missing a few pixels on each side for it to incorporate nice on my page. Can this be pixed somehow? Is this what's called "floating"?
without seeing your site, nobody will be able to comment.
link to your site?
css float property: http://www.w3schools.com/cssref/pr_class_float.asp
tried to link using the "link" symbol above, but didn't work (...new to this forum:)
anyway, my page is http://www.billigpensum.com
you would need to highlight have some text in your reply to use the link button.
if you are talking about the big bottom ad, then try to add something like this to style.css:
#list_content_sidebar .widget { width: 770px!important; margin-left: -55px; }
however, basically, it is too big for the space.
You must log in to post.