![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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
|
Dreamweaver question
Hi gang,
I'm a advanced beginner in HTML and have a question about a line of code in my Dreamweaver pages. Someone else built the site I'm working on, and I"m tasked with fixing it. Anyway, many pages have this line several times: <!-- fwtable fwsrc="others2.png" fwbase="others.jpg" fwstyle="Dreamweaver" fwdocid = "781037760" fwnested="0" --> Would someone explain to me what this means? A Google search found nothing useful Thanks,000,000
__________________
- kel - ------------------- MCNE CCNA MCSE |
|
|
|
| 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) |
|
Registered User
Join Date: Nov 2004
Location: Seattle
Posts: 130
OS: XP/SP2
|
Re: Dreamweaver question
I am not an expert on this forum but thought I might chime in (Hope its OK with the TSF experts here...)
I tried to break that down and research the tags and found a few things out that might get you started. fwtable fwsrc - Google on this part gives me links that reference Fireworks. A link that comes up talks about popup menues and has that type of code in it. So I would say you should research each tag within Macromedia fireworks to see what they are and what they do. Good Luck. Drue |
|
|
|
|
|
#3 (permalink) |
|
Design Team Member
|
Re: Dreamweaver question
Yes, fw = Macromedia (now Adobe) Fireworks.
Basically it's just the HTML code that FireWorks outputs when you save something as a web page. Unfortunately, the code that FW produces isn't always the cleanest/most efficient. I typically build layouts with Photoshop, but I don't use the HTML it outputs either...I always recompile the layout with Dreamweaver. The brackets around it are probably even more confusing than the "fw-" stuff within it. That's Server Side Include (SSI) code. It's server-side, so your server has to support SSI...which most do. Here's a small tutorial site that explains SSI pretty well (and short): http://www.freewebmasterhelp.com/tutorials/ssi If the pages are functioning okay and recompiling them isn't worth it for you, it's fine to just leave them. I don't use SSI (personal taste) but it's perfectly fine. However if you can't fix what is going wrong and recompiling the layout is acceptable to you, that's probably what I would do as well. I'm a little OCD though...and that extra crap just nags at me haha :) Last edited by Redcore; 08-18-2007 at 03:15 PM. Reason: ...more than one typo nags at me too! :P |
|
|
|
|
|
#4 (permalink) |
|
Registered User
|
Re: Dreamweaver question
Thanks a million for your replies. that really helps.
One other thing I forgot to mention, is that the .png and .jpg files referenced in the code don't exist. I've searched the entire tree for them and they are nowhere to be found. shouldn't this affect the outcome somehow? - k -
__________________
- kel - ------------------- MCNE CCNA MCSE |
|
|
|
|
|
#5 (permalink) |
|
Design Team Member
|
Re: Dreamweaver question
The guy who made it might have just removed the picture without removing the code. Backup the document, remove that code, and check out how it looks online. If everything still looks fine, than it's safe to continue on without that piece of code.
|
|
|
|
|
|
#6 (permalink) | |
|
Registered User
|
Re: Dreamweaver question
Quote:
- k -
__________________
- kel - ------------------- MCNE CCNA MCSE |
|
|
|
|
![]() |
| Thread Tools | |
|
|