hey there, i have registered a domain called 36towns.com and hosted it on budly.com free hosting now when i see the site on Firefox i see the footer as: Hosted by Budly.com In association with ProxyRater and on Internet Explorer i see: Hosted by Budly.com In association with <a href="http://www.proxyrater.com>ProxyRater how can i fix the line on Internet explorer... also is there any why by which i can change the font of the footer. Itz like everypage i make and upload on budly.com they insert this code, and this is how they do it... <html> <body> <table> my website matter </table> [COLOR="Red"]<center>Hosted by <a href=http://www.budly.com>Budly.com</a> In association with <a href="http://www.proxyrater.com>ProxyRater</a></center>[/COLOR] </body> </html> Code (markup): can i use css to change the font formatting at the footer? thankz
Simple fix: <center>Hosted by <a href="http://www.budly.com">Budly.com</a> In association with <a href="http://www.proxyrater.com">ProxyRater</a></center> HTML: On the second url you had a " at the start of the link, but no terminating one. Fixing that makes it appear properly. [Edit] Oh crap, must of missed the date of the post. Oops.