TrippleL
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom_field (image of a post)nobody please help men..
Forum: Fixing WordPress
In reply to: How do I change it to this?Wow you’ve got some long code!
but it doesn’t mind, I prefer at the top!
Like above:
form { margin: 0; padding: 0; }
It’s gonna look like this:.clear { clear:both; } form { margin: 0; padding: 0; }Forum: Fixing WordPress
In reply to: custom_field (image of a post)somebody?
Forum: Fixing WordPress
In reply to: How do I change it to this?Your ul and/or li must have a list-style: none; in the css
and and you must make a class for your name+image and a class for you date.
Then give the name class a float: left; and the date class a float: right;
then past this code in css..clear { clear: both; }and after the end of the div class (</div> after this) you must past this:
<div class="clear"></div>
Hope this works for you?Forum: Fixing WordPress
In reply to: How can the site be so different in IE and Opera/Firefo`?I think because you’ve made it for IE and then looked at firefox.
Always look at firefox first and try to fix it there cause firefox always showing it correctly, So if in firefox is something on the good place it is also in Safari of Opera… most of the times.
What you can do is place a code in in like if it is IE then use a particuler css.<!–[if IE ]>
Here you css code to the ie css file
<![endif]–>