Hi Rose
The link is all one line, but you can get away with breaking it up with the "return" key between the <A HREF> tag and the actual <IMG> tag (no space, though.)
Alternatively, have you tried a simple copy-paste using highlight and Ctrl C to copy, then clicking on the add-ons box and hitting Ctrl V ?
The limitations of Pagebuilder are why I learnt to write in HTML and now always use the file manager! Once you have used the file manager you can't go back to Pagebuilder unfortunately. You could also use a WYSIWYG editor like Dreamweaver to build your whole site off-line and upload it to geocities or any other site host when it's all finished.
I hope this is of use to you.
--------------------------
Answer:- Hi Rose
The link is all one line, but you can get away with breaking it up with the "return" key between the <A HREF> tag and the actual <IMG> tag (no space, though.)
Alternatively, have you tried a simple copy-paste using highlight and Ctrl C to copy, then clicking on the add-ons box and hitting Ctrl V ?
The limitations of Pagebuilder are why I learnt to write in HTML and now always use the file manager! Once you have used the file manager you can't go back to Pagebuilder unfortunately. You could also use a WYSIWYG editor like Dreamweaver to build your whole site off-line and upload it to geocities or any other site host when it's all finished.
I hope this is of use to you.
Related Questions
vitam
html question
Please go to website "clubcastropignano.com" on the left hand side please click on "event calendar" note nothing shows up. Please see if you can help me. And thank you in advance, Thank you so much.
sifan
Regarding filename extraction
I have created a browse button in html using
<input type="file" name="abc">. It provide full path of the file, now i want to extract the filename for comparison.
How to do that??
Thanks
khusbo
why codes are so difficult to read
all the programming and web design looked interesting to me so i looked up on it.
so if they are differnt can you explain to me why?
Maihan
Load External Page
HI,
I want to load external page into my website,
I want this http://acbar.org/job_search.php page appear as frame in my webpage,
any help will be really appreciated.
rival
Submit Button
I actually have two questions about a submit button for a feedback form. One, whenever I test my form and hit submit, it just opens my email software, in this case AOL. I need to know a way so that it automatically sends me the message. My other question is that do you know how to get that same submit button to open another page, say a thankyou page, and submit the message. Thank you, I hope you have the answer I am looking for. BTW, the code I am using is this: <form action="MAILTO:musikkreator35@gmail.com" method="post" enctype="text/plain"> --then my form stuff-- <input type="submit" value="Send" method="post">. Thanks!