0
Welcome Guest! Login
0 items Join Now

{SOLVED} HTML Padding Not Responding

  • {SOLVED} HTML Padding Not Responding

    Posted 12 years 5 months ago
    • This may be a dumb observation, but I've always found in each Joomla! version and any template I've used, that when I write an article in DreamWeaver and insert a JPG with any amount of padding, it doesn't take. It puts the text right next to the picture. The only solution I've found is to create a PNG and fake the padding within the actual picture.

      SOOOOO my question is, what am I doing wrong? LOL! Did I miss this simple issue in my Joomla! upbringing? Not a hot issue, just an inquiry.

      Happy Thanksgiving to all that celebrate, otherwise, have a great week/weekend to my fellow RocketThemers!
    • Last Edit: 12 years 5 months ago by Jacob Stanfield.
    • Thanks.
      Senior Multimedia Designer
      This email address is being protected from spambots. You need JavaScript enabled to view it.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: {SOLVED} HTML Padding Not Responding

    Posted 12 years 5 months ago
    • Each template adds it's own styling of IMG tags and this is very different from template to template, even from the place in the template in which IMG tag is used. Also, you have to be careful if you are using inline styling or external css file for style definitions
    • Check my services at: Mihha-Vision
  • Re: {SOLVED} HTML Padding Not Responding

    Posted 12 years 5 months ago
    • Hey Igor! Thanks for the info. I'm just using <hspace> created directly from HTML from DreamWeaver CS5.5. This would seem equivalent to <b> or <emphasis> wouldn't it? Here's the exact code for my image. But like I said, it won't give that horizontal space I'm requesting. Maybe "padding" is the wrong word to be using. "hspace" is what I'm looking for.

      <a href="index.php/giving" target="_new"><img src="images/sidebarimages/annualfund.png" alt="Annual Fund" width="230" height="158" hspace="10" border="0" align="left" />

      From my experience, using h or v space html commands, will give "padding" if you will to your image. Thoughts? Thank you by the way! =)
    • Thanks.
      Senior Multimedia Designer
      This email address is being protected from spambots. You need JavaScript enabled to view it.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: {SOLVED} HTML Padding Not Responding

    Posted 12 years 5 months ago
    • I would use something like this 8)
      <a href="index.php/giving" target="_new"><img src="images/sidebarimages/annualfund.png" alt="Annual Fund" width="230" height="158" border="0" align="left" style="padding-left:10px; padding-right:10px;"/>
    • Check my services at: Mihha-Vision
  • Re: {SOLVED} HTML Padding Not Responding

    Posted 12 years 5 months ago
    • Sweet! That will be very helpful and make things much more efficient! Thank you Igor!!! Have a great week! I'll mark the post as solved.
    • Thanks.
      Senior Multimedia Designer
      This email address is being protected from spambots. You need JavaScript enabled to view it.

Time to create page: 0.065 seconds