Looking for design inspiration?   Browse our curated collections!

Return to Main Discussion Page
Discussion Quote Icon

Discussion

Main Menu | Search Discussions

Search Discussions
 
 

Onyonet Photo studios

9 Years Ago

New Artist Websites - How To?

Sean's intro page for the New Artist Websites is here:

http://artistwebsites.com/showmessages.php?messageid=2159912

Abbie has the topic New Artist Websites - Problems here:

http://artistwebsites.com/showmessages.php?messageid=2164932

Rich Franco created a discussion to post what you've done with the new functionality here:

http://artistwebsites.com/showmessages.php?messageid=2162019

I figured we needed a place to ask specific questions, and get specific answers from members who have already done what you might be trying to figure out. So I started this thread. I'll get this one started:

What pixel dimensions do we need to use for our logo, if we want our own logo on the Home page?

Reply Order

Post Reply
 

Bill Swartwout

9 Years Ago

I don't recall a specific size recommendation. Mine carried over from my original - so I may not have bothered to look. :)

My current profile/logo image is 750x750px. It likely needs to be much smaller - but it seems to look and work fine for me.


http://uspictures.com/images/artistlogos/bill-1405601003-large.jpg



------------------------------------
~ Bill
~ US Pictures .com

 

Abbie Shores

9 Years Ago

That's a profile image :)

I think mine is 200 x 100

 

Onyonet Photo studios

9 Years Ago

Hi Abbie,

I used a 150 x 100, and that worked how I wanted. Thanks.

Hi Bill,

I'm talking about the logo image in the header, not the headshot image.

Daniel

 

Bill Swartwout

9 Years Ago

Oops. Sorry about misreading.

I didn't go with a logo in the header. I wanted text at the top - for a slight SEO boost.



---------------
~ Bill
~ US Pictures .com

 

Onyonet Photo studios

9 Years Ago

How to: Change the domain of your site.

Go to Behind the Scenes>Custom Domain Name in the top row of icons.

All the directions are there. Let us know if you need help.

I highly recommend hover.com for domain name hosting. In expensive, easy to use, and in obtrusive. Go Daddy is not my fav. I'll be moving the one domain I have there to Hover when it's time to renew.

Daniel

 

Onyonet Photo studios

9 Years Ago

How to: Change the default font in the middle of your text.

For instance, if you look at the text under my profile photo, or my About page at onyonet.com, you'll see the style of text changes in the middle of the page, and then changes back.

You need to use HTML 5, so the most browsers possible will see your site the way you want. The new site won't use some of the old tags, although I did notice some of them working when going through, and changing everything over.

I can hear many of saying, "what is HTML 5", or "great, coding stuff that I don't understand". Hopefully this will make sense, and won't be too difficult.

An html tag consists of an opening, with instructions on what to do next, and a closing to stop doing that.

In the first span tag below, the text will be a golden color (the #CD8800), 18 pixels in size (the 18px), and use the Oswald font (which you will see as a choice in the options on other pages).

<span style="color:#CD8800;font-size:18px;font-family:oswald"> (this is the opening part of the tag)

you add your text here

</span> (this is the closing part of the tag)

It would look like this:


you add your text here


If you add any text below the it will now use whatever the defaults are for that page, like this text I'm writing for example. So the color, size, and font will be whatever the theme designer used.

The span tag below will change the color of the text to an orange color, and make the size 14 pixels. The font will take the default font for the page because we are not telling it to anything else.

<span style="color:#CD4400;font-size:14px"> (this is the opening part of the tag)

you add some more text here

</span> (this is the closing part of the tag)

It would look like this:



you add some more text here



How do I know what color #CD8800, and #CD4400 represent? I don't. This is known as hexadecimal color code. Here's a good site to use for finding the colors you want: http://www.color-hex.com/. You can click on a color swatch, and it will show you more shades, complimentary colors, and more stuff than you ever wanted to know about color.

If you want to learn more about HTML 5, and how to use it, I suggest checking out w3schools.com. It's free, and very helpful. It also has training that allows you to test your code before using it anywhere that actually matters. Here's a direct link to their HTML 5 Intro: http://www.w3schools.com/html/html5_intro.asp

If you have questions, feel free to ask on this thread, or through private mail.

Daniel

 

Onyonet Photo studios

9 Years Ago

Finally found the better w3schools color picker tool:

http://www.w3schools.com/tags/ref_colorpicker.asp

Daniel

 

This discussion is closed.