www.webdeveloper.com

Search:

Type: Posts; User: LearningCoder

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    725

    Is the /page/ folder WITHIN your CSS folder or is...

    Is the /page/ folder WITHIN your CSS folder or is it at the same level as your CSS folder?

    Kind regards,

    LC.
  2. Change this: #foot-menu { position:...

    Change this:


    #foot-menu {
    position: relative; width:660px;
    margin: 5px auto;
    padding: 5px 5px 40px;
    font-family: Arial,Verdana;
    font-size: 1.00em;
    list-style: none;
  3. Replies
    2
    Views
    678

    PM me. Regards, LC.

    PM me.

    Regards,

    LC.
  4. Can you post what code you have so far please? ...

    Can you post what code you have so far please?

    Regards,

    LC.
  5. Sounds like you've set your main container (html,...

    Sounds like you've set your main container (html, body, div, etc) with a pixel value.

    Either lower the overall pixel value or change to percentage.

    Hard to say with no code.

    Regards,

    LC/
  6. Replies
    7
    Views
    1,175

    I want it to act like a file host were I can...

    I want it to act like a file host were I can upload different things not just have a site there. My site is GardenableImproved though.

    When I finally pay for paid hosting I will host it like a...
  7. Are you able to input your own code into the...

    Are you able to input your own code into the builder?

    Regards,

    LC.
  8. Replies
    2
    Views
    1,121

    Add this attribute to your tag for a...

    Add this attribute to your <form> tag for a start:


    enctype="multipart/form-data"


    Next create a file input:


    <input type="file" name="your_file" />
  9. Replies
    7
    Views
    1,175

    Add this to your CSS: .style4 { float:...

    Add this to your CSS:


    .style4 {
    float: right;
    }


    That HTML seems really over complicated, unnecessary <div>s etc.
  10. Images are inline elements, just put it in the...

    Images are inline elements, just put it in the same container. To do what you said I'd generally do something like:


    <div id="header">
    <img src="img1.jpg" alt="img1" style="width: 200px;height:...
  11. Replies
    4
    Views
    364

    Good resource for CSS: http://www.cssbasics.com/...

    Good resource for CSS: http://www.cssbasics.com/

    I started off with HTML+CSS. Then when I felt I was good enough to move on I went to JavaScript/jQuery, finally PHP. Javascript is to add...
  12. Replies
    7
    Views
    349

    After setting a session, if you locate to another...

    After setting a session, if you locate to another page using a header() call, you need to restart the session in the page which you go to.

    Consider this code:


    session_start();
    ...
  13. Replies
    7
    Views
    406

    The errors and warning are pretty much...

    The errors and warning are pretty much explanatory. They give the tag and also which line the error is on!

    If you get absolutely stuck, post your code and ill have a go at uploading it to the...
  14. Replies
    7
    Views
    406

    It's no good having valid CSS which is working...

    It's no good having valid CSS which is working with invalid HTML. It's bound to cause issues. I think you should get both your HTML and CSS as near to validity as possible then at least you know it...
  15. Replies
    1
    Views
    291

    I've giving me a 'Restricted Access' error for...

    I've giving me a 'Restricted Access' error for your images.

    Regards,

    LC.
  16. Replies
    7
    Views
    560

    Sorry for re-posting but cannot seem to edit my...

    Sorry for re-posting but cannot seem to edit my previous post.

    Give this code a try:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
  17. Replies
    7
    Views
    560

    Do you want your captcha centered within that...

    Do you want your captcha centered within that div, not the actual div itself to be centered?

    Just looked at the code and the <div> is centering, but the captcha is aligned to the left.

    I'm...
  18. Replies
    7
    Views
    560

    Have you got a live example at all? It's strange...

    Have you got a live example at all? It's strange because using width and margin auto generally will center things.

    Is there anything else which could affect the styles for the <div>? For example...
  19. Replies
    2
    Views
    347

    What will the user actually enter? Just their...

    What will the user actually enter? Just their email address?

    You want to give them your own username and password?

    Regards,

    LC.
  20. Replies
    2
    Views
    1,269

    Positioning

    When you have positioned and image 'absolutely' on your page, how can you make the next element on the page display underneath this, without using multiple break tags?

    I've been searching google...
Results 1 to 20 of 20
HTML5 Development Center



Recent Articles