Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 09-27-2009, 02:14 PM   #1 (permalink)
Registered User
 
Join Date: Sep 2009
Posts: 2
OS: vista home premium service pack 1


Please help with web easy pro 7 question.

I am using Web Easy Pro 7 and everything is going along great, but when I went and previewed the site so far, my links were underlined but I don't want them underlined. I have tried to find where I can edit the script of what I have created so far. I really need help if anyone knows how to do this Please please please help me.
ashley marie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 09-27-2009, 02:55 PM   #2 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,453
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: Please help with web easy pro 7 question.

If you want to do this completely manually, you will have to find the files you wish to edit. There should be .html files and one or more .css files. Open the .css file(s) in Notepad and add the following line:

a {text-decoration: none}

If there is already an "a" defined, you can add text-decoration: none to the end of the last attribute; make sure there is a semicolon and then a space before text-decoration: none.

The more I hear about this program, the less I like it.
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-27-2009, 03:54 PM   #3 (permalink)
Registered User
 
Join Date: Sep 2009
Posts: 2
OS: vista home premium service pack 1


Re: Please help with web easy pro 7 question.

ok so do i insert that just anywhere in notepad and does it have to have the < > symbols around it and that kind of thing also? This program is very much so being a pain in the butt but it is allowing me to create it exactly how i want it except for the underlining. Where I originally started with adobe dreamweaver and it wouldnt let me make layers where i needed to. So maybe if you have a way of doing that then i will switch back to that.
ashley marie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-27-2009, 08:32 PM   #4 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,453
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: Please help with web easy pro 7 question.

You can't find a file with a .css extension? This is most peculiar, but of no real consequence. In every .htm or .html file, there should be an internal style sheet of this form:
<style type="text/css">
<!-- CSS in here -->
</style>

Add the following lines to this:
HTML Code:
a: {text-decoration: none}
a:link {text-decoration: none}
a:hover {text-decoration: none}
a:visited {text-decoration: none}
If there's none of the above already available for you, then use this:
HTML Code:
<style type="text/css">
a: {text-decoration: none}
a:link {text-decoration: none}
a:hover {text-decoration: none}
a:visited {text-decoration: none}
</style>
Good luck, and if you have any questions please post back.
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-07-2009, 10:10 AM   #5 (permalink)
Registered User
 
Join Date: Aug 2009
Posts: 8
OS: xp


Re: Please help with web easy pro 7 question.

If you shadow the what is linked, they will not be underlined. How simple is that?

If you view your inspector, in the list is "shadow", click on the item you have linked, then click on shadow, click display shadow, opacity, slide all the way to the right. This solves the underline. Hope this helps.
ShannonS is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 10:38 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85