SimplePortal

Support => English Support => Topic started by: pwrfullinfo on February 11, 2012, 09:53:13 AM

Title: -HELP-when creating hyperlinks,all pages gets a blue underline
Post by: pwrfullinfo on February 11, 2012, 09:53:13 AM
hello everybody !!!
I'm new as you can see, first i want to thanks everybody here who has made this super mod "simpleportal"
Great mod, i actually don't have a bugg with the portal but maybe, i don't know, i shall you explain:

i got a html block with created hyperlinks ( clickable images ), and after it got a google script banner, but it doesn't matter i think.
Let me tell you something it works great like i wanted, the thing is when i passes the  mouse pointer over the forum everything gets
underlined, every word gets underlined, so i think i forgot something in the code, or its a bugg
For example the hyperlink i created

Code: [Select]
<a href="http://powerfullinfo.com/index.php?board=3.0"><img src="http://powerfullinfo.com/themes/blackstorm2/images/msm.png"</a>

what do i forget ?

Check it out on the forum www.powerfullinfo.com (the problems are the clickable ico on top left under the forum default menus !
btw, i can see when i pass the mouse pointer on the ico, i see a little blue undelined ... between every ico's)

thanks for the future helping !!!!  :D
Title: Re: -HELP-when creating hyperlinks,all pages gets a blue underline
Post by: Chen Zhen on February 11, 2012, 11:10:22 AM

You have many html errors within your custom codes.
ie. improper rendering of image tags, image tags missing alt (use alt="" if necessary), center tags are deprecated but if you opt to use them then you are not closing them.. ie. <center> ...content... </center> etc. etc.

For reference to the proper syntax regarding html & php try using sites like php.net & w3schools.com


Title: Re: -HELP-when creating hyperlinks,all pages gets a blue underline
Post by: pwrfullinfo on February 11, 2012, 12:13:26 PM

You have many html errors within your custom codes.
ie. improper rendering of image tags, image tags missing alt (use alt="" if necessary), center tags are deprecated but if you opt to use them then you are not closing them.. ie. <center> ...content... </center> etc. etc.

For reference to the proper syntax regarding html & php try using sites like php.net & w3schools.com

thanks for your reply !

i'm working on it right now, you can see the results if you want thanks
Title: Re: -HELP-when creating hyperlinks,all pages gets a blue underline
Post by: AngelinaBelle on February 28, 2012, 07:50:39 PM
Code: [Select]
<a href="http://powerfullinfo.com/index.php?board=3.0"><img src="http://powerfullinfo.com/themes/blackstorm2/images/msm.png" /></a>
You did not close your img tag -- eery HTML tag needs to close with ">".  And, since SMF creates XHTML, it needs to close with "/>"

Did this help?
SimplePortal 2.3.8 © 2008-2024, SimplePortal