The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Question Regarding HTML

3 posters

Go down

Question Regarding HTML Empty Question Regarding HTML

Post by AppleCo. September 17th 2009, 8:59 am

Well, I've got this picture...
Question Regarding HTML Clock_blue3

and in those bubbles below Penguin Standard Time, I would like to put in text that can be hi-lighted and is actually text, not just an image. Question Regarding HTML Icon_smile

It is for my HTML page.
AppleCo.
AppleCo.
Forumember

Posts : 37
Reputation : 0
Language : English

Back to top Go down

Question Regarding HTML Empty Re: Question Regarding HTML

Post by AppleCo. September 18th 2009, 10:53 am

Anyone? Shocked Help?
AppleCo.
AppleCo.
Forumember

Posts : 37
Reputation : 0
Language : English

Back to top Go down

Question Regarding HTML Empty HTML Help

Post by Captain Zuloo September 18th 2009, 11:01 am

I think your problem is quite a tough one. The only way I can see it being highlighted would be to remove the text from the image, set the image as the background of some a div and position CSS styled text over the background image.

Does that help at all?
avatar
Captain Zuloo
New Member

Posts : 7
Reputation : 0
Language : English

Back to top Go down

Question Regarding HTML Empty Re: Question Regarding HTML

Post by RoNo September 18th 2009, 1:02 pm

You can place text over your image like this
Code:
<img src="http://community.clubpenguin.com/images/clock_blue3.gif">

<div style="position:absolute; top:117px; left:20px; width:150px; height:25px">
<center><font size="3" color="white">Your Text<br>Positioned Here</font></center>
</div>
<div style="position:absolute; top:162px; left:20px; width:150px; height:25px">
<center><font size="3" color="white">More Text Here</font></center>
</div>
Experiment with the px numbers to position your text.


Example with the code above placed in the *online editor
Question Regarding HTML Pictext
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Question Regarding HTML Empty Re: Question Regarding HTML

Post by Captain Zuloo September 18th 2009, 1:09 pm

Oh sorry, I read it as though you wanted "Penguin Standard Time" to be highlight-able. But what RoNo has provided is the same as what I was trying to say. Good luck mate. Wink
avatar
Captain Zuloo
New Member

Posts : 7
Reputation : 0
Language : English

Back to top Go down

Question Regarding HTML Empty Re: Question Regarding HTML

Post by RoNo September 18th 2009, 1:19 pm

That's a screen shot of how it looks in the editor.
You can highlight and copy the text. Give it a try.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum