![]() |
how do i center three images
I'm creating a module in vBa where three logos are going to placed. I want the three images to be spaced evenly from each other and the sides so that it looks like *space - logo- space - logo - space - logo - space* So far I have the following but I don't know what's missing.
Code:
<table align="center" border="0"><tr><td><div align="center"><img src="/files/bizlogos/arnoldpalmer.jpg" alt="alt" title="alt" /></div></td><td><div align="center"><img src="/files/bizlogos/ritas.jpg" alt="alt" title="alt" /></div></td><td><div align="center"><img src="/files/bizlogos/pologrill.jpg" alt="alt" title="alt" /></div></td></tr></table> |
i would first make a CSS class and like this
Code:
.spacer { HTML Code:
<table align="center"><tr> |
I've never messed with CSS classes before. Where specifically would I enter that?
|
You can lose the table and do it too!
goes in Main CSS in the Additional CSS at the bottom of the page: HTML Code:
.spacer { HTML Code:
<div align="center"> |
Quote:
HTML Code:
</head> if its on vbulletin powered page, you can in your admincp goto styles and templates click Go on your style, and way at the botton is a box named Additional css. where you just enter .spacer { padding-right: 25px; padding-left: 25px; } and save, then its availible on all vb pages. Might want to change the name .space is common might be dublicated with a mod or something other.. :D |
Thanks, I'll give it a try in a little bit.
--------------- Added [DATE]1234722670[/DATE] at [TIME]1234722670[/TIME] --------------- Worked perfectly. Thanks. |
All times are GMT. The time now is 12:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|