inherit
194168
0
Nov 3, 2014 23:29:47 GMT -8
mrlamont
61
May 2013
mrlamont
|
Post by mrlamont on Jun 4, 2013 17:59:37 GMT -8
Hi, can someone help me I'm having problems with a custom page i tried to create. I tried to get my awards and their descriptions to show and but something went wrong (see first Image below). The HTML code I was trying to use is also below. Thank you for any help, Mrlamont
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Jun 5, 2013 2:09:10 GMT -8
I haven't tried the float properties in my custom page, but i do know that in a post you need to use negative margins to align things the way you want because float doesn't always work on its own. So float:right; for example would become margin-left:200px; or something along those lines.
edit: or try <div align:right>
|
|
inherit
194168
0
Nov 3, 2014 23:29:47 GMT -8
mrlamont
61
May 2013
mrlamont
|
Post by mrlamont on Jun 5, 2013 15:13:14 GMT -8
First off thanks for responding, ok I changed the <div style= float> to <div style="margin-left: 200px;">info </div>. I added this to both places were the float was at and after I saved to view it I noticed that there was no change in the preview. I have no clue of what I'm doing wrong.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Jun 6, 2013 1:15:17 GMT -8
What i did when creating my custom page was, this. admin>structure>custom page> create new custom page. Then you should get two inputs for name and ID. click save, then after that you pick a layout option. Once I did that, i got the visual editor. Then I added the html widget to the zones. Inside this html area, i added in my html and clicked save.
Is this what you did?
|
|
inherit
194168
0
Nov 3, 2014 23:29:47 GMT -8
mrlamont
61
May 2013
mrlamont
|
Post by mrlamont on Jun 6, 2013 11:27:29 GMT -8
Opps I didn't know about the Widget. Ok I added the HTML codes to the Html widget and I got it working. Thanks a lot
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Jun 6, 2013 11:29:30 GMT -8
you're welcome.
|
|