Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Multiple Pages, 1 CSS File

  • This topic is empty.
Viewing 15 posts - 46 through 60 (of 75 total)
  • Author
    Posts
  • #129222
    Paulie_D
    Member

    >You are correct!

    The power of a simple Google search! :)

    #129262
    hannon33
    Member

    hmmm weird.. i did this:

    still is on the left hand side not the middle

    #129264
    Paulie_D
    Member

    Like I said…without a live site we can inspect…we’re working in the dark.

    #128878
    rpotterjr
    Participant

    Hannon, please please please change your approach to naming files…

    > ‘Bob%20Marley%20-%20Buffalo%20Soldier.mp3’

    Instead of naming the file ‘Bob Marley – Buffalo Soldier.mp3, try naming it something like bob-marley-buffalo-soldier.mp3

    Just a suggestion, but it is best to get used to that type of naming convention, using ‘-‘ or ‘_’ as a separator, rather than using spaces.

    #129294
    hannon33
    Member

    lol that would help out for coding huh

    #129368
    hannon33
    Member

    hey with CSS whats the syntax to make a textarea a decent size? i have 1 right now but its pretty small.. the user has the option to resize it from the bottom right but I would like to to be a bigger size from default.

    i have width:500px;
    height:800px;

    but it does not seem to be doing much?

    #129369
    Alen
    Participant

    Seriously, for something simple like this… [Google](http://www.google.com) is your best friend. Or better yet [HTML form textarea official specifications](http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-textarea-rows).

    #129655
    hannon33
    Member

    No the site is not live.

    It is more or less done.. i am just trying to figure out how to adjust the size of the textarea window now.

    #129656
    Alen
    Participant

    Let’s try spelling it out for you:

    #129658
    hannon33
    Member

    thanks slick.,…tried already didn’t go far.. which is why i am still looking into it.

    #129662
    chrisburton
    Participant
    #129663
    hannon33
    Member

    i kinda figured it out… man online courses are very frustrating..

    #129665
    chrisburton
    Participant

    @hannon33 Please post the solution you came up with to help others.

    #129666
    hannon33
    Member

    to be honest i didnt exactly come up with a “solution” so to speak.. i just did something different.. but now to make things EVEN better lol the instruction is saying that it has to pass the validation as XHTML strict as well.. so i changed it from DOCTYPE to html strict.. checked it out… and im looking at a good 13 errors.. yayy…

    #129667
    chrisburton
    Participant

    I see the course structure is still outdated. Those errors are likely due to simple markup changes. We can help if you post the errors.

Viewing 15 posts - 46 through 60 (of 75 total)
  • The forum ‘CSS’ is closed to new topics and replies.