|
|||||||
| Soholaunch 'How do I' Questions Trying to do something and not sure what built-in features are available to help you do it? Post here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
OK, this is one of those things that is just annoying more than anything. If someone can help me out, I need you to open this link mfllumpires.com in internet explorer. Now, do you see the little red lines under the links? Where are they coming from and how do I get rid of them. I've tried everything I can think of, and they still show up.
|
|
|||
|
These are generated from your custom.css file :
a:link {color: #CC900E; text-decoration:underline; border-bottom:1px solid #A7390D;} a:visited {color: #CC900E; text-decoration:underline; border-bottom:1px solid #A7390D;} a:hover {color: #FFC618; text-decoration:underline; border-bottom:1px solid #DE920D;} a:active {color: #FFC618; text-decoration:underline; border-bottom:1px solid #DE920D;} You can access this file via FTP or cPanel and change these attributes. The file path is : sohoadmin/program/modules/site_templates/pages/NEUTRAL-Bevel_Heaven-gray/custom.css You can also add css rules for your image links, for example set a new class called "imagelink" : a.imagelink:link, a.imagelink:visited, a.imagelink:active, a.imagelink:visited {text-decoration:none;} Then code your links as : <div style="text-align: center;"> <a href="Softball_Standings.php" class="imagelink"><img src="http://www.mfllumpires.com/images/SBStandings.gif" align="middle" border="0"></a> </div> AndyP |
|
|||
|
Andy, thank you so much for taking the time to help me out! However, can you give this idiot detailed instructions on how exactly to get to this part?
You can access this file via FTP or cPanel and change these attributes. The file path is : sohoadmin/program/modules/site_templates/pages/NEUTRAL-Bevel_Heaven-gray/custom.css |
|
|||
|
What type of file manager is available to you ?
You should have an FTP username and password with your account. If you can't find it contact your host and request the info. To login via cPanel, the url is : www.domain.com/cpanel Go to legacy file manager. Click through the file paths until you reach your template custom css path as above, starting with public_html ->sohoadmin etc. You can edit the file directly from cpanel via the edit file link on the right hand side. If using an FTP manager (eg Filezilla) you can download the custom.css file to your PC. Open in notepad or similar (NOT MS Word), make the alterations and upload to the directory. AndyP |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|