Hi guys - am a newbie so please be gentle..... I am trying to add an anchor text link to my homepage (via the footer.php) to swop links with a friend - my knowledge of HTML at the moment is (laughable????)....anyway so far i have got the link to show ok but it located on the bottom left hand side. I would like to: a: Centre the link on the footer of the mainpage b: Have it in small text - Size 1 c: Bold Text d: In an arial font This is how it looks so far: <a href="http://www.mywidgets.com/" target=_blank><font size="1">red widgets</a> Could someone be so kind to either complete the info to allow for the above options so i can see how to do it or advise me in simple retarded form on how to do it ?? I am struggling with making changes that involve more than one thing at a time.....srry but i guess we all start somewhere Thanks in advance.
<div align="center"><font size="1"><font face="Arial"><b><i> <a href="http://www.mywidgets.com/" target=_blank>red widgets</a></i></b></font> </div>
<div align="center"><a href="http://www.mywidgets.com" target="_blank" style="font-weight:bold; font-family:arial;font-size:10px">Red widgets</a></div> If you do not have external css, i recommend the above. Or make a class in the <head>, and put the css class in the link
Would this make things simple without a good html understanding>? Which one would you recommend for simplicty? Thanks
You don't need any html understanding to use a WYSIWYG html editor. I recommend frontpage or dreamweaver if you can afford it, otherwise, there's a lot of such tools free of cost on the market. just google find it
I Bing it! KompoZer - Easy web authoring. It is a free, easy to use editor. ^See what I tried to do with bing, instead of g00gle.