![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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: * 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 |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#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.
|
|
|
|
| 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 |
|
|
#2 (permalink) |
|
Moderator: Design
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
|
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. |
|
|
|
|
|
#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.
|
|
|
|
|
|
#4 (permalink) |
|
Moderator: Design
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
|
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}
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>
__________________
![]() 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. |
|
|
|
|
|
#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. |
|
|
|
![]() |
| Thread Tools | |
|
|