Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Editing html in a website made with css

  • 12-10-2017 11:00am
    #1
    Registered Users, Registered Users 2 Posts: 11,879 ✭✭✭✭


    Ive just started using a webpage builder and its using css styles and scripts. Uploaded it to my host. But if i want to add an image (image source) into the html body it seems to put the image or anything i want to add at the top of the web page and not in the position on the page where i want it to go. In laymans terms please , what am i doing wrong?


Comments

  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    Kinda need to see the code.


  • Registered Users, Registered Users 2 Posts: 11,879 ✭✭✭✭Andy From Sligo


    tricky D wrote: »
    Kinda need to see the code.

    tried pasting the source code even wrapping it in <!-- comment tag and then boards asked that I wasnt a robot and it just disappeared and didnt post.

    anyway (excuse the boring 1990's style website page) but here is the website, maybe you could look at the source code and see?

    computer repairs & upgrades,
    Sligo


  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    Can't see the error. I would strongly advise you to get yourself a theme which would sort out the responsive site and make it look modern. The design you currently have looks very, very dated. there are plenty of free ones eg. https://templated.co/ but even spending a few dollars on a good one will pay for itself in no time as it will save you loads of hassle.


  • Moderators, Society & Culture Moderators Posts: 17,643 Mod ✭✭✭✭Graham


    tricky D wrote: »
    I would strongly advise you to get yourself a theme which would sort out the responsive site and make it look modern. The design you currently have looks very, very dated.

    +1

    There's more than a hint of geocities circa 1998 about the design, particularly the scrolling text.

    Viewing on a mobile is like trying to read the Sunday Times through someones letterbox. There's 75% of your audience automatically gone.


  • Registered Users, Registered Users 2 Posts: 396 ✭✭M.T.D


    I agree with previous posters regarding the design and would say do not spend any more time on it. Start again with a more up to date system.
    The reason you are having difficulty inserting an image is that all the components are positioned absolutely.
    Imagine a sheet of squared paper each of the components has a pair of coordinates where it is going to appear on the page, top left being 0,0.
    You can't insert an image with out first making space for it, changing the coordinates of the other page components first to make room for it. Then giving the image the coordinates to fit in the space.
    This was never a good way of doing things even in the days before mobile devices and definitely should be avoided now.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 11,879 ✭✭✭✭Andy From Sligo


    M.T.D wrote: »
    I agree with previous posters regarding the design and would say do not spend any more time on it. Start again with a more up to date system.
    The reason you are having difficulty inserting an image is that all the components are positioned absolutely.
    Imagine a sheet of squared paper each of the components has a pair of coordinates where it is going to appear on the page, top left being 0,0.
    You can't insert an image with out first making space for it, changing the coordinates of the other page components first to make room for it. Then giving the image the coordinates to fit in the space.
    This was never a good way of doing things even in the days before mobile devices and definitely should be avoided now.

    thanks, i was using serif web starter and presumed that this was the up to date way of web coding websites now


  • Moderators, Society & Culture Moderators Posts: 17,643 Mod ✭✭✭✭Graham


    thanks, i was using serif web starter and presumed that this was the up to date way of web coding websites now

    I think they retired Serif Webplus about 2012, it didn’t get great reviews even back then.


  • Registered Users, Registered Users 2 Posts: 11,879 ✭✭✭✭Andy From Sligo


    Graham wrote: »
    +1

    There's more than a hint of geocities circa 1998 about the design, particularly the scrolling text.

    Viewing on a mobile is like trying to read the Sunday Times through someones letterbox. There's 75% of your audience automatically gone.

    ah yes - re the scrolling text. I wanted to avoid the old html marquee tag at all costs. So with the Serif program I chose insert web object/animated marquee and it used the code:

    22365713_10213411438254249_422778543808732621_n.jpg?oh=dd8c3225ba3b4300bca3d3fdbe3b14ff&oe=5A3CF9AB


    but when I tried viewing it in Google chrome and firefox it never showed up - so thats why I reverted back to the normal HTML Marquee code


Advertisement