little help with css and html code?!?

  • Thread starter Thread starter ralph_venton
  • Start date Start date
R

ralph_venton

Guest
I have set my Tumblr site to import feeds as individual posts automatically. I have added a little icon in the css to show whether a post is from Twitter or Digg etc.

However, the icon pushes the content of the post down and blows the size of the post out - meaning I have different 'sized' posts on my blog as opposed to a uniformed box size.

This is driving me nuts!!

Anyone out there with serious css kung fu that can help? Much appreciated...

The site: http://ralphventon.co.uk
 
For doing this you need not use functions like mailto in HTML. Avoid CSS ad that will make your job more complicated. To do this or to get the feedbacks directly on to your mailbox use a code in http://www.php-learn-it.com/

But you should know how to link a Text area with PHP. Get it at http://adriaanvm.com/archives/howto-create-a-login-form-in-php

Or if you want to send it to another guestbook designed in some websites do this...
Log on to http://www.webformdesigner.net/
Use this code then:
<form name="New_form"
action="http://webformdesigner.net/ufd/f2.php?id=your ID"
method="post"
enctype="application/x-www-form-urlencoded"
onsubmit="return New_form_CF();">



For details contact:
[email protected]

Praveen
 
I think it's because you're somehow inherting some padding in addition to the margins.

Try changing this:
#header{padding:36px 0 18px 0;}

To:
#header{padding:36px 0 5px 0;}
 
Back
Top