![]() |
|
|
|
||||||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Are iframes bad to use? What are other options are there?
Is there any alternative to iFRAMES?
I heard they're not good to use, don't know why though. How do you guys do a navigation bar that constrantly changes without an iframe? Don't you have to change each page this way if you want to edit the nav bar? |
|
#2
|
|||
|
|||
|
Iframes are not bad if they serve to your purposes.
However you need to keep in mind 1.- provide a link to non-framed between <iframe></iframe>content for those surfers whose browser doesn't support iframes 2.- add some text between such tag to help with search engine crawling. On a side note, Google's Adsense is a javascript code intended to render an iframe advert, so... |
|
#3
|
||||
|
||||
|
you may wish to use #include other file on server side scripting.
IFRAMES are not liked by crawler/bots. navigational bars are usually generated from database on runtime.
__________________
1 Way Text Links Per $1.40 12 Months Permanent Link Guarantee - SMS Messages - sms4smile.com/category/new-year-sms/ |
|
#4
|
|||
|
|||
|
I use a PHP file include for a nav. bar - iFrames are very old-school, and search engine bots don't like them at all.
|
|
#5
|
|||
|
|||
|
Very old school but as I said, Google and most advertising networks display their publicity this way, using iframes disguised as javascript
|
|
#6
|
|||
|
|||
|
True
However using a CSS layout w/ includes should be the method used here, nowadays.
|
|
#7
|
||||
|
||||
|
iframes are outdated, what I would use are PHP tables instead. These are easier to use, unlike iframes where you have to set the width and height to make sure scrollbars don't appear.. PHP tables automatically set the right size you need for your table once coded.
|
|
#8
|
|||
|
|||
|
but how?
I really want to do an easily editable naviagation bar but I don't know how! I'm having tons of trouble with the iframes, it's hard for me to apply css to them......... assistance would be MUCH appreciated.. |
|
#9
|
||||
|
||||
|
iFrames are not recommended by me, and many web designers because search engines easily ignore iFrames. And iFrames promote the use of invalid HTML/XHTML.
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| iframes and CJ | sknight23 | Commission Junction | 6 | Mar 27th 2007 1:12 pm |
| using iframes is ok ?? | seoperson | Search Engine Optimization | 9 | Mar 26th 2007 9:57 pm |
| using iframes | Dazed_and_confused | Guidelines / Compliance | 3 | Jan 16th 2006 9:04 am |
| Frames = Bad for Spiders, so what are the options? | AzAkers | Search Engine Optimization | 3 | Jul 8th 2005 5:46 pm |
| iFrames | danpadams | HTML & Website Design | 3 | Jun 15th 2005 5:52 am |