Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RodS2
  • Order by date
  1. RodS2

    Not a programmer - need some help

    This is probably a very easy question, so here I go. I am trying to combine the code below with the code labeled "header.PHP" so that my wordpress blog header looks like my website header. For some reason, the logo.gif and line-bg.gif image appears, but the line-bg appears above the logo when...
  2. RodS2

    Validator @ W3 not liking my background and border attributes

    That's perfect for the code change. How would the .CSS entry look?
  3. RodS2

    Validator @ W3 not liking my background and border attributes

    I've done some research and I can't figure out what I am doing wrong. I run my site through the validator at W3 and everything comes back great except this: Attribute "BACKGROUND" is not a valid attribute. Did you mean "background"? <td height="71" background="images/line-bg.gif"> My site...
  4. RodS2

    'Click Here to Close' text link

    <p align="right" class="btext">CLICK HERE TO CLOSE</p></a><br> I have the code above that I would like, when a visitor clicks it the current window they have opened closes. I do not want to use javascript so I was hoping there was another option available to get this function working? Thanks...
  5. RodS2

    What causes page to shift on some browsers but not others?

    Well what it was is one page had the subscribe form on it (text field and a send button) and the other page did NOT. So the page that had the subscribe (e.g. INPUT) field would shift by 3px for whatever reason. I dont know why it worked but it did and I'm haapppy! :)
  6. RodS2

    What causes page to shift on some browsers but not others?

    I figured it out. In the CSS file the developer had included the line: input { padding: 3px; } I removed that and everything is looking perfect. ugh!!!
  7. RodS2

    What causes page to shift on some browsers but not others?

    Sorry, I meant the page contents moves a little over to the left. This only happens in Mozilla Firefox 3.5.3 For example, my logo might start here {LOGO} and then in mozilla it is here {LOGO} Is this something I should worry about, or is it unfixable? Do all websites have some issues...
  8. RodS2

    What causes page to shift on some browsers but not others?

    This is just a general question. I had a website designed that contained 6 different pages. 4 of the 6 pages had a "subscribe" text field and button to sign up for a mailing list and the other 2 pages did not. The 4 pages that had this subscribe text field would shift to the left, the other 2...
  9. RodS2

    Using applications on external harddrive

    Hi, I just purchased a 500GB hard drive and I wanted to see if this is even possible. I have tons of applications that I want to be able to boot up from my external hard drive after I copy them from my laptop. Is this remotely possible? If I just do a 1 to 1 copy of my C:/ to my 500gb hard...
  10. RodS2

    New to CSS...Defining set page width.

    I'm new to CSS and using an online tutorial to learn how to turn my photoshop design into working html. One thing it hasn't shown me how to do is define a specific page width. My photoshop page width is 900px and I have it so everything is centered in the middle of the page. Where do I define...
  11. RodS2

    Issue with DFGallery 2.0

    sorry, the complete web address is: http://www.shoperella.com/test2
  12. RodS2

    Issue with DFGallery 2.0

    I am trying to put a gallery together for a trip that we are taking next week. I am no PHP expert but love the DfGallery 2.0 I am experiencing an issue that a lot of others are experiencing. If you go to: shoperella.com/test2 you will see at the bottom: Invalid cURL response. We expected...
  13. RodS2

    How to get footer to appear at bottom of page on all pages.

    Thanks again for your help. I sent them the above links and it appears to be working a bit better. They're going to keep the javascript which I'm OK with since a lot of sites are using it. http://www.sakshidemo.com/design/business-emissary/29july/index.html...
  14. RodS2

    How to get footer to appear at bottom of page on all pages.

    I have a web firm developing a website and for some reason they cannot get it so that the footer automatically is positioned at the bottom of the users screen. So if there is less white space, the webpage should not scroll, and the footer should appear flush to the bottom of the screen. One...
  15. RodS2

    Extremely Complex If Statement

    Great! thank you both, it worked!!
  16. RodS2

    Extremely Complex If Statement

    I am having a hard time creating an if statement that lets me total up the items within a column. Here is my data: SPREADSHEET TAB #1 Task Estimate (in minutes Due Today? Project XYZ 15 Yes 2 ABC 30 No...
  17. RodS2

    Complex IF Statement in Excel

    I am trying to create a formula that will track total hours by person. The problem is that there could be multiple people in the same row. Here's an example Description Who Time (days) Paint car Door Sarah 4 Install Car Door Jack...
  18. RodS2

    Code in JS that will take Width &amp; Height and scale to proportion

    Trollacious, this does not seem to be working. is there any other way?
  19. RodS2

    Code in JS that will take Width &amp; Height and scale to proportion

    I am creating a website in which we will be importing tons of image files and we want to create functionality to scale down the images so they fit within a certain area, but remain in proportion. The display area is 200 x 200, and we have included light-gray boxes so there is a clear divider...
  20. RodS2

    Transitioning rotating images

    Hi All, finally have rotating images working, I found a very simple example and it worked. Anyway, is there anyway to add a transitioning affect to it somehow? I like how it works, but it just all seems too abrupt www.businessemissary.com/template.html <html> <head> <title>Untitled...

Part and Inventory Search

Back
Top