martymcfly
Forum Replies Created
-
Forum: Themes and Templates
In reply to: assign class or id to post imagesfound what i was looking for!
http://wordpress.org/support/topic/209656?replies=11updated page
http://dl.getdropbox.com/u/74686/Picture%201.pngthanks!
Forum: Themes and Templates
In reply to: assign class or id to post imagesthanks alot stvwlf, your explanations are really helping and im learning alot.
ive added #content .entry img {} to the css and tried positioning the image. however, because img is a child of .entry, it wont allow me to position img outside the boundaries of .entry.
i want to separate the img from .entry so i can position the image next to .entry, rather than beneath it. i somehow got it close to where i wanted but the post title was still above the image.
heres a screenshot of what im trying to acheive. the dark image is where it is, the greyed out one is where im trying to put it.
http://dl.getdropbox.com/u/74686/Picture%202.png
and heres my index.php and style.css respectively.
http://pastebin.ca/1433048
http://pastebin.ca/1433047im actually quite interested in trying that jquery code that you mentioned.
thanks again, this is actually for a school assignment and im finding your responses really valuable.
Forum: Themes and Templates
In reply to: assign class or id to post imagesreally appreciate your help stvwlf.
ive now changed div id=”post” to div class=”post”.i actually wanted to assign the images its own div class so i can float it next to the post div rather than sitting inside the post div.
is this possible with a template tag calling for any images that i can wrap <div class=” “> around?