vBulletin Search Engine Optimization
This is a discussion on Aligning images to text in CSS within the Off-Topic & Chit Chat forums, part of the Focus on Members category; I'm creating a home page for my site and have written the text for it. Male Sopranos & Altos I ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Aligning images to text in CSS
I'm creating a home page for my site and have written the text for it. Male Sopranos & Altos I would like to align web 2.0 like icons to the text, for example I wish to align this image to the left of 'The video section contains video...' and have the icon push the text further inside the page, aligning to it How can I do that exactly with CSS? |
|
#2
| |||
| |||
|
Never mind, I think I got it. What do you think about the home page? Can you suggest a better icon pack? Male Sopranos & Altos |
|
#3
| ||||
| ||||
|
looks like you have a case of div-itus you can simply float the image. instead of <div style="float:left;margin-right:0.9em"><img src="/images/styles/sopranos/style/videos.png" alt="Videos" /></div> use <img style="float:left; margin-right:0.9em" src="/images/styles/sopranos/style/videos.png" alt="Videos" /> |
|
#4
| |||
| |||
|
Thanks Brian |
|
#5
| ||||
| ||||
|
honeslty, i'd put it dead center. right between the two middle paragraphs |
|
#6
| |||
| |||
|
Like this? |
|
#7
| ||||
| ||||
|
yup. only thing i'd change is to throw some more padding on it
|
|
#8
| |||
| |||
|
I just tried adding 10 px padding which came out well but it ate a bit of text. Any suggestions? Male Sopranos & Altos |
|
#9
| ||||
| ||||
|
try clearing it. change <p>In pictures to <p style="clear: left;">In pictures |
|
#10
| |||
| |||
|
It didn't seem to change anything |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Images being re-written | GdDog | URL Rewrite Settings | 2 | 09-04-2008 11:54 AM |
| Aligning content | Yours Truly | Off-Topic & Chit Chat | 3 | 03-03-2008 09:29 AM |
| No more images near ads... | Webnower | Google Adsense, YPN, & Other Ad Networks | 22 | 01-02-2007 02:37 PM |
| Rewriting Images? | COlson87 | Custom Rewrite Rules | 4 | 02-11-2006 11:45 PM |