Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I changed 'What's New Here' to Welcome to...


Guest

Recommended Posts

Posted

On my website's home page....I got rid of the 'Welcome Guest, would you like to create an account' stuff.....and then I changed the remaining 'What's New Here?' to 'Welcome to My Store', so to speak.

 

But....it's not centered on the screen. Nor do I like the font face, or color of that greeting...and I'd also like to get rid of that gif to the right of it...table background gif, or something like that.

 

I looked in the stylesheets but I'm not sure if that's where I should be, much less what to try and monkey with. Can someone please point me in the right direction? Thanks!

 

Andrea

 

If you need to see what I'm talking about before responding, Click Here

Posted

Well, I found the section within the stylesheet to play with in order to change the font and center the text. But, now I'm stuck on how to get rid of the background gif to it's right on the homepage.

 

I found this code in catalog/index.php

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

 

I'm new to playing around with PHP script, so...I don't know how to NOT call that image so it won't appear on my screen. Anybody?

Posted
Well, I found the section within the stylesheet to play with in order to change the font and center the text.  But, now I'm stuck on how to get rid of the background gif to it's right on the homepage.

 

I found this code in catalog/index.php

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

            <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

I'm new to playing around with PHP script, so...I don't know how to NOT call that image so it won't appear on my screen.  Anybody?

[right][post=509094]<{POST_SNAPBACK}>[/post][/right]

 

 

Alright....I'm having one of those giddy, ridiculous I ROCK, I ROLL, I RULE moments! Figured it out. I just put // in between php and echo tep_image

 

Someone buy me a beer!!!!!!!! LMAO!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...