I have a couple of other questions regarding Drupal. The development site is at
ho1designs.com/test

1. I'm using the brushed steel theme and have been experimenting with
different header logos. If you view the link above, you will see that there's a horizontal bar and a home link.
to the left of the header logo i've uploaded. Is there anyway to get rid of those within the code? and what
file would need edited. Or are the themes pretty much what you get and you have to live with it.

2. On content, how do you add images, I take it it's not as easy as just uploading from locally, do you have
to generate with writing the code?

Thanks for the help,I've tried finding tutorials on this stuff but have had no luck.

Comments

also, drupal wants you to

also, drupal wants you to put in the title of your website and I would like
to incorporate the name within the header logo I design. Is there
a way to not fill in the website title?

=-=

1) to remove the home link, open page.tpl.php and find the line that deals with breadcrumbs in your theme. if you remove that line, you remove the ability to use breadcrumbs.

2) when it comes to images you have a few different methods. investigate the media category of the downloads section. where you will find the image.module among others. img_assist.module may be suitable for your needs. testing them on a test site to find the one that best suits your needs is a best practice.

also note: when pasting your links to drupal.org, you may want to do so without the http:// because when you switch to production site and you no longer have a site at /test/ search bots will continue to look for a site there because of the links you are placing here.

with regards to the site title. you can use a "space" for the title which may suffice, or you can add a title, then remove the "title" line of code in your page.tpl.php file of your theme so that it does not show.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

thanks, a bunch, that info

thanks, a bunch, that info will get me going again...

removing horizontal bar

One more question of removing hor bar through the code. I removed the
home page link and also have what looks to be a horizontal bar running through
my trial header logo. What is that called in the code so I can delete it?

www.ho1designs.com/test is the link where you'll see the line on the right
side of the header logo.

=-=

That would be in your style css. you will have to use the firefox brower and firebug addon to figure out exactly where that is being called and remove it from the css or hide it if necessary.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

nobody click here