| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| | Thread Tools | Display Modes |
| |||
| If you look at my blogs I have the small adsense code on them. Just go to google, get the code, create a adsense block like the other ones and insert the code you got from google in there. Then use the name and put it in the sidebar like I did. YOu can do anything you want. Just use what you have as a reference and dupe with the new code, it is simple if you just think through it. Steve |
| |||
| Quote:
What prblem does the excessive code cause. Slow load time? or what?
__________________ Kindest Personal Regards, Walt SkypeName: wabboc http://www.skintilating.com http://www.gerdadvisor.com/ http://www.genealogyhookups.com/ http://www.bad-breath-advisor.com/ http://www.capecod-beaches.com |
| |||
| It makes your html file larger in size and messes up your coding by adding tags on its own as it thinks will be appropriate. Inserts tags at the end or start of something where NOT needed. And excessive code just confuses you. Normal Coding Example: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ _ <font align= >blah</font> <a href="bla bla blah">blah><img src="blah blah" alt= title= "></a> _ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ _ NOT Normal Coding Example: _ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ _ <font><font align= >blah</font></font> <p><a href="bla bla blah">blah<img src="blah blah" alt= title= "></a></p> _ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ _ Dreamweaver does that too unfortunately, but maybe this automatic insertion can be disabled somehow? |
| |||
| Quote:
I wonder if something in your options or preferences could be changed!?
__________________ Cheers David |
| |||
| I wonder if the small price you pay for excess code could be offset by the SEO benefits that xsp offers.
__________________ Kindest Personal Regards, Walt SkypeName: wabboc http://www.skintilating.com http://www.gerdadvisor.com/ http://www.genealogyhookups.com/ http://www.bad-breath-advisor.com/ http://www.capecod-beaches.com |