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 Chris Miller 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: Cullen411
  • Order by date
  1. Cullen411

    margin gap

    Vragabond, I made the changes you suggested to the stylesheet. Is there anything else you would change in the stylesheet? thanks.
  2. Cullen411

    margin gap

    Hi cLFlaVA, got so wrapped up in that that I overlooked the obvious. I use alot of include files and overlooked one. thanks guys.
  3. Cullen411

    margin gap

    No it's the vertial gap between the last link "LinksPro Reciprocal" and the 3 button images that appear on the left hand side.
  4. Cullen411

    margin gap

    ok sure, www.codefixer.com - look at the left hand side and just below the "linkspro recip...." link. There a gap that I want to shorten.
  5. Cullen411

    margin gap

    I think it might be something to do with me breaking up the code into separate asp include files. here's the stylesheet code body { margin: 0; padding: 0; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;} table, td { font-family...
  6. Cullen411

    margin gap

    Haven't I already done that? #navlinks ul {list-style-type:none;margin-left:3px;padding:0;margin-top:0;margin-bottom:0;} or am I missing something/ thanks.
  7. Cullen411

    margin gap

    There's a larger gap between the navlinks div and the subsequent div, how can I adjust the gap? CSS #navlinks ul {list-style-type:none;margin-left:3px;padding:0;margin-top:0;margin-bottom:0;} HTML <div id="navlinks"> <ul> <li><a href="/default.asp">test</a></li> <li><a...
  8. Cullen411

    relative positioning

    ok thanks for the help..it makes sense I think. I'll do a bit more digging around the tutorials.
  9. Cullen411

    relative positioning

    In relation to http://bluerobot.com/web/layouts/view_css.asp?layout=layout1 and the CSS code below #Content { margin:0px 50px 50px 200px; padding:10px; } Does this create relative positioning in relation to the menu? and does position:relative not have to be used and why not? thanks.
  10. Cullen411

    lists

    Below is my code, I've done a bit of research on this and can't seem to find an answer. When I run the page the list actually sits out from the viewport, how can I get it right on or beside the left hand side. css ul {list-style-type:none;margin-left:0;padding-left:0} li...
  11. Cullen411

    position:relative

    Foamcow, apologies for my ignorance. have you any code that could clear this up. thanks.
  12. Cullen411

    position:relative

    Sorry Im still slightly confused. I've created an example below with a navigation div absolutely positioned and a content div that uses position:relative. Is this what you are getting at? And If so what are the benefits of using the relative rather than just using position:absolute and...
  13. Cullen411

    position:relative

    Hi Vragabond, thanks for your response. Sometimes some of the tutorials just complicate things. Why was the title of the page called "floating tables" - that complicates it even more. Would you be able to expand on "Sometimes, when working with absolutely positioned elements, position relative...
  14. Cullen411

    position:relative

    I get slightly confused sometimes with position:relative Here's an example http://www.wpdfd.com/editorial/basics/mypage10.html "background-color: #c9ebe3; position: relative; height: 50px; padding:10px" Wouldn't it have been just as easy to not have used position:relative;? Isn't this just a...
  15. Cullen411

    advantages

    Hmm if ASP is obselete what are we all doing in an ASP forum. Complete nonsense.
  16. Cullen411

    server.htmlencode sql injection

    should I use both server.htmlencode and an SQL injection protection function for every text field and textarea that a visitor can enter info into? An example would be a user registration form
  17. Cullen411

    how to break a while loop?

    Isn't there an exit loop or an exit while, do a search on google
  18. Cullen411

    malicious input

    ok thanks guys.
  19. Cullen411

    malicious input

    I created a form that lets visitors input text. Unfortunately it is being abused. So I used myvar=server.htmlencode("Request.form("textarea")) and then inserted it into the database. However I thought this would have stopped malicious input though someone was able to insert html tags including...
  20. Cullen411

    yyyy-mm-dd

    Chrissie that's exactly what happened why I ran the code SQL="INSERT INTO tblDate (dDate) VALUES (#" & Now() & "#)" on both servers. I've now got these two records in my database - bear in mind the day difference between servers 08/12/2005 22:25:28 12/09/2005 06:26:59

Part and Inventory Search

Back
Top