inherit
151747
0
Nov 22, 2014 11:15:08 GMT -8
Mockingbird
True Role-Players
398
February 2010
emilcastagnier
|
Post by Mockingbird on Apr 22, 2013 19:59:59 GMT -8
thetaleoftwo.proboards.com/Hi, I have a quick question. I was wondering if there were a way to put html text over an image? If you look on the above forum and see it's headers you will notice an image stating a notice with text on the image. I was wondering if there were a more simple way to insert text hovering over the image through html without disruption between the forum width. Thanks!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 24, 2013 0:58:14 GMT -8
You mean rather than having it in the image graphic itself? If yes, something like this should work:
<center><a href="http://support.proboards.com/thread/460526/html-text-over-image"><div style="background-image:url(http://i1350./p773/tofsgraphics/MockingNotice_zpsd11cf249.png); width: 751px; height:214px;margin-bottom: 20px;"/> </a><div style="position:relative; top: 100px; left: -100px;font-family: tahoma; font-size: 1.4em;">Text here</div></div></center>
|
|
inherit
151747
0
Nov 22, 2014 11:15:08 GMT -8
Mockingbird
True Role-Players
398
February 2010
emilcastagnier
|
Post by Mockingbird on Apr 25, 2013 20:16:26 GMT -8
Thank you, is there a way to make it so it doesn't stretch so far? It kind of expands over the image.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 25, 2013 22:27:40 GMT -8
Add a width to this part of it:
<div style="position:relative; top:100px; left:-100px; width:200px; font-family:tahoma; font-size:1.4em;">Text here</div>
|
|
inherit
151747
0
Nov 22, 2014 11:15:08 GMT -8
Mockingbird
True Role-Players
398
February 2010
emilcastagnier
|
Post by Mockingbird on Apr 25, 2013 22:47:12 GMT -8
Thanks a bunch!
|
|