Halfagain IM Forums
May 24, 2012, 10:25 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Due to increasing spam we are forced to make this forum "Read Only". If you have an issue, most likely was discussed here. Use the Search function and try to find related discussions. If you can't find any helpful information, just email support at halfagain dot com"
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Problem With Links  (Read 856 times)
0 Members and 2 Guests are viewing this topic.
successtrax
Newbie
*

Karma: 10
Offline Offline

Posts: 60


« on: May 13, 2008, 17:48 »

Hi fellow SS'ers

I created a new page in my site for articles and I am listing articles with a anchor link to location in a separate folder in my SS site.  The html page I set up has a table (for text) which is centered in a larger table which represents the background.  When i upload into SS site some how the format of page is changed and the table for text becomes left justified when instead of center?

Site location  www.insidercooking.com/mycookingstore

Has this happened to anyone and if so how can I remedy it?

Rick
Logged
successtrax
Newbie
*

Karma: 10
Offline Offline

Posts: 60


« Reply #1 on: May 13, 2008, 18:09 »

Hi again SS'ers

This is very strange when I look at my site (www.insidercooking.com/mycookingstore ) in IE the links work however I can't get the header image to show... In Mozilla Firefox the background is not present at all and the links do not work?  To check out what I mean look under category > cooking articles.  Strange!

Rick
Logged
HT_Parker
Newbie
*

Karma: 10
Offline Offline

Posts: 53


« Reply #2 on: May 13, 2008, 21:03 »

Your background image url is pointing to your C drive document folder.
Logged

successtrax
Newbie
*

Karma: 10
Offline Offline

Posts: 60


« Reply #3 on: May 14, 2008, 13:30 »

Ht;

I uploaded a different version set up the same way and the background shows up in IE and not in firefox.  Also in IE the test table is all the way to left and I set it up to be centered?

Rick
Logged
HT_Parker
Newbie
*

Karma: 10
Offline Offline

Posts: 53


« Reply #4 on: May 14, 2008, 13:44 »

I was talking about the " Choosing Cookware: A Decision Every Chef Must Make" article

Here's what there when I look at the code
 
... background-image: url(file:///C:/Documents%20and%20Settings/HP_Administrator/Desktop/WORKING%20ON%20SITE/mycookingbkgd.gif) ...
 
Also, I don't see code tell the table to align center. Wrap the table in
Logged

successtrax
Newbie
*

Karma: 10
Offline Offline

Posts: 60


« Reply #5 on: May 14, 2008, 16:51 »

Thanks HT

Ok, from the source code above if I upload the background image to SS what should I replace the code above with?  Also the
 What paragraph are you mentioning?

Thanks again for all your help!

Rick
Logged
HT_Parker
Newbie
*

Karma: 10
Offline Offline

Posts: 53


« Reply #6 on: May 14, 2008, 18:56 »

Item #1:
 
  "...background-image: url(http://www.insidercooking.com/mycookingstore/templates/Clean/[URL=file:///C:/Documents%20and%20Setting...ookingbkgd.gif]IMAGENAME.gif[/URL])
 
Assuming you uplaod the image to the same place you have your others.
 
Item #2:
 
......................................................
.................REST OF THE CODE ON PAGE..................................

 
That should do it.
Logged

successtrax
Newbie
*

Karma: 10
Offline Offline

Posts: 60


« Reply #7 on: May 14, 2008, 20:01 »

Thanks HT:

I created a folder named articles within the SS site.  I will upload the images there...I hope that works!

Rick:)
Logged
..............
..............
HT_Parker
Newbie
*

Karma: 10
Offline Offline

Posts: 53


« Reply #8 on: May 15, 2008, 21:02 »

The code point to your background image on your article page is STILL
pointing to your computer hard drive. That code should be just like the
code you used to get the header image on the other pages. Just use
the full URL to the image.
 
Here's what there:
 
"style="background-image: url(file:///C:/Documents%20and%20Settings/HP_Administrator/Desktop/WORKING%20ON%20SITE/mycookingbkgd.gif); color: rgb(139, 69, 19); background-color: rgb(255, 255, 255);"
alink="#cc0000" link="#ff6600" vlink="#006600">

style="text-align: center; width: 650px; background-color: rgb(245, 245, 220); margin-left: auto; margin-right: auto; font-family: Times New Roman,Times,serif; font-weight: bold;"
border="0" cellpadding="10" cellspacing="0">
"
 
Change to....
 
"style="background-image: url(http:www.yourdomain.com/FolderImageIsIn/mycookingbkgd.gif); color: rgb(139, 69, 19); background-color: rgb(255, 255, 255);"
alink="#cc0000" link="#ff6600" vlink="#006600">

style="text-align: center; width: 650px; background-color: rgb(245, 245, 220); margin-left: auto; margin-right: auto; font-family: Times New Roman,Times,serif; font-weight: bold;"
border="0" cellpadding="10" cellspacing="0">
"
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!