Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

HTML in panels

Asked Modified Viewed 5,319 times
P
poolmaster
P
  • Junior Member, joined since
  • Contributed 47 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
asked
Junior Member

Hi I have a problem with HTML code in panals.
For some reason I can use HTML code with no problems as long as I dont use font in the coding. Can anyone help me out as to why this is. I have had to use the H coding for the size but because I can not use font I cant change the colour.
When I do use font it lets me put it and saves it but when you go to the home page the panel is not shown even though it is enabled.
thanks in advance.
Edited by poolmaster on 24-01-2010 23:17,
0 replies

8 posts

P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

An example?
0 replies
P
poolmaster
P
  • Junior Member, joined since
  • Contributed 47 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

PolarFox wrote:
An example?


<font size="4"><b>hi</b></font> this will not work because of the use of font.

<b>hi</b> this will work.
Edited by poolmaster on 25-01-2010 00:17,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Then change the code to...

<font size=\"4\"><b>hi</b></font>


or...

<font size='4'><b>hi</b></font>


that will work.

It's nothing to do with the use of font its do do with the use of "
Edited by Craig on 25-01-2010 00:26,
0 replies
P
poolmaster
P
  • Junior Member, joined since
  • Contributed 47 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
answered
Junior Member

Thank you very much.
now all works.:)
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Also that is not FULL code.

But i guess it seems like this

?>
code
<?php


if so , you might add some php, like this


//
?>
html
<?php
//


it always work :)
0 replies
A
afif
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

according to current standard, people dont use <font> tag anymore. if u have a good knowledge in CSS u may want to wrap your text in a <div> and apply css on that <div> rather than using <font>. anyways, both do work. so, chill! :)
0 replies
S
stanbuggy
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 3 threads in the forums
answered
Newbie

sorrry...my HTML tags dont work inside the fusion panel..i mean like <table> tags and stuff. It gives me errors...How can i stop that
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi there,

Can you show me your code please?

Thanks
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
A
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
P
P
  • Junior Member, joined since
  • Contributed 47 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
S
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 3 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet