Results 1 to 17 of 17

Thread: trying to look like i paid someone to make this
      
   

  1. #1
    sallyloudmouth Guest

    Default trying to look like i paid someone to make this

    This is just what my home page is going to look like, once I finish this I'll change the rest of my pages to match.
    http://www.bonbonchihuahuas.com/temp.html

    I like the things I've changed, I like simple and understated but I think it is missing some structure. Suggestions?

  2. #2
    sallyloudmouth Guest

    Default Re: trying to look like i paid someone to make this

    btw, how do I keep the words the color I want them when i make them links? they change color! I don't want them to!

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: trying to look like i paid someone to make this

    Hi, to much side scroll & to much white space. You need to build your site from the left of your BV screen & use the page properties for centering.

  4. #4
    goldpaw's Avatar
    goldpaw is offline Second Lieutenant
    Join Date
    May 2008
    Location
    Puerto Vallarta, Jalisco, Mexico
    Posts
    136

    Default Re: trying to look like i paid someone to make this

    It will be easier for you if you select a screen width for all pages. Say no
    wider than 900. Then select "center in the browser" on page properties.
    I like the new format better than the old. One suggestion I would have would be to select better pictures...... I know it is hard to take great pictures of baby dogs, or kittens. I am going thru that myself with a new kitten.... however, you could have someone gently guide the puppy while he/she is sitting.... then crop the picture to get a great picture of its face might help. Also, you might want to consider putting the pictures in a lightbox so that the viewer could click on the picture to enlarge to get better look of the the cute baby face.
    Just a few thoughts, hope that helps! Good luck!
    www.pvWebSolutions.com

  5. #5
    sallyloudmouth Guest

    Default Re: trying to look like i paid someone to make this

    Ok, I know how to make the page 900 wide, how do I make everything center? do i have to do it manually?

  6. #6
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: trying to look like i paid someone to make this

    In the page properties at the bottom there is a check box that says center in browser, check it. Save and republish.

  7. #7
    sallyloudmouth Guest

    Default Re: trying to look like i paid someone to make this

    let's try this again. better?
    http://www.bonbonchihuahuas.com/temp.html

  8. #8
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: trying to look like i paid someone to make this

    Looking a lot better.

  9. #9
    goldpaw's Avatar
    goldpaw is offline Second Lieutenant
    Join Date
    May 2008
    Location
    Puerto Vallarta, Jalisco, Mexico
    Posts
    136

    Default Re: trying to look like i paid someone to make this

    Like the changes! Good Job, even framed a few pictures. When you add the next picture try adding it via a "lightbox" then when the viewer
    clicks on the picture it will automatically enlarge.
    You are definately getting there!
    www.pvWebSolutions.com

  10. #10
    tmvijai is offline Sergeant Major
    Join Date
    Apr 2008
    Location
    Houston, USA
    Posts
    89

    Default Re: trying to look like i paid someone to make this

    Cute, pinkish site. I saw you where wondering how to stop changing hyperlink color. Here is the code. Just add in the top of your html file and change the color you wanted in the list. It should do the trick.

    <style type="text/css">
    a:link {
    COLOR: #0000FF;
    }
    a:visited {
    COLOR: #800080;
    }
    a:hover {
    COLOR: #FF0000;
    }
    a:active {
    COLOR: #00FF00;
    }
    </style>
    Life is too short, let's make it worth a life time.

    Sites hosted with Vodahost,
    www.vijaianand.com
    www.igurus.net
    www.firsttimecruising.com

    Signature Rules Apply

  11. #11
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: trying to look like i paid someone to make this

    Quote Originally Posted by tmvijai View Post
    Cute, pinkish site. I saw you where wondering how to stop changing hyperlink color. Here is the code. Just add in the top of your html file and change the color you wanted in the list. It should do the trick.

    <style type="text/css">
    a:link {
    COLOR: #0000FF;
    }
    a:visited {
    COLOR: #800080;
    }
    a:hover {
    COLOR: #FF0000;
    }
    a:active {
    COLOR: #00FF00;
    }
    </style>

    Not a good idea to add this code at all..... BV has a built in style management for all links. Just look in the link properties and create accordingly.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  12. #12
    tmvijai is offline Sergeant Major
    Join Date
    Apr 2008
    Location
    Houston, USA
    Posts
    89

    Default Re: trying to look like i paid someone to make this

    Marincky,

    Can you shed some light, why it is not a good idea? It is basic html programming and CSS concept.

    Vijai
    Life is too short, let's make it worth a life time.

    Sites hosted with Vodahost,
    www.vijaianand.com
    www.igurus.net
    www.firsttimecruising.com

    Signature Rules Apply

  13. #13
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: trying to look like i paid someone to make this

    Yes I can tell you why:

    1) There is already the facility to do this within the link properties without changing any page code.

    2) A majority of people who have opted to build on BlueVoda do so because of its fantastic opportunity to build a professional looking website without having any knowledge whatsoever on website coding/html/php etc etc... The builder appeals to people who may have never built a site before. Many people will misunderstand your method, however easy it is for you and me to understand, because their lack of experience will drive them to be a tad confused and this could lead to them making serious errors on their pages if attempted.

    My point is.... The web building tool does this all for them, they don't need to go in the back end of their pages to implement coding of this nature.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  14. #14
    tmvijai is offline Sergeant Major
    Join Date
    Apr 2008
    Location
    Houston, USA
    Posts
    89

    Default Re: trying to look like i paid someone to make this

    GOtcha! I totally agree with you. In ordinary people perspective, it is too much to understand and do it.

    But your comment blunty said its no good which is giving a wrong impression that I gave a wrong suggestion. It is the right one but not for right people. You couldn't put it that way.

    Thanks
    Life is too short, let's make it worth a life time.

    Sites hosted with Vodahost,
    www.vijaianand.com
    www.igurus.net
    www.firsttimecruising.com

    Signature Rules Apply

  15. #15
    tmvijai is offline Sergeant Major
    Join Date
    Apr 2008
    Location
    Houston, USA
    Posts
    89

    Default Re: trying to look like i paid someone to make this

    Sorry spelling mistake. I meant to say, "You could have put it that way to be more clear".

    Thanks
    Life is too short, let's make it worth a life time.

    Sites hosted with Vodahost,
    www.vijaianand.com
    www.igurus.net
    www.firsttimecruising.com

    Signature Rules Apply

  16. #16
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: trying to look like i paid someone to make this

    Sorry my friend that was not my intention, I apologise if you took it in that way.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  17. #17
    tmvijai is offline Sergeant Major
    Join Date
    Apr 2008
    Location
    Houston, USA
    Posts
    89

    Default Re: trying to look like i paid someone to make this

    No harm done!! It happens over the forum or emails. People can't see and words go over differently.
    Life is too short, let's make it worth a life time.

    Sites hosted with Vodahost,
    www.vijaianand.com
    www.igurus.net
    www.firsttimecruising.com

    Signature Rules Apply

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49