Jump to content

lessismore

Members
  • Posts

    14
  • Joined

  • Last visited

lessismore's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. Yes, it was only part of the code... I realized it wouldn't work in that section of the code, since I tried everything I knew. I was able to locate the PHP code, which was NOT easy. Then changed the width of the box from 17 to 13px. Jeesh. Way beyond my skill level. But it worked. $bString = ""; $b = $this->getBeds(array("byRef" => true)); foreach($b as $bed){ $bString .= " <div style=\"float:left;\"> <div style=\"float:left; width:35px;\"> <input type=\"text\" style=\"width:13px;\" name=\"bed-".$bed['id']."\" id=\"bed-".$bed['id']."\" value=\"".intval(@$beds[$bed['id']])."\" /> </div> <div style=\"float:left; width:175px; padding-top:10px;\"> ".urldecode($bed['bed_name'])." </div> </div>"; } Thanks for trying to help. Hope your dog gets better soon!
  2. I've emptied it several times... Maybe this will help...Here's what it looks like. I want more space between input field and the different beds.
  3. Yeah... I do use padding and margins all the time. And know how they work. But for some reason, it is not "seeing" it. I'm thinking it has something to do with {beds} being a PHP result, not just normal text. Maybe someone well-versed in PHP will chime in...
  4. Thanks for trying but, nope. Think it has something to do with the PHP, which I'm really not well versed with...
  5. Good thought, but I'm a graphic designer, so 3 px is a very noticeable space for me. ;-)BUT I did try it with 50 px, and it didn't budge...
  6. :-( Sigh. That didn't do it either... <div class="field" style="width:435px; text-indent:3px; margin-top:-3px;">{beds}</div>
  7. Sorry. Forgot to mention, I tried that too. <div class="field" style="width:435px; margin-left:3px; margin-top:-3px;">{beds}</div> Maybe I wrote the code wrong?
  8. Hi:I'm just trying to add a space but the things I tried didn't work...I tried typing a space and tried adding before {beds}. I'm sure this is simple... Thanks in advance! Jami <div class="group"> <div class="label"><label>Beds:</label></div> <div class="field" style="width:435px; margin-top:-3px;">{beds}</div> </div>
  9. My coder set up some styles that I'm trying to change. But my changes aren't having any effect...marginTop is the code I've been changing. But it doesn't seem to add a margin on top of the elements Here are the styles: <style type="text/css">.step{ position:absolute; width:580px;}.step .field input[type=text]{ background-repeat: no-repeat; background-position: left; width: 315px; height: 20px; line-height: 1.1; font-family: "Gill Sans", "Gill Sans Std", Verdana, Arial, sans-serif; letter-spacing: .05em; color: #777; margin-top: 3px; padding: 0px 5px 2px 6px; }.step .field input[type=text]:hover{ background-color: #F0E7CD;}.step .field input[type=text]:focus{ background-color: #F0E7CD;} .step .label{ width:auto;} .group .label label{ margin-left:-43px;} .tick-name{ width:190px; float:left;} .marginTop { margin-top: 10px;} </style> And here is the code I'm trying to affect: <div class="group"> <div class="label"><label for="region">Region:</label></div> <div class="field marginTop">{region}</div> </div> <div class="group"> <div class="label"><label for="town">Town:</label></div> <div class="field marginTop" style="margin-bottom:5px;" id="townDiv"> <div class="data"></div> <div class="loading" style="display:none;"><img src="{urlroot}skins/default/images/loading.gif" /></div> </div> </div> Basically, I'm trying to move {region} and {town} down on the page. But when I increase margin-top amount in the styles, it doesn't do anything... Thanks -- Jami
  10. Hi: Thanks for your response. Yes I noticed that, but I wanted to have html text for SEO purposes. And the image for marketing purposes... (That's why I didn't put the text in the image.) Is this a real no-no? And if it's OK, does my code look alright?Thanks! Jami
  11. I'm trying to create code folks can paste into their websites to link to my site. I'm thinking the simpler the better. Would appreciate any suggestions.Thanks -- Jami <div align="center" style="font-family:arial; font-size: 12px; color:#000;"><a href="http://www.abreathof.com" style="color:#000; font-size: 12px; text-decoration: none;">abreathof.com <img src="http://www.abreathof.com/moonicon.png" alt="abreathof.com" title="abreathof.com logo" border=0 height=19 width=19 style="vertical-align:top"></a> featuring California Cabins, Beach Houses & Cottages</div>
  12. dsonesuk: You're my hero! I tried adding it to #wrapper first, and that did wacky things.But added min-width: 1050px; to body and it did the trick. Thanks!
  13. Hi: My site seems to look pretty good on many browsers, but is not centering on the Ipad or Iphone.Any thoughts on where to look or how to fix this? (I'm in the process of learning css, so please be gentle and basic ;-) Thanks so much!
×
×
  • Create New...